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
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
2022-03-07
Fix default install tag for shared lib symlinks
Xavier Claessens
2022-03-03
interpreter: replace build_def_files with OrderedSet
Dylan Baker
2021-10-14
introspect: include choices for array options
Paolo Bonzini
2021-10-04
remove printf debugging
Eli Schwartz
2021-10-04
use list unpacking to simplify for loop references
Eli Schwartz
2021-09-06
mintro: add installed_plan
Filipe LaĆns
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-03-04
mintro: include the correct target filenames for flat layout
Paolo Bonzini
2021-03-04
mintro: fix flake8 issues
Paolo Bonzini
2021-02-22
minstall: Add --skip-subprojects option
Xavier Claessens
2021-01-04
mintro: fix mypy warning
Dylan Baker
2021-01-04
fix LGTM warnings
Dylan Baker
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2021-01-04
use OptionKey for backend_options
Dylan Baker
2021-01-04
use OptionKey for coredata.user_options
Dylan Baker
2020-12-14
mintro: export functions to load the meson-info files
Paolo Bonzini
2020-11-20
use real pathlib module
Dylan Baker
2020-10-15
intro: Add extra_files key to intro output (fixes #7310)
Daniel Mensinger
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-01
mesonlib: make OptionOverrideProxy a true MutableMapping
Dylan Baker
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: more fixes
Daniel Mensinger
[next]