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
/
mconf.py
Age
Commit message (
Expand
)
Author
2021-04-20
mconf: line wrap columns nicely
Dylan Baker
2021-04-20
mconf: cleanup up and sort imports
Dylan Baker
2021-04-20
mconf: print core options for subprojects
Dylan Baker
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-02-17
mconf: only print correct options in the correct sections
Dylan Baker
2021-01-19
Keep buildtype the same even if user changes debug and/or optimization.
Jussi Pakkanen
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
move OptionKey to mesonlib
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
2021-01-04
movve insert_build_prefix to mconf
Dylan Baker
2021-01-04
use the OptionKey type for command line and machine files
Dylan Baker
2020-10-16
Refactor handling of machine file options
Xavier Claessens
2020-09-08
typing: more fixes
Daniel Mensinger
2020-08-01
mconf/mintro: use authoritative list of options from coredata
Dylan Baker
2020-06-18
mconf: Fix regression when printing all options
Xavier Claessens
2020-04-20
Compiler options per lang
John Ericson
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-10-22
mconf: Fix printing options when there is no compiler/project options
Xavier Claessens
2019-10-18
mconf: Group all options per subproject and align all groups
Xavier Claessens
2019-09-13
mconf: Fix meson configure crash (fixes #5909)
Daniel Mensinger
2019-08-06
Do not print build and host settings when compiling natively.
Jussi Pakkanen
2019-06-05
Per machine do 'build.' and '' option prefixes
John Ericson
2019-05-20
Use dependency cache
Dylan Baker
2019-05-16
mconf: Don't change the type of coredata.deps
Dylan Baker
2019-05-13
ast: fix #5376
Daniel Mensinger
2019-02-17
mconf: Limit the line length of the choices column
Daniel Mensinger
2019-02-12
Merge pull request #4743 from dcbaker/native-file-extended
Jussi Pakkanen
2019-02-12
Merge pull request #4826 from mensinda/confDefOpts
Jussi Pakkanen
2019-02-11
allow setting directory locations in a native file
Dylan Baker
2019-02-05
Fixed some code issues
Daniel Mensinger
2019-02-02
Never access environment.properties downstream
John Ericson
2019-01-25
mconf: Use introspection to print the project default options (fixes #2543)
Daniel Mensinger
2019-01-07
Merge pull request #4732 from mensinda/introMesonInfo2
Jussi Pakkanen
2019-01-06
use same code for printing options in mconf and msetup
Nicolas Schneider
2019-01-06
Added meson-info.json
Daniel Mensinger
2019-01-06
Merge pull request #4547 from mensinda/introIncDirs
Jussi Pakkanen
2019-01-06
fix meson configure exception when install_umask is not an int
Nicolas Schneider
2019-01-06
Split the monolithic introspection file into chunks
Daniel Mensinger
2019-01-06
Update intro dump on meson configure
Daniel Mensinger
2018-11-24
Sorted arrays alphabetically
Daniel Mensinger
2018-11-06
Recover when coredata cannot be loaded
Xavier Claessens
2018-10-04
Use a single ArgumentParser for all subcommands
Xavier Claessens
2018-08-22
Remove useless __main__ in files that cannot be executed
Xavier Claessens
2018-06-06
mconf: Take only one optional builddir arg that defaults to '.'
Xavier Claessens
2018-06-06
coredata: Stop setting default option values as argparse attribute
Xavier Claessens
2018-06-06
mconf: Special case UserUmaskOption to print value in octal notation
Xavier Claessens
[next]