summaryrefslogtreecommitdiff
path: root/test cases/cython
AgeCommit message (Expand)Author
2025-07-18Fix use of a .pxi Cython include file as source from `configure_file`Ralf Gommers
2025-02-25Add a new test for `override_options: ['cython_language': 'cpp'])`Ralf Gommers
2023-05-05Fix `ERROR: no toolchain found` when run from unittestsRalf Gommers
2023-05-05Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers
2023-02-10cython: add unittest to verify that depfiles workEli Schwartz
2023-01-15BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li
2022-03-23Add support for cython_argsTristan Partin
2021-10-04various python neatness cleanupsEli Schwartz
2021-09-24Add option to to transpile Cython to C++Dylan Baker
2021-08-03ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker
2021-06-14Fix issue with generated Cython code in a subdirRalf Gommers
2021-06-07cython: Add a test for generated filesDylan Baker
2021-06-07cython: add 1 basic testDylan Baker