index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
sourceset.py
Age
Commit message (
Expand
)
Author
2024-01-25
modules/sourceset: remove unused attributes from SourceSetImpl
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-04
Remove unnecessary isinstance call
Tristan Partin
2022-12-12
Fixing typos
Andreas Deininger
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-03-14
sourceset: reorder fields in SourceSetRule
Paolo Bonzini
2022-03-14
sourceset: document fields of SourceSetRule
Paolo Bonzini
2022-03-14
sourceset: improve typing of SourceSetRule
Paolo Bonzini
2022-03-14
sourceset: reinstate extra_deps
Paolo Bonzini
2022-03-14
sourceset: rename "dependencies" fields to deps
Paolo Bonzini
2022-02-27
sourceset module: fix minor regression in making sourcesets immutable
Eli Schwartz
2022-02-23
run_mypy: add sourceset module
Dylan Baker
2022-02-23
modules/sourceset: Fix remaining typing issues
Dylan Baker
2022-02-23
modules/sourceset: use typed_kwargs for all functions
Dylan Baker
2022-02-23
modules/sourceset: Use typed_pos_args
Dylan Baker
2022-02-23
modules/sourceset: add a few super easy type annotations
Dylan Baker
2022-02-23
modules/sourceset: sort imports
Dylan Baker
2022-01-18
interpreter: replace ConfigurationDataObject with ConfigurationDataHolder
Dylan Baker
2021-06-18
holders: Fix the remaining code to respect the holder changes
Daniel Mensinger
2021-06-18
holders: remove unholder
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Stop using InterpreterObject
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-11-15
stabilize sets that are converted to lists
Paolo Bonzini
2020-04-21
switch python2 %s for python3 .format
Michael
2019-08-04
sourceset: add all_dependencies() method
Marc-André Lureau
2019-08-04
sourceset: fix using FeatureCheck decorators
Marc-André Lureau
2019-05-22
new module "sourceset" to match source file lists against configuration data
Paolo Bonzini