index
:
meson.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
msetup.py
Age
Commit message (
Expand
)
Author
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
2022-08-22
fix up some message strings that don't include "setup" in the configure command
Eli Schwartz
2022-05-04
devenv: Use PkgConfigDependency.get_env()
Xavier Claessens
2022-02-28
Add API for modules that wants to define their devenv
Xavier Claessens
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-09-12
deprecate layout=flat and warn people never to use it
Eli Schwartz
2021-09-12
msetup: make xcode unsupported warning actually show
Eli Schwartz
2021-09-02
interpreter: Add summary of all user defined options
Xavier Claessens
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-04-17
msetup: Restore .gitignore after wipe
Xavier Claessens
2021-03-22
cmd_line_file.txt: Use cross/native file path resolved by coredata
Xavier Claessens
2021-03-16
Add `meson devenv` command and meson.add_devenv()
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-12-28
Incorrect source-build directory error when using network paths on Windows
Samuel Longchamps
2020-12-13
Add VCS ignore files to build dir on creation. Closes #6509.
Jussi Pakkanen
2020-11-07
Fix host machine reporting typo in msetup.py
Corey McNeish
2020-09-13
mcompile: Add some basic XCode support
Nirbheek Chauhan
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: fully annotate mcompile, minit, and msetup
Daniel Mensinger
2020-04-29
Fix symlink deletion with --wipe option
Laurent Pinchart
2020-04-10
Fix typo in help of option '--wipe' [skip ci]
Jens Carl
2020-03-03
Cherry-picking - (rm python2 % add python3 .format) (#6725)
Michael Brockus
2020-02-12
meson: unbreak --profile-self
Marcel Hollerbach
2020-01-28
backend: refactor: set self.interpreter in the constructor
Daniel Mensinger
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
[next]