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
/
mintro.py
Age
Commit message (
Expand
)
Author
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-04-02
option: move the `is_per_machine_option` to the `OptionStore`
Dylan Baker
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-02-27
coredata: delete the OptionsView
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-05
options: Replace uses of `UserOption[T.Any]` with a Union of UserOption types
Dylan Baker
2025-02-05
options: split UserIntegerOption and UserUmaskOption
Dylan Baker
2025-02-05
options: Add an EnumeratedUserOption class
Dylan Baker
2025-02-05
options: Add a printable_choices method to UserOption
Dylan Baker
2024-12-19
introspect: add machine to target_sources
Paolo Bonzini
2024-10-13
mintro: Add license and license_files to project introspection data
Daniele Nicolodi
2024-09-03
intro: add install_rpath to intro-install_plan.json
Daniele Nicolodi
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-11
Move compiler option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move builtin option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move backend option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move base option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move project option detection into OptionStore.
Jussi Pakkanen
2024-06-14
Fix mypy.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-06-01
mintro: write humman-readable JSON
Filipe LaĆns
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-10-04
Remove unused parameter in IntroCommand::get_meson_introspection_types()
Tristan Partin
2023-09-11
parser: use IdNode for function name and assignment name
Charles Brunet
2023-09-11
parser: preserve escape chars in strings
Charles Brunet
2023-08-28
include_directories: Always add both source and build dirs
Xavier Claessens
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
rewrite a couple comment-style type annotations for oddly indented dicts
Eli Schwartz
2023-07-24
fix a few miscellaneous implicit-optional typing issues
Eli Schwartz
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-26
mintro: record subproject in install_plan
Daniele Nicolodi
2023-05-22
intro: add more details to generated files(part 2)
Charles Brunet
2023-04-20
intro: add more details to generated json files
Charles Brunet
2023-03-28
Add support for meson.options as a replacement for meson_options.txt
Dylan Baker
2023-03-02
mintro: redirect stdout to stderr
Charles Brunet
2023-02-27
mintro: Add exclude_{files, dirs} to install_subdir install_plan
Daniele Nicolodi
2022-09-22
pylint: enable global-statement
Dylan Baker
2022-09-19
pylint: enable consider-using-in
Dylan Baker
2022-09-19
pylint: enable consider-using-dict-items
Dylan Baker
2022-09-06
Fix install_subdirs not showing up in intro-install_plan.json
Thomas Li
2022-08-22
introspection: untangle install_plan implemetation, fix a bunch of wrong ones
Eli Schwartz
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-07-03
sort imports for neatness
Eli Schwartz
2022-06-01
ast: rename module constant to match PEP8 style
Dylan Baker
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2022-03-07
Merge pull request #10043 from dcbaker/submit/type-checking-for-subproject
Jussi Pakkanen
[next]