1. 08 Feb, 2012 1 commit
    • Bradley M. Froehle's avatar
      Change __Pyx_zeros and __Pyx_minusones scope to static. · 15e7065b
      Bradley M. Froehle authored
      Compiling two Cython modules (which use the Cython buffer interface)
      into a static Python binary results in a link error since the symbols
      `__Pyx_zeros` and `__Pyx_minusones` are exported multiple times.  Changing
      their scope to the current translation unit fixes the issue.
      15e7065b
  2. 06 Feb, 2012 1 commit
  3. 04 Feb, 2012 9 commits
  4. 03 Feb, 2012 3 commits
  5. 29 Jan, 2012 6 commits
  6. 28 Jan, 2012 3 commits
  7. 27 Jan, 2012 2 commits
  8. 26 Jan, 2012 1 commit
  9. 25 Jan, 2012 1 commit
  10. 24 Jan, 2012 1 commit
  11. 23 Jan, 2012 3 commits
  12. 22 Jan, 2012 9 commits