- 24 Feb, 2012 4 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Feb, 2012 3 commits
-
-
Vitja Makarov authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
- 21 Feb, 2012 2 commits
-
-
Mark authored
FIX: prevent missing cimport warnings when using cythonize.
-
Bradley M. Froehle authored
The `cython` package fakes several sub-modules, including `cython.operator` and `cython.view`. Since the `cythonize` command cannot find a corresponding pxd file for these modules, it prints a warning. To fix this, we exclude all modules in the `cython` namespace when checking for missing pxd files.
-
- 20 Feb, 2012 5 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Stefan Behnel authored
-
- 19 Feb, 2012 2 commits
-
-
Vitja Makarov authored
-
Vitja Makarov authored
cyfunction defaults
-
- 16 Feb, 2012 1 commit
-
-
Mark Florisson authored
-
- 15 Feb, 2012 4 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Vitja Makarov authored
-
- 14 Feb, 2012 4 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
- 13 Feb, 2012 4 commits
-
-
Vitja Makarov authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
Vitja Makarov authored
-
- 12 Feb, 2012 4 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Vitja Makarov authored
-
- 11 Feb, 2012 1 commit
-
-
Mark Florisson authored
-
- 10 Feb, 2012 2 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
- 09 Feb, 2012 1 commit
-
-
Mark Florisson authored
-
- 08 Feb, 2012 2 commits
-
-
Robert Bradshaw authored
Change __Pyx_zeros and __Pyx_minusones scope to static.
-
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.
-
- 06 Feb, 2012 1 commit
-
-
Mark Florisson authored
-