summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing FeatureNew for libwmf dependencynirbheek/libwmf-featurenewNirbheek Chauhan2018-06-102-0/+7
* run_tests: Run all cross tests togetherNirbheek Chauhan2018-06-102-22/+9
* vala: fix extract_all_objects() resultPaolo Bonzini2018-06-109-2/+91
* Document version when custom detectors were added [skip ci]Jon Turney2018-06-101-4/+23
* Document values for dependency(method:) [skip ci]Jon Turney2018-06-102-13/+37
* Alphabetize custom dependencies [skip ci]Jon Turney2018-06-101-61/+62
* Correct the name of the libwmf dependency [skip ci]Jon Turney2018-06-101-1/+1
* meson.py: sys.path requires str, not pathlib.PathNirbheek Chauhan2018-06-101-1/+1
* configure_file: Add 'encoding' to FeatureNewNirbheek Chauhan2018-06-101-1/+1
* configure_file: Add release snippet for encoding keywordSander Sweers2018-06-091-0/+12
* configure_file: test writing non ascii with ascii encoding keywordSander Sweers2018-06-092-0/+11
* Add new encoding keyword for configure_file to manualSander Sweers2018-06-092-0/+11
* Add file encoding to configure_fileSander Sweers2018-06-094-7/+26
* Fix options being reset to default on reconfigureXavier Claessens2018-06-092-4/+19
* Refine cross file checking to ignore directoriesJon Turney2018-06-091-2/+2
* docs: Add release notes for new gnome.gdbus_codegen keywordsRobert Ancell2018-06-081-0/+14
* gdbus_codegen: Support --c-generate-autocleanupRobert Ancell2018-06-082-2/+8
* Add a unit test for `meson introspect --installed`Nirbheek Chauhan2018-06-081-0/+3
* mintro: Fix introspecting installation pathsThibault Saunier2018-06-081-2/+2
* 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