aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-15Use consistent mlog formatting with the ConfigTool dependency helpersDylan Baker2-6/+7
2017-12-15dependencies: Print LLVM for LLVM dependencyDylan Baker1-1/+1
2017-12-13Enable re-compilation of GNOME gschema files if they have changed.Michael James Gratton2-1/+8
2017-12-13Use LC_ALL=C in CCompiler.get_library_dirsIsmael González1-1/+3
2017-12-13Add Geary to the list of users - will use meson for the next release.Michael James Gratton1-0/+1
2017-12-12docs: Change variable in pkg-config exampleIñigo Martínez1-1/+1
2017-12-12docs: Add documentation to dependency variablesIñigo Martínez2-1/+18
2017-12-11Fix documentation on disabler behaviour with short circuiting.Jussi Pakkanen2-2/+3
2017-12-11Fix Vala thread flag breakage (#2756)Ernestas Kulik3-2/+11
2017-12-10Bump version number for new development.Jussi Pakkanen1-1/+1
2017-12-10Updated version number for new release.0.44.0Jussi Pakkanen21-154/+158
2017-12-10Merge pull request #2745 from dcbaker/submit/haikuJussi Pakkanen8-44/+89
2017-12-10Merge pull request #2697 from mesonbuild/custom-target-depends-serializeJussi Pakkanen13-42/+267
2017-12-10appveyor.yml: Use MSYS2-MinGW Python for testsNirbheek Chauhan1-15/+15
2017-12-09dependencies: Don't use NotImplementedError for invalid methodsNirbheek Chauhan2-2/+26
2017-12-10dependencies: Fix detection of link args on MSYS2Nirbheek Chauhan1-6/+31
2017-12-10dependencies: Fix detection of Python arch on MSYSNirbheek Chauhan1-4/+27
2017-12-09dependencies: Handle /usr/bin/env shebangs on HaikuNirbheek Chauhan1-31/+54
2017-12-09Touch up install_dir() documentationErnestas Kulik1-5/+1
2017-12-09Check for more errors when executing subprocess. (#2746)behlec1-4/+10
2017-12-09Fix typo in release note snippet for get_unquotedJon Turney1-2/+2
2017-12-07Fix `array` type nameEric Engestrom3-4/+4
2017-12-07Improve error handling when failing to execute program. (#2743)behlec1-1/+4
2017-12-07docs: Add haiku to reference tableDylan Baker1-1/+2
2017-12-07tests: Add haiku to get define testDylan Baker1-0/+3
2017-12-07haiku: do not add pthread argumentsDylan Baker5-12/+30
2017-12-07Renamed UserStringArrayOption to UserArrayOption for short.Jussi Pakkanen5-13/+12
2017-12-06Add C++17 flags to GCC and Clang.Jussi Pakkanen2-5/+7
2017-12-06Silence git stdout messages.Jussi Pakkanen1-3/+5
2017-12-06Fix duplicated test case 168Xavier Claessens2-0/+0
2017-12-05Merge pull request #2731 from mesonbuild/disablerJussi Pakkanen8-11/+233
2017-12-05Added documentation for disabler objects.Jussi Pakkanen4-0/+112
2017-12-05Document and improve not-found dependency objectsJon Turney4-4/+24
2017-12-04Created a new disabler type.Jussi Pakkanen4-11/+121
2017-12-03Minor fixes.Jussi Pakkanen6-1/+1
2017-12-03Fix path for str arguments to depend_filesJoergen Ibsen6-2/+28
2017-12-03Boost: Pick correct versionNiklas Claesson1-10/+10
2017-12-03Merge pull request #2638 from jibsen/use-value-regexJussi Pakkanen4-5/+36
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen7-14/+28
2017-12-03Fix string format recursive replaceJoergen Ibsen2-3/+12
2017-12-03Merge pull request #2703 from mesonbuild/msvc-library-search-fixesJussi Pakkanen8-41/+99
2017-12-03Merged array option branch.Jussi Pakkanen7-50/+161
2017-12-03Renamed test dir to avoid duplicates.Jussi Pakkanen2-0/+0
2017-12-03String arguments can permit arbitrary string valuesJussi Pakkanen6-28/+81
2017-12-03unit tests: Skip coverage properly with clangNirbheek Chauhan1-2/+3
2017-12-03dependencies: Always convert MinGW paths to MSVC on WindowsNirbheek Chauhan1-4/+5
2017-12-03unit tests: Fix test_compiler_detection on MinGWNirbheek Chauhan1-4/+5
2017-12-03linkers: Return a Copy of VisualStudioLinker always_argsNirbheek Chauhan1-2/+2
2017-12-03tests: Fix static library linking on MSYS2-MinGWNirbheek Chauhan1-8/+14
2017-12-03dependencies: Also convert MinGW compile argsNirbheek Chauhan1-16/+29