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
Age
Commit message (
Expand
)
Author
2018-06-06
wraptool: Convert to argparse
Xavier Claessens
2018-06-06
Add unit test for option precedence
Xavier Claessens
2018-06-06
Convert args.projectoptions into a dict
Xavier Claessens
2018-06-06
Fix command line unit test not actually testing failure message
Xavier Claessens
2018-06-06
Remove had_argument_for() it is not used anymore
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
UserUmaskOption: Add 'preserve' in choices and use octal notation
Xavier Claessens
2018-06-06
UserUmaskOption: Implement validate_value instead of set_value
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
dependencies: Take options from coredata instead of cmd line
Xavier Claessens
2018-06-06
mconf: Report all unknown cmd line options instead of aborting on first
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
Delay backend creation until project() is parsed
Xavier Claessens
2018-06-06
optinterpreter: Remove duplicated list of languages
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-06-06
UserArrayOption: Small cleanup in value parsing
Xavier Claessens
2018-06-06
UserArrayOption: Add support for splitting on space instead of coma
Xavier Claessens
2018-06-06
Move get_args_from_envvars() from environment to compilers
Xavier Claessens
2018-06-06
Compilers: Chain-up to parent class in get_options()
Xavier Claessens
2018-06-06
environment.py: Properly check platform on MSVC 2008
Chun-wei Fan
2018-06-06
Revert "really switch to qmake automatically if pkg-config fails"
Nirbheek Chauhan
2018-06-06
docs: Fix dictionary syntax [skip ci]
Yudi Matsuzake
2018-06-06
Warn when Apple bitcode support is enabled and in-use
Nirbheek Chauhan
2018-06-06
Add documentation for Builtin options and bitcode
Nirbheek Chauhan
2018-06-06
Add a new option for building with Apple bitcode support
Nirbheek Chauhan
2018-06-06
meson introspect: Fix --installed argument
Nirbheek Chauhan
2018-06-05
Fix non-list used with FeatureNewKwargs
Jon Turney
2018-06-05
FeatureNew: Add decorators for new install_mode kwargs
Nirbheek Chauhan
2018-06-05
docs: Add a release notes snippet about FeatureNew
Nirbheek Chauhan
2018-06-05
FeatureNew: add two features that were just merged
Nirbheek Chauhan
2018-06-05
FeatureNew: Print WARNING instead of ERROR
Nirbheek Chauhan
2018-06-05
Add prog/lib dirs from the mingw cross-compiler to PATH
Nirbheek Chauhan
2018-06-05
.travis.yml: Add CI for armhf and mingw
Nirbheek Chauhan
2018-06-05
Automatically add cross-mingw root and sysroot bindir to WINEPATH
Nirbheek Chauhan
2018-06-05
Add MinGW-w64 64-bit to the Travis CI
Nirbheek Chauhan
2018-06-05
Set WINEPATH when running serialized executables
Nirbheek Chauhan
2018-06-04
Update environment.py
Niklas Claesson
2018-06-03
Add 'common/202 subproject array version' test
Aleksey Filippov
2018-06-03
Use mesonlib.version_compare_many() first value only as an indicator of match
Aleksey Filippov
2018-06-03
Fix meson multiple version contraint error
mikolajp
2018-06-03
Extend test_rc_depends_files test case
Jon Turney
2018-06-03
Have the windows.resource_compiler() preprocesor write a depfile
Jon Turney
2018-06-03
Allow substitutions in custom_target() depfile:
Jon Turney
2018-06-03
Document @PLAINNAME@ and @BASENAME@ substitutions in custom_target(command:)
Jon Turney
2018-06-03
Install implib where expected if default install_dir: is explicitly given
Jon Turney
[next]