summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unittests: Assert that we have pkg-config on all CInirbheek/macos-rpath-uninstalledNirbheek Chauhan2018-06-111-5/+12
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-1114-84/+147
* depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2018-06-112-8/+18
* pkgconfig deps: Also resolve paths to shared librariesNirbheek Chauhan2018-06-112-31/+51
* Test that binaries that use external libraries workNirbheek Chauhan2018-06-119-14/+96
* gdbus_codegen: Support arbitrary extra argumentsRobert Ancell2018-06-072-1/+5
* backends: Don't exclude system libraries for PATHNirbheek Chauhan2018-06-071-3/+3
* find_library: Add a cache for library searchingNirbheek Chauhan2018-06-072-7/+27
* backends: Don't hardcode system library pathsNirbheek Chauhan2018-06-071-5/+12
* Install shared_module implibsJon Turney2018-06-073-2/+3
* More clearly explain portability issues with linking to a moduleJon Turney2018-06-076-4/+30
* dependencies/qt: fix debugoptimized builds with qtMatthew Waters2018-06-071-1/+1
* Interpreter: Fix subdir_done() to exit from inside if/foreach blocksXavier Claessens2018-06-073-5/+11
* Add test case for generated headers used through a dependency.Jussi Pakkanen2018-06-075-0/+37
* gettext: Install .mo files atomicallyPhilip Chimento2018-06-071-2/+4
* compilers: Use RUSTFLAGS from the env as default rust_args valueXavier Claessens2018-06-061-1/+2
* mesonmain: Take only 2 optional directoriesXavier Claessens2018-06-061-19/+4
* mconf: Take only one optional builddir arg that defaults to '.'Xavier Claessens2018-06-061-11/+2
* environment: copy self.cmd_line_options to not modify original optionsXavier Claessens2018-06-061-1/+1
* wraptool: Convert to argparseXavier Claessens2018-06-061-62/+39
* Add unit test for option precedenceXavier Claessens2018-06-061-1/+27
* Convert args.projectoptions into a dictXavier Claessens2018-06-0615-239/+130
* Fix command line unit test not actually testing failure messageXavier Claessens2018-06-061-8/+9
* Remove had_argument_for() it is not used anymoreXavier Claessens2018-06-064-33/+19
* coredata: Stop setting default option values as argparse attributeXavier Claessens2018-06-064-68/+29
* mconf: Special case UserUmaskOption to print value in octal notationXavier Claessens2018-06-061-0/+2
* UserUmaskOption: Add 'preserve' in choices and use octal notationXavier Claessens2018-06-061-0/+1
* UserUmaskOption: Implement validate_value instead of set_valueXavier Claessens2018-06-061-5/+4
* mconf: Reduce code duplication and avoid missing builtin optionsXavier Claessens2018-06-061-81/+42
* mconf: Fix print when choices is a string instead of listXavier Claessens2018-06-061-1/+4
* mconf: Set prefix first because other options depends on itXavier Claessens2018-06-062-9/+32
* dependencies: Take options from coredata instead of cmd lineXavier Claessens2018-06-062-3/+2
* mconf: Report all unknown cmd line options instead of aborting on firstXavier Claessens2018-06-061-2/+8
* Move to coredata some methods handling optionsXavier Claessens2018-06-064-32/+35
* mconf: Small tweaks when printing configurationXavier Claessens2018-06-061-1/+2
* Delay backend creation until project() is parsedXavier Claessens2018-06-063-31/+46
* optinterpreter: Remove duplicated list of languagesXavier Claessens2018-06-063-13/+5
* Fix issues found by flake8Xavier Claessens2018-06-0611-11/+9
* Move <lang>_args to coredata.compiler_optionsXavier Claessens2018-06-0611-77/+62
* UserArrayOption: Small cleanup in value parsingXavier Claessens2018-06-061-13/+12
* UserArrayOption: Add support for splitting on space instead of comaXavier Claessens2018-06-061-2/+6
* Move get_args_from_envvars() from environment to compilersXavier Claessens2018-06-064-56/+54
* Compilers: Chain-up to parent class in get_options()Xavier Claessens2018-06-062-52/+65
* environment.py: Properly check platform on MSVC 2008Chun-wei Fan2018-06-061-3/+11
* Revert "really switch to qmake automatically if pkg-config fails"Nirbheek Chauhan2018-06-061-1/+1
* docs: Fix dictionary syntax [skip ci]Yudi Matsuzake2018-06-061-1/+1
* Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan2018-06-062-3/+17
* Add documentation for Builtin options and bitcodeNirbheek Chauhan2018-06-063-0/+149
* Add a new option for building with Apple bitcode supportNirbheek Chauhan2018-06-064-17/+81
* meson introspect: Fix --installed argumentNirbheek Chauhan2018-06-062-2/+5