| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Fix class attributes access where cpp_locals=False.
* Add "no-cpp-locals" tag to mark a test as not suitable for running with "cpp_locals=True".
* Add a list of "extra_directives" to runtests as additional test mode.
Resolves some issues in https://github.com/cython/cython/issues/4266
|
|
|
|
|
| |
* Add execution policy overloads to all algorithms
* Add update_cpp17_extension for cpp17 tests
* Fix type deduction logic for forwarding reference argument
|
| |
|
|
See, for example, https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers
Closes #3814
|