aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-14interpreter: use typed_*args for test and benchmarkDylan Baker1-67/+49
2021-06-14interpreter: use typed_pos_args for func_test and func_benchmarkDylan Baker1-12/+14
2021-06-10interpreter: Add missing FeatureNewKwarg for allow_fallbackXavier Claessens1-1/+1
2021-06-08interpreter: make helper methods protectedDylan Baker1-15/+15
2021-06-08interpreter: Add type annotations for the add_*_arguments helpersDylan Baker1-9/+8
2021-06-08interpreter: use typed_kwargs for the add_*_arguments familyDylan Baker1-20/+39
2021-06-08interpreter: use typed_pos_args for add_*_argsDylan Baker1-12/+12
2021-06-07Add C compiler when using CythonDylan Baker1-2/+3
2021-05-28modules: Stop using InterpreterObjectXavier Claessens1-4/+6
2021-05-28Vala: Add missing FeatureNew() when C is missingXavier Claessens1-0/+1
2021-05-19interpreter: Automatically add 'c' to languages when 'vala' is usedDylan Baker1-4/+3
2021-05-19interpreter: Pass unholdered sources into BuildTargetDylan Baker1-9/+13
2021-05-19interpreter: Add docstring and fix types of source_strings_to_filesDylan Baker1-8/+20
2021-05-08interpreter: Skip not_found_message and include_type in cache idXavier Claessens1-0/+1
2021-05-08interpreter: 'embed' kwarg is only valid in python moduleXavier Claessens1-1/+0
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker1-3/+5
2021-04-26Interpreter: Fallback when required is false but forcefallback is trueXavier Claessens1-8/+8
2021-04-23Xcode: do not reuse objs in both_libraries because Xcode fails on targets wit...Jussi Pakkanen1-1/+12
2021-04-16interpreter: Add missing allow_fallback kwargXavier Claessens1-0/+1
2021-04-12interpreter: Split permitted_kwargs dictXavier Claessens1-130/+74
2021-04-01interpreter: Move to its own folder and split itXavier Claessens1-0/+2984