- 23 Nov, 2014 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
cannot currently enable warning checks for C++ class definition syntax as there are incorrect warnings
-
Stefan Behnel authored
extend C++ tests to make sure we do not generate warnings (and fix some warnings that we did generate)
-
Stefan Behnel authored
-
Stefan Behnel authored
tighten Python-to-C++-reference warning to apply only to C++ classes as target and do not show it by default (usage might be legitimate and/or enforced by an external API)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Generate warning when Python object is used as C++ container reference parameter.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Nov, 2014 1 commit
-
-
Stefan Behnel authored
-
- 20 Nov, 2014 1 commit
-
-
root authored
-
- 18 Nov, 2014 4 commits
-
-
https://github.com/cython/cythonroot authored
-
root authored
-
root authored
Fixed one error which made it break the test suite. Now it doesn't break, but still needs more test cases to see if the functionality works on all inputs.
-
root authored
-
- 15 Nov, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %C4Y%8Fo%10QD%23%A6%FB%B6%AF%3B%D6%C9%A9%09%C4%0D%A8
-
- 21 Nov, 2014 2 commits
-
-
Robert Bradshaw authored
Document implicit return value behaviour of cdef functions.
-
nbruin authored
-
- 20 Nov, 2014 2 commits
-
-
scoder authored
Add setup.py method of setting compiler directives
-
Michael Helmling authored
-
- 14 Nov, 2014 2 commits
-
-
Stefan Behnel authored
reference naming conflict resolution from C++ wrapping doc, show how to wrap C++ objects in cdef class attributes
-
Robert Bradshaw authored
Add max_load_factor getter and setter for std::unordered_map.
-
- 13 Nov, 2014 1 commit
-
-
maciejkula authored
This might be useful for controlling memory usage at the expense of collision probability.
-
- 11 Nov, 2014 1 commit
-
-
Stefan Behnel authored
-
- 08 Nov, 2014 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix crash with starred assignments where IndexNode generated for type inference ended up being visited
-
Stefan Behnel authored
-
Stefan Behnel authored
extend array assignment test to include unpacking and starred assignments (even though it's currently highly inefficient)
-
Stefan Behnel authored
-
Stefan Behnel authored
be a bit smarter about the item index during type inference of indexed slices to allow for better type inference of non-homogeneous containers
-
Stefan Behnel authored
-
Stefan Behnel authored
make item types of tuple/array unpacking inferable and institutionalise the IndexNode creation for the inference
-
Stefan Behnel authored
-
- 07 Nov, 2014 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-