aboutsummaryrefslogtreecommitdiff
path: root/test cases/cython
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Fix `ERROR: no toolchain found` when run from unittestsRalf Gommers1-1/+1
2023-05-05Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers3-15/+28
2023-02-10cython: add unittest to verify that depfiles workEli Schwartz3-0/+8
2023-01-15BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li3-0/+23
2022-03-23Add support for cython_argsTristan Partin3-0/+38
2021-10-04various python neatness cleanupsEli Schwartz1-1/+1
2021-09-24Add option to to transpile Cython to C++Dylan Baker2-0/+18
2021-08-03ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker1-0/+10
2021-06-14Fix issue with generated Cython code in a subdirRalf Gommers3-0/+33
2021-06-07cython: Add a test for generated filesDylan Baker6-0/+104
2021-06-07cython: add 1 basic testDylan Baker7-0/+104