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
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
2018-06-06
mconf: Reduce code duplication and avoid missing builtin options
Xavier Claessens
2018-06-06
mconf: Fix print when choices is a string instead of list
Xavier Claessens
2018-06-06
mconf: Set prefix first because other options depends on it
Xavier Claessens
2018-06-06
Move to coredata some methods handling options
Xavier Claessens
2018-06-06
mconf: Small tweaks when printing configuration
Xavier Claessens
2018-06-06
Fix issues found by flake8
Xavier Claessens
2018-06-06
Move <lang>_args to coredata.compiler_options
Xavier Claessens
2018-05-01
Fix setting c_args and friends from command line
Xavier Claessens
2018-04-27
Fix --warnlevel being renamed to --warning-level in latest release
Xavier Claessens
2018-04-26
Remove duplicated definition of -D cmdline arg
Xavier Claessens
2018-04-25
Add install_umask to list of options of `meson configure`
Filipe Brandenburger
2018-04-17
mconf: accept -- options like `meson` does
Dylan Baker
2018-03-27
Always build parser objects anew to avoid leaking old data.
Jussi Pakkanen
2018-03-10
Refactor: Add log.error and log.exception to reduce code duplication.
Jukka Laurila
2018-03-04
mconf: Make it pep8 compliant
Sander Sweers
2018-03-04
mconf: make print_aligned static
Sander Sweers
2018-03-04
mconf: Do not store dict keys for no reason
Sander Sweers
2018-03-04
mconf: User newline instead of printing empty string
Sander Sweers
2018-03-04
mconf: Replace usage of keys() on dicts with direct call by sorted
Sander Sweers
2018-03-04
Re-implement function print_aligned
Sander Sweers
2018-03-04
mconf: Do not turn opt.choices into a string
Sander Sweers
2018-03-01
Harmonize data pickling.
Hemmo Nieminen
2017-11-27
mconf: print choices of base options
Eric Engestrom
[next]