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

bundle libzmq as an Extension if it isn't found #205

Merged
merged 32 commits into from
May 24, 2012
Merged

Commits on May 18, 2012

  1. drop in files from pyzmq-static

    include_* and initlibzmq.c
    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    b33bc74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9958e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b569a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e19147f View commit details
    Browse the repository at this point in the history
  5. avoid rebuilding libzmq

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    7cc48b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5974795 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a3cd4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83582c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c993341 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72a948a View commit details
    Browse the repository at this point in the history
  11. add bundled libzmq to regular extension list, and setup inside config…

    …ure,
    
    rather than as separate Command.
    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    58e8d55 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b210833 View commit details
    Browse the repository at this point in the history
  13. fix missing distutils import

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    d1892aa View commit details
    Browse the repository at this point in the history
  14. windows bundling fixes

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    0f0969e View commit details
    Browse the repository at this point in the history
  15. Windows loading in __init__

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    dcfb544 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    346ba36 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6b379d5 View commit details
    Browse the repository at this point in the history
  18. add buildutils to manifest

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    181dd93 View commit details
    Browse the repository at this point in the history
  19. always use initlibzmq

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    2eb7ddc View commit details
    Browse the repository at this point in the history
  20. buildutils py3compat

    relative imports, division, urllib
    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    379b351 View commit details
    Browse the repository at this point in the history
  21. adjustments to fallback message

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    80d8920 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1aa2c37 View commit details
    Browse the repository at this point in the history
  23. remove disabled configure

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    3483221 View commit details
    Browse the repository at this point in the history
  24. bundle_libzmq_dylib typo

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    e3a6bc8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c1afb6b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    65485a1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c3d34ff View commit details
    Browse the repository at this point in the history
  28. py3compat in initlibzmq

    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    6376c0a View commit details
    Browse the repository at this point in the history
  29. add wildcards to bundled libzmq glob

    sometimes the name can be mangled (such as 'libzmq.cpython-32mu.so' or 'libzmq.so.1')
    minrk committed May 18, 2012
    Configuration menu
    Copy the full SHA
    4db1bcf View commit details
    Browse the repository at this point in the history

Commits on May 19, 2012

  1. Configuration menu
    Copy the full SHA
    73399aa View commit details
    Browse the repository at this point in the history

Commits on May 24, 2012

  1. add fetchbundle command

    minrk committed May 24, 2012
    Configuration menu
    Copy the full SHA
    73c27b2 View commit details
    Browse the repository at this point in the history
  2. docstrings and defines

    minrk committed May 24, 2012
    Configuration menu
    Copy the full SHA
    3f1afdd View commit details
    Browse the repository at this point in the history