summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/sourceset.py
AgeCommit message (Expand)Author
2024-01-25modules/sourceset: remove unused attributes from SourceSetImplDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-04Remove unnecessary isinstance callTristan Partin
2022-12-12Fixing typosAndreas Deininger
2022-08-17modules: use module level information about new and deprecationDylan Baker
2022-03-14sourceset: reorder fields in SourceSetRulePaolo Bonzini
2022-03-14sourceset: document fields of SourceSetRulePaolo Bonzini
2022-03-14sourceset: improve typing of SourceSetRulePaolo Bonzini
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini
2022-03-14sourceset: rename "dependencies" fields to depsPaolo Bonzini
2022-02-27sourceset module: fix minor regression in making sourcesets immutableEli Schwartz
2022-02-23run_mypy: add sourceset moduleDylan Baker
2022-02-23modules/sourceset: Fix remaining typing issuesDylan Baker
2022-02-23modules/sourceset: use typed_kwargs for all functionsDylan Baker
2022-02-23modules/sourceset: Use typed_pos_argsDylan Baker
2022-02-23modules/sourceset: add a few super easy type annotationsDylan Baker
2022-02-23modules/sourceset: sort importsDylan Baker
2022-01-18interpreter: replace ConfigurationDataObject with ConfigurationDataHolderDylan Baker
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger
2021-06-18holders: remove unholderDaniel Mensinger
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Stop using InterpreterObjectXavier Claessens
2021-05-28modules: Remove snippet methodsXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-11-15stabilize sets that are converted to listsPaolo Bonzini
2020-04-21switch python2 %s for python3 .formatMichael
2019-08-04sourceset: add all_dependencies() methodMarc-André Lureau
2019-08-04sourceset: fix using FeatureCheck decoratorsMarc-André Lureau
2019-05-22new module "sourceset" to match source file lists against configuration dataPaolo Bonzini