aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cython.py
AgeCommit message (Expand)AuthorFilesLines
12 daysRename langopt methodJussi Pakkanen1-4/+4
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen1-4/+4
2024-06-08Use helper method in remaining compiler classes.Jussi Pakkanen1-6/+8
2024-05-23Refactor option classes to their own file.Jussi Pakkanen1-3/+3
2024-03-15Improve error messages for invalid option valuesCharles Brunet1-14/+13
2023-12-23Remove `get_buildtype_args` functionCharles Brunet1-4/+0
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