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
/
msetup.py
Age
Commit message (
Expand
)
Author
2025-10-29
replace "in d.keys()" with "in d"
Paolo Bonzini
2025-10-29
coredata: move cmd_line.txt and command line handling to a new module
Paolo Bonzini
2025-10-16
intro: compute meson_variables for dependencies at setup time
Paolo Bonzini
2025-10-16
build, backend: store build_def_files in Build
Paolo Bonzini
2025-09-09
msetup: not-found subprojects do not have known options
Paolo Bonzini
2025-07-17
options: parse -D and -U arguments directly into a Dict[OptionKey, Optional[s...
Paolo Bonzini
2025-07-07
msetup: keep pending options
Paolo Bonzini
2025-07-07
msetup, options: reverse direction of unknown options check
Paolo Bonzini
2025-06-18
coredata: use OptionKey for the keys of cmd_line_options
Paolo Bonzini
2025-06-03
utils: Replace BuildDirLock with generic DirectoryLock
Florian "sp1rit"
2025-05-21
options: commonize code to accept unknown options
Paolo Bonzini
2025-05-15
msetup: update coredata if options are passed together with --reconfigure
Paolo Bonzini
2025-04-02
options: we need to skip build options for machine files as well
Dylan Baker
2025-04-02
options: Rename BASE_OPTIONS -> COMPILER_BASE_OPTIONS
Dylan Baker
2025-04-02
options: rename OptStore.pending_project_options -> pending_options
Dylan Baker
2025-04-02
options: move BASE_OPTIONS to the options module
Dylan Baker
2025-03-04
msetup: remove bad warning about unused options
Dylan Baker
2025-02-22
Permit all unknown b_ options.
Jussi Pakkanen
2025-02-15
Permit more missing b options. Closes #14254.
Jussi Pakkanen
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-10-31
msetup: Correction of the message text
x1z53
2024-09-11
Fix typos
spaette
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-23
msetup: fix regression under py3.13 causing profile.runctx to not write locals()
Eli Schwartz
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-02-23
mconf|msetup: use Protocol for argparse options
Dylan Baker
2023-12-22
stop using the interpreter holders for the MachineInfo
Dylan Baker
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-08-25
msetup: Update options when builddir is already configured
Xavier Claessens
2023-07-24
fix a few miscellaneous implicit-optional typing issues
Eli Schwartz
2023-07-21
Display more timestamps when profiling ninja
Charles Brunet
2023-07-03
fix the use of setup --profile-self in combination with --genvslite
Dan Hawson
2023-07-02
genvslite: greatly simplify the implementation of non-genvslite backends
Eli Schwartz
2023-07-02
genvslite: fix badly overflowing line lengths
Eli Schwartz
2023-06-28
Experimental 'genvslite' WIP. (#11049)
GertyP
2023-06-26
pkgconfig: move uninstalled devenv handling from setup to the module hook
Eli Schwartz
2023-06-26
add profiling startup import check and testcase to count it
Eli Schwartz
2023-06-25
msetup: place profiling logs in the log directory
Eli Schwartz
2023-05-02
update the devenv module hooks to support generic modifications to Build
Eli Schwartz
2023-03-30
msetup: Allow (re)configure of not empty builddir
Xavier Claessens
2023-03-30
msetup: use more consistent exceptions on exit
Xavier Claessens
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-03-27
Allow --reconfigure and --wipe of empty builddir
Xavier Claessens
2023-02-28
msetup: clarify error message when wrong directories are specified
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-03
msetup: do some stupid casting to make mypy happy
Dylan Baker
2022-11-29
pylint: enable used-before-assignment
Dylan Baker
2022-09-19
avoid importing the entire codebase at first startup
Eli Schwartz
[next]