Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Add Ctypes support #1656

Merged
merged 32 commits into from Jun 26, 2021
Merged

ENH Add Ctypes support #1656

merged 32 commits into from Jun 26, 2021

Commits on Jun 23, 2021

  1. Some work on ctypes

    Hood committed Jun 23, 2021
    Copy the full SHA
    d4d1b8d View commit details
    Browse the repository at this point in the history
  2. Partially set up libffi installation

    Hood committed Jun 23, 2021
    Copy the full SHA
    6f68214 View commit details
    Browse the repository at this point in the history
  3. Remove ctypes patches

    Hood committed Jun 23, 2021
    Copy the full SHA
    83f19a5 View commit details
    Browse the repository at this point in the history
  4. Get ctypes CI ready

    Hood committed Jun 23, 2021
    Copy the full SHA
    3983eb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Fix makefile

    Hood committed Jun 24, 2021
    Copy the full SHA
    4d047ff View commit details
    Browse the repository at this point in the history
  2. Add libffi to all build rule in Makefile

    Hood committed Jun 24, 2021
    Copy the full SHA
    6a33d48 View commit details
    Browse the repository at this point in the history
  3. FIx libffi build

    Hood committed Jun 24, 2021
    Copy the full SHA
    c3c5b8e View commit details
    Browse the repository at this point in the history
  4. Install texinfo too

    Hood committed Jun 24, 2021
    Copy the full SHA
    66400d0 View commit details
    Browse the repository at this point in the history
  5. Patch emsdk to remove failing terser call

    Hood committed Jun 24, 2021
    Copy the full SHA
    3f1fb66 View commit details
    Browse the repository at this point in the history
  6. Fix path in patch

    Hood committed Jun 24, 2021
    Copy the full SHA
    ba398f4 View commit details
    Browse the repository at this point in the history
  7. typo eemcc => emcc

    Hood committed Jun 24, 2021
    Copy the full SHA
    426f5b2 View commit details
    Browse the repository at this point in the history
  8. Remove WASM_BIGINT

    Hood committed Jun 24, 2021
    Copy the full SHA
    df19ff5 View commit details
    Browse the repository at this point in the history
  9. Make sure to copy Setup.local

    Hood committed Jun 24, 2021
    Copy the full SHA
    9d19afb View commit details
    Browse the repository at this point in the history
  10. Fix Makefile more

    Hood committed Jun 24, 2021
    Copy the full SHA
    02a5099 View commit details
    Browse the repository at this point in the history
  11. Try to fix libffi include path

    Hood committed Jun 24, 2021
    Copy the full SHA
    bde1acc View commit details
    Browse the repository at this point in the history
  12. Try another change to cpython Makefile

    Hood committed Jun 24, 2021
    Copy the full SHA
    501d9eb View commit details
    Browse the repository at this point in the history
  13. Another Makefile fix

    Hood committed Jun 24, 2021
    Copy the full SHA
    95a8a19 View commit details
    Browse the repository at this point in the history
  14. Another small fix

    Hood committed Jun 24, 2021
    Copy the full SHA
    27df231 View commit details
    Browse the repository at this point in the history
  15. More Makefile adjustments

    Hood committed Jun 24, 2021
    Copy the full SHA
    d76638c View commit details
    Browse the repository at this point in the history
  16. Update configure flags

    Hood committed Jun 24, 2021
    Copy the full SHA
    479ed51 View commit details
    Browse the repository at this point in the history
  17. Update Makefile

    Hood committed Jun 24, 2021
    Copy the full SHA
    558cd84 View commit details
    Browse the repository at this point in the history
  18. Add _ctypes_test

    Hood committed Jun 24, 2021
    Copy the full SHA
    0b00cc5 View commit details
    Browse the repository at this point in the history
  19. Fix _ctypes_test path

    Hood committed Jun 24, 2021
    Copy the full SHA
    8aa4fa0 View commit details
    Browse the repository at this point in the history
  20. Patch out CoExtra test

    Hood committed Jun 24, 2021
    Copy the full SHA
    3f2baf4 View commit details
    Browse the repository at this point in the history
  21. Remove CLAPACK and dependencies

    Hood committed Jun 24, 2021
    Copy the full SHA
    ece2506 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Copy the full SHA
    259fe94 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove CLAPACK and dependencies"

    This reverts commit ece2506.
    Hood committed Jun 25, 2021
    Copy the full SHA
    054fbac View commit details
    Browse the repository at this point in the history
  3. Remove emscripten patch

    Hood committed Jun 25, 2021
    Copy the full SHA
    32ba5a6 View commit details
    Browse the repository at this point in the history
  4. Try to fix terser error again

    Hood committed Jun 25, 2021
    Copy the full SHA
    44821df View commit details
    Browse the repository at this point in the history
  5. Restore scipy elliptic harm patch

    Hood committed Jun 25, 2021
    Copy the full SHA
    281c721 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c6a526c View commit details
    Browse the repository at this point in the history
  7. Update changelog

    Hood committed Jun 25, 2021
    Copy the full SHA
    7e50510 View commit details
    Browse the repository at this point in the history