- 04 Oct, 2020 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
"synchapi.h" is not supposed to be included directly, and "windows.h" can break ... other stuff. Let's see what we can do.
-
Stefan Behnel authored
Looks like the usual macro on Windows is "_WIN32" and not "WIN32". Let's support both, to be on the safe side.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Oct, 2020 11 commits
-
-
Stefan Behnel authored
Move a memoryview test out of the "run" test directory since memoryview tests tend to be slow and have their own test directory.
-
Stefan Behnel authored
- hash() hashing lead to unpredictable random prefixes for long names across multiple runs - use a single regex run instead of repeated calls to replace()
-
da-woods authored
Fixes https://github.com/cython/cython/issues/3843
-
Stefan Behnel authored
-
Stefan Behnel authored
Run both in the same job since the machines are quite fast with parallel processes, but setting one up is slow.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Ashwin Srinath authored
See, for example, https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers Closes #3814
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Oct, 2020 1 commit
-
-
da-woods authored
Show a more detailed error for unspecializable fused return types.
-
- 01 Oct, 2020 1 commit
-
-
Stefan Behnel authored
-
- 30 Sep, 2020 7 commits
-
-
Stefan Behnel authored
-
Rajat Dash authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Set language level in Cython's speed-up .pxd files since it no longer depends on the .py files that they correspond to.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Sep, 2020 3 commits
-
-
da-woods authored
-
Sean authored
Closes https://github.com/cython/cython/issues/2552
-
Stefan Behnel authored
-
- 26 Sep, 2020 3 commits
-
-
Stefan Behnel authored
Keep AnnotationNode instead of the bare annotation expression in "entry.annotation" to get access to the string representation.
-
Stefan Behnel authored
Do not include "u" string prefix in annotations since tools that process them probably expect Py3 string semantics anyway.
-
Stefan Behnel authored
-
- 25 Sep, 2020 1 commit
-
-
Stefan Behnel authored
-
- 22 Sep, 2020 2 commits
-
-
Stefan Behnel authored
Prevent overflowing hash values for "Machines.Node" due to arbitrarily large unsigned pointer values. Closes https://github.com/cython/cython/issues/3840
-
da-woods authored
Specifically this allows public packed structs but may also allow other public declarations that require small amounts of utility code.
-
- 13 Sep, 2020 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-