summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2021-06-15modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker
2021-06-15modules/qt: Deprecated the *sources variadic argument to preproccessDylan Baker
2021-06-14backends: fix TestSerialisation.suite annotationsDylan Baker
2021-06-14interpreter: use typed_*args for test and benchmarkDylan Baker
2021-06-14interpreter: use typed_pos_args for func_test and func_benchmarkDylan Baker
2021-06-14interpreterbase: Add deprecated_values and since_values to KwargInfoDylan Baker
2021-06-14Fix issue with generated Cython code in a subdirRalf Gommers
2021-06-14environment: Add LLVM suffixes for 11 and 12Ting-Wei Lan
2021-06-13minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#Eli Schwartz
2021-06-11coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens
2021-06-11interpreter: Split decorators from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split Disabler from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split base objects and helpers from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split exception calsses from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Move interpreterbase.py into a new packageDaniel Mensinger
2021-06-10interpreter: Add missing FeatureNewKwarg for allow_fallbackXavier Claessens
2021-06-09cuda module: fully buy into new modules APIEli Schwartz
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger
2021-06-09typing: Rename some variablesDaniel Mensinger
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen
2021-06-08interpreter: make helper methods protectedDylan Baker
2021-06-08interpreter: Add type annotations for the add_*_arguments helpersDylan Baker
2021-06-08build: fix type annotations fo project_*_argsDylan Baker
2021-06-08interpreter: use typed_kwargs for the add_*_arguments familyDylan Baker
2021-06-08interpreter: use typed_pos_args for add_*_argsDylan Baker
2021-06-08intperperterbase: Add a convertor keyword argumentDylan Baker
2021-06-08interpreterbase: Add validator keyword argument to typed_kwargsDylan Baker
2021-06-08make all arguments to KwargInfo except name and type keyword onlyDylan Baker
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini
2021-06-08interpreter: add feature.require()Paolo Bonzini
2021-06-07another pyupgrade passEli Schwartz
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz
2021-06-07condense linesEli Schwartz
2021-06-07more f-strings everywhereEli Schwartz
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker
2021-06-07Add C compiler when using CythonDylan Baker
2021-06-07ninjabackend: generate cython compilation rulesDylan Baker
2021-06-07ninjabackend: cython doesn't use a linkerDylan Baker
2021-06-07compilers: Add cython file suffixesDylan Baker
2021-06-07environment: Add detection logic for cythonDylan Baker
2021-06-07compilers: Expose Cython compilerDylan Baker
2021-06-07hack: compilers/cython: hardcode python 3 not 2Dylan Baker
2021-06-07compilers: Add a cython CompilerDylan Baker
2021-06-07build: Add type annotations for GeneratorDylan Baker
2021-06-06typing: Fully annotate dependencies.frameworkDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger