- 11 Apr, 2013 6 commits
- 10 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 09 Apr, 2013 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Add casting to const
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
- 08 Apr, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 Apr, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/compile/ext_attribute_cache.pyx => tests/run/ext_attribute_cache.pyx
-
- 06 Apr, 2013 10 commits
-
-
Stefan Behnel authored
enable Py_TPFLAGS_HAVE_VERSION_TAG on extension types by default (also in Py2) and provide 'type_version_tag' option to disable it
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Correctly handle function pointer typedefs with calling convention specified.
-
scoder authored
Fix extern variable cimport code in cimport_from_pyx mode
-
scoder authored
Consistently declare local error reporting variables (lineno, clineno, filename)
-
Nikita Nemkin authored
In cimport_from_pyx mode don't treat "cdef extern from" variables as being defined, preventing erroneous cross-module cimport.
-
Nikita Nemkin authored
Consistently declare local error reporting variables (lineno, clineno, filename) for all types of functions.
-
Stefan Behnel authored
-
- 05 Apr, 2013 8 commits
-
-
Robert Bradshaw authored
Fix C/C++ compilation error when if/else expression has extension class type.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Nikita Nemkin authored
-
Stefan Behnel authored
-
- 04 Apr, 2013 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Nikita Nemkin authored
-
- 03 Apr, 2013 1 commit
-
-
Volker Mische authored
The included test is derived from a real world case which would lead to warnings in GCC if the pointer wouldn't be explicitly casted to const.
-