aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/sourceset.py
AgeCommit message (Expand)AuthorFilesLines
2022-08-17modules: use module level information about new and deprecationDylan Baker1-2/+4
2022-03-14sourceset: reorder fields in SourceSetRulePaolo Bonzini1-10/+10
2022-03-14sourceset: document fields of SourceSetRulePaolo Bonzini1-0/+12
2022-03-14sourceset: improve typing of SourceSetRulePaolo Bonzini1-2/+2
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini1-2/+4
2022-03-14sourceset: rename "dependencies" fields to depsPaolo Bonzini1-6/+6
2022-02-27sourceset module: fix minor regression in making sourcesets immutableEli Schwartz1-1/+1
2022-02-23run_mypy: add sourceset moduleDylan Baker1-3/+3
2022-02-23modules/sourceset: Fix remaining typing issuesDylan Baker1-30/+45
2022-02-23modules/sourceset: use typed_kwargs for all functionsDylan Baker1-45/+97
2022-02-23modules/sourceset: Use typed_pos_argsDylan Baker1-13/+27
2022-02-23modules/sourceset: add a few super easy type annotationsDylan Baker1-13/+20
2022-02-23modules/sourceset: sort importsDylan Baker1-3/+4
2022-01-18interpreter: replace ConfigurationDataObject with ConfigurationDataHolderDylan Baker1-2/+6
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger1-6/+3
2021-06-18holders: remove unholderDaniel Mensinger1-1/+0
2021-05-28modules: Add methods dict everywhereXavier Claessens1-0/+3
2021-05-28modules: Stop using InterpreterObjectXavier Claessens1-23/+23
2021-05-28modules: Remove snippet methodsXavier Claessens1-3/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2020-11-15stabilize sets that are converted to listsPaolo Bonzini1-2/+2
2020-04-21switch python2 %s for python3 .formatMichael1-1/+1
2019-08-04sourceset: add all_dependencies() methodMarc-André Lureau1-0/+9
2019-08-04sourceset: fix using FeatureCheck decoratorsMarc-André Lureau1-4/+5
2019-05-22new module "sourceset" to match source file lists against configuration dataPaolo Bonzini1-0/+190