aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cython.py
AgeCommit message (Expand)AuthorFilesLines
2023-02-10cython: wire up support for emitting and using depfilesEli Schwartz1-1/+9
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens1-2/+2
2021-09-24Add option to to transpile Cython to C++Dylan Baker1-0/+8
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker1-3/+21
2021-06-07hack: compilers/cython: hardcode python 3 not 2Dylan Baker1-1/+2
2021-06-07compilers: Add a cython CompilerDylan Baker1-0/+60