aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens4-33/+19
2018-06-06coredata: Stop setting default option values as argparse attributeXavier Claessens4-68/+29
2018-06-06mconf: Special case UserUmaskOption to print value in octal notationXavier Claessens1-0/+2
2018-06-06UserUmaskOption: Add 'preserve' in choices and use octal notationXavier Claessens1-0/+1
2018-06-06UserUmaskOption: Implement validate_value instead of set_valueXavier Claessens1-5/+4
2018-06-06mconf: Reduce code duplication and avoid missing builtin optionsXavier Claessens1-81/+42
2018-06-06mconf: Fix print when choices is a string instead of listXavier Claessens1-1/+4
2018-06-06mconf: Set prefix first because other options depends on itXavier Claessens2-9/+32
2018-06-06dependencies: Take options from coredata instead of cmd lineXavier Claessens2-3/+2
2018-06-06mconf: Report all unknown cmd line options instead of aborting on firstXavier Claessens1-2/+8
2018-06-06Move to coredata some methods handling optionsXavier Claessens4-32/+35
2018-06-06mconf: Small tweaks when printing configurationXavier Claessens1-1/+2
2018-06-06Delay backend creation until project() is parsedXavier Claessens3-31/+46
2018-06-06optinterpreter: Remove duplicated list of languagesXavier Claessens3-13/+5
2018-06-06Fix issues found by flake8Xavier Claessens11-11/+9
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens11-77/+62
2018-06-06UserArrayOption: Small cleanup in value parsingXavier Claessens1-13/+12
2018-06-06UserArrayOption: Add support for splitting on space instead of comaXavier Claessens1-2/+6
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens4-56/+54
2018-06-06Compilers: Chain-up to parent class in get_options()Xavier Claessens2-52/+65
2018-06-06environment.py: Properly check platform on MSVC 2008Chun-wei Fan1-3/+11
2018-06-06Revert "really switch to qmake automatically if pkg-config fails"Nirbheek Chauhan1-1/+1
2018-06-06docs: Fix dictionary syntax [skip ci]Yudi Matsuzake1-1/+1
2018-06-06Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan2-3/+17
2018-06-06Add documentation for Builtin options and bitcodeNirbheek Chauhan3-0/+149
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan4-17/+81
2018-06-06meson introspect: Fix --installed argumentNirbheek Chauhan2-2/+5
2018-06-05Fix non-list used with FeatureNewKwargsJon Turney2-2/+2
2018-06-05FeatureNew: Add decorators for new install_mode kwargsNirbheek Chauhan1-2/+5
2018-06-05docs: Add a release notes snippet about FeatureNewNirbheek Chauhan1-0/+32
2018-06-05FeatureNew: add two features that were just mergedNirbheek Chauhan2-2/+3
2018-06-05FeatureNew: Print WARNING instead of ERRORNirbheek Chauhan1-2/+2
2018-06-05Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan3-11/+53
2018-06-05.travis.yml: Add CI for armhf and mingwNirbheek Chauhan2-21/+38
2018-06-05Automatically add cross-mingw root and sysroot bindir to WINEPATHNirbheek Chauhan3-11/+31
2018-06-05Add MinGW-w64 64-bit to the Travis CINirbheek Chauhan4-28/+50
2018-06-05Set WINEPATH when running serialized executablesNirbheek Chauhan4-3/+36
2018-06-04Update environment.pyNiklas Claesson1-1/+1
2018-06-03Add 'common/202 subproject array version' testAleksey Filippov2-0/+4
2018-06-03Use mesonlib.version_compare_many() first value only as an indicator of matchAleksey Filippov1-1/+1
2018-06-03Fix meson multiple version contraint errormikolajp1-1/+1
2018-06-03Extend test_rc_depends_files test caseJon Turney4-5/+23
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney4-1/+17
2018-06-03Allow substitutions in custom_target() depfile:Jon Turney5-1/+23
2018-06-03Document @PLAINNAME@ and @BASENAME@ substitutions in custom_target(command:)Jon Turney1-0/+2
2018-06-03Install implib where expected if default install_dir: is explicitly givenJon Turney2-14/+18
2018-06-03Link to our Getting-meson page instead of python.org [skip ci]Nirbheek Chauhan1-1/+1
2018-06-03docs: Add a section about the MSI installer [skip ci]Nirbheek Chauhan1-2/+11
2018-06-03Error out when someone tries to use msys/python to run MesonNirbheek Chauhan2-0/+15
2018-06-03docs: Expand section on how to install Python3 and MesonNirbheek Chauhan4-11/+58