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

Replace old build_ext with new cythonize(...) version. #1456

Merged
merged 6 commits into from
Sep 10, 2016

Commits on Sep 7, 2016

  1. Move build_ext files around.

    The old build_ext is now named old_build_ext, replaced with the one from Cython/Build.
    robertwb committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    76fc68a View commit details
    Browse the repository at this point in the history
  2. Fix setuptools imports.

    robertwb committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    649c4da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e562ca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb55c11 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Fix some tests.

    robertwb committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    fa494b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Fix another test.

    robertwb committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    87e7212 View commit details
    Browse the repository at this point in the history