summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-06wraptool: Convert to argparseXavier Claessens
2018-06-06Add unit test for option precedenceXavier Claessens
2018-06-06Convert args.projectoptions into a dictXavier Claessens
2018-06-06Fix command line unit test not actually testing failure messageXavier Claessens
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens
2018-06-06coredata: Stop setting default option values as argparse attributeXavier Claessens
2018-06-06mconf: Special case UserUmaskOption to print value in octal notationXavier Claessens
2018-06-06UserUmaskOption: Add 'preserve' in choices and use octal notationXavier Claessens
2018-06-06UserUmaskOption: Implement validate_value instead of set_valueXavier Claessens
2018-06-06mconf: Reduce code duplication and avoid missing builtin optionsXavier Claessens
2018-06-06mconf: Fix print when choices is a string instead of listXavier Claessens
2018-06-06mconf: Set prefix first because other options depends on itXavier Claessens
2018-06-06dependencies: Take options from coredata instead of cmd lineXavier Claessens
2018-06-06mconf: Report all unknown cmd line options instead of aborting on firstXavier Claessens
2018-06-06Move to coredata some methods handling optionsXavier Claessens
2018-06-06mconf: Small tweaks when printing configurationXavier Claessens
2018-06-06Delay backend creation until project() is parsedXavier Claessens
2018-06-06optinterpreter: Remove duplicated list of languagesXavier Claessens
2018-06-06Fix issues found by flake8Xavier Claessens
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens
2018-06-06UserArrayOption: Small cleanup in value parsingXavier Claessens
2018-06-06UserArrayOption: Add support for splitting on space instead of comaXavier Claessens
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens
2018-06-06Compilers: Chain-up to parent class in get_options()Xavier Claessens
2018-06-06environment.py: Properly check platform on MSVC 2008Chun-wei Fan
2018-06-06Revert "really switch to qmake automatically if pkg-config fails"Nirbheek Chauhan
2018-06-06docs: Fix dictionary syntax [skip ci]Yudi Matsuzake
2018-06-06Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan
2018-06-06Add documentation for Builtin options and bitcodeNirbheek Chauhan
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan
2018-06-06meson introspect: Fix --installed argumentNirbheek Chauhan
2018-06-05Fix non-list used with FeatureNewKwargsJon Turney
2018-06-05FeatureNew: Add decorators for new install_mode kwargsNirbheek Chauhan
2018-06-05docs: Add a release notes snippet about FeatureNewNirbheek Chauhan
2018-06-05FeatureNew: add two features that were just mergedNirbheek Chauhan
2018-06-05FeatureNew: Print WARNING instead of ERRORNirbheek Chauhan
2018-06-05Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan
2018-06-05.travis.yml: Add CI for armhf and mingwNirbheek Chauhan
2018-06-05Automatically add cross-mingw root and sysroot bindir to WINEPATHNirbheek Chauhan
2018-06-05Add MinGW-w64 64-bit to the Travis CINirbheek Chauhan
2018-06-05Set WINEPATH when running serialized executablesNirbheek Chauhan
2018-06-04Update environment.pyNiklas Claesson
2018-06-03Add 'common/202 subproject array version' testAleksey Filippov
2018-06-03Use mesonlib.version_compare_many() first value only as an indicator of matchAleksey Filippov
2018-06-03Fix meson multiple version contraint errormikolajp
2018-06-03Extend test_rc_depends_files test caseJon Turney
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney
2018-06-03Allow substitutions in custom_target() depfile:Jon Turney
2018-06-03Document @PLAINNAME@ and @BASENAME@ substitutions in custom_target(command:)Jon Turney
2018-06-03Install implib where expected if default install_dir: is explicitly givenJon Turney