summaryrefslogtreecommitdiff
path: root/tests/compile
Commit message (Expand)AuthorAgeFilesLines
* Fix exception handling in memoryview utilitycode (GH-5325)da-woods2023-03-201-6/+6
* Change how memoryviewslice/array has sequence flag set (#5187)da-woods2022-12-311-6/+6
* Fix linkage for `cdef public` functions in C++ mode (#5040)Maximilien Colange2022-11-082-18/+0
* Fix mangling for .pxd cdef public functions (#5025)EpigeneMax2022-09-191-0/+46
* [ENH] Propagate exceptions from `cdef` functions by default (#4670)Ashwin Srinath2022-09-105-5/+5
* Don't call __Pyx_ImportNumPyArrayTypeIfAvailable() for every fused def functi...da-woods2022-07-312-0/+29
* Allow C code assertions in tests by defining regular expressions in module di...scoder2022-07-301-0/+2
* Merge branch '0.29.x'Stefan Behnel2022-07-262-6/+10
|\
| * [0.29] Add configuration for the "nogil" CPython fork (GH-4912) (GH-4914)Sam Gross2022-07-261-0/+2
| * [0.29] Use atomic reference counting in MemoryView in more cases (GH-4912) (G...Sam Gross2022-07-261-4/+4
| * Change C includes of "longintrepr.h" to account for upstream changes (GH-4428)Thomas A Caswell2021-10-311-1/+6
| * Allow const declarations in nested template arguments (GH-3886)Ashwin Srinath2020-11-071-0/+18
| * Really only use PyUnicode_FromUnicode() when needed (GH-3697)scoder2020-07-071-0/+8
| * Fix argument name usage in finally blocks (GH-3713)da-woods2020-06-291-0/+7
| * FIX: Ignore unused ctuples (GH-3543) (GH-3551)isotherm2020-04-251-0/+9
| * FIX: Declare cimported ctuples (GH-1427) (GH-3271)isotherm2020-02-292-0/+24
* | Add --module-name argument to cython command (GH-4548)Matthew Brett2022-07-191-0/+52
* | Make memoryviewslice and cython.array be collections.abc.Sequence (GH-4817)da-woods2022-07-161-6/+6
* | Reject invalid spellings of Ellipsis (GH-4868)0dminnimda2022-07-042-0/+31
* | Remove unused "cdef extern" declarations from Memoryview utility code (GH-4778)da-woods2022-05-161-6/+6
* | Fix list of warnings in test after fixing the "'DEF' statement is deprecated"...Stefan Behnel2022-04-201-8/+6
* | Remove obselete memoryview getbuffer fallback code (GH-4685)da-woods2022-03-171-8/+8
* | Fix test by adding "expected" warnings. These should rather be avoided, but t...Stefan Behnel2022-02-251-0/+3
* | Add `uio.pxd` and update some posix pxds (GH-4526)GalaxySnail2021-12-251-18/+36
* | Change C includes of "longintrepr.h" to account for upstream changes (GH-4428)Thomas A Caswell2021-10-311-1/+6
* | Make a compile test runnable.Stefan Behnel2021-10-021-12/+0
* | Resolve some issues with "cpp_locals" (GH-4265)da-woods2021-07-191-1/+4
* | Remove special handling of Pyston v1 (GH-4211)Marius Wachtler2021-06-091-2/+0
* | Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)scoder2021-05-251-0/+13
* | Fix a crash when compiling a module without statements, only a single declara...Stefan Behnel2021-05-221-0/+9
* | Use std::move in c++ during yield context switch. (GH-4154)Yu Feng2021-05-181-10/+40
* | Prefix old trac ticket numbers with "t" to separate them from (plain) github ...Stefan Behnel2021-04-117-7/+7
* | Fix missing utility code for complex annotationsda-woods2020-12-182-0/+17
* | Allow const declarations in nested template arguments (GH-3886)Ashwin Srinath2020-11-051-0/+18
* | Avoid C compiler warning about unused variable in test.Stefan Behnel2020-10-031-1/+1
* | Add support for forwarding references (GH-3821)Ashwin Srinath2020-10-031-0/+22
* | Join '*' and '**' parsing in declarators to avoid differences for 'const' par...Stefan Behnel2020-09-301-5/+10
* | Support utility code in headers (GH-3779)da-woods2020-09-221-0/+5
* | Fix unrelated test after changing MemoryView.pyx.Stefan Behnel2020-08-111-6/+6
* | Really only use PyUnicode_FromUnicode() when needed (GH-3697)scoder2020-06-301-0/+5
* | Fix argument name usage in finally blocks (GH-3713)da-woods2020-06-291-0/+7
* | Add support for C++ scoped enums with "enum class" and "enum struct" (GH-3640)Ashwin Srinath2020-06-181-0/+31
* | Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-1/+0
* | Change default of "always_allow_keywords" directive to True (GH-3605)scoder2020-05-241-3/+3
* | Fixed "test_*_path_exists" + CompilerDirectivesNode (GH-3619)da-woods2020-05-191-0/+20
* | Fix unrelated test after changing memoryview code.Stefan Behnel2020-05-171-6/+6
* | Fix unrelated test after changing MemoryView.pyx.Stefan Behnel2020-05-021-6/+6
* | Update (unrelated) test warnings after changing utility code in MemoryView.pyx.Stefan Behnel2020-05-011-10/+8
* | Fix expected test warnings after fixing the pipeline that extracts entries fr...Stefan Behnel2020-04-291-2/+0
* | Generate C compiler branch hints also for 'raise' statements in nogil and wit...Stefan Behnel2020-04-281-0/+46