- 18 Jul, 2021 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Jul, 2021 1 commit
-
-
Stefan Behnel authored
-
- 15 Jul, 2021 2 commits
-
-
Matus Valo authored
-
Matus Valo authored
-
- 14 Jul, 2021 3 commits
-
-
Matus Valo authored
-
0dminnimda authored
-
Matus Valo authored
-
- 13 Jul, 2021 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Set the "is_target" attribute for names, attributes and temps (anything name-like) to preserve that information for later pipeline steps.
-
Stefan Behnel authored
Avoid going through an attribute assignment for an intermediate node result since it may not be the end result.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Janek Bevendorff authored
Closes https://github.com/cython/cython/issues/4268
-
Janek Bevendorff authored
Closes https://github.com/cython/cython/issues/4268
-
- 10 Jul, 2021 1 commit
-
-
Stefan Behnel authored
-
- 07 Jul, 2021 1 commit
-
-
Stefan Behnel authored
-
- 06 Jul, 2021 1 commit
-
-
scoder authored
-
- 03 Jul, 2021 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
To be used in https://github.com/cython/cython/pull/4241
-
Stefan Behnel authored
See https://github.com/cython/cython/pull/3626
-
Stefan Behnel authored
-
- 02 Jul, 2021 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
da-woods authored
Closes https://github.com/cython/cython/issues/4172
-
da-woods authored
Allowing these gives people the false impression that they do something meaningful. Closes https://github.com/cython/cython/issues/887 Closes https://github.com/cython/cython/issues/3959
-
da-woods authored
People often have unrealistic expectations about what this typing helps with, so I've added a small paragraph to try to make it clearer.
-
da-woods authored
The directives are called `optimize` rather than `optimization`.
-
da-woods authored
1) Entry utility_code wasn't being imported unless the entry was visibly used. The utility code is needed for the definition even if unused. I think this is what utility_code_definition is for, but I'm not completely sure. I also had to add some calls to ensure it's used. 2) CppOptionalTempCoercions weren't being moved correctly. Tested by printing from the destructor. 3) cdef-class attributes weren't being created or destroyed correctly. Tested by printing from the destructor
-
- 01 Jul, 2021 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Jun, 2021 2 commits
-
-
Matti Picus authored
-
-
- 29 Jun, 2021 1 commit
-
-
da-woods authored
This avoids the need for default constructors of stack allocated variables and temps by allowing late initialisation. Closes https://github.com/cython/cython/issues/4160
-