aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-12-22Merge pull request #2636 from dcbaker/submit/no-unknown-argumentsJussi Pakkanen2-1/+10
2017-12-20Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen8-61/+73
2017-12-20[Dependencies] Add --ldflags to cups-config invocationAlexis Jeandet1-1/+1
2017-12-20Merge pull request #2799 from inigomartinez/remove-duplicatesJussi Pakkanen1-0/+4
2017-12-19Deprecate duplicated values in array optionsIñigo Martínez1-1/+5
2017-12-19Fix: More information for C compilers.Christoph Behle1-2/+2
2017-12-19Warn on unknown command line argumentsDylan Baker1-0/+9
2017-12-19mesonmain: Remove useless ternaryDylan Baker1-1/+1
2017-12-18Use -MD instead of -MMD for reliability.Jussi Pakkanen2-2/+2
2017-12-18Remove duplicated values in array optionsIñigo Martínez1-1/+1
2017-12-17Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen1-4/+3
2017-12-17Exclude llvm/clang lib headers from test coveragesnsmac1-0/+1
2017-12-16Fix flake8 issues.Christoph Behle2-13/+13
2017-12-16More version information for Fortran.Christoph Behle2-18/+19
2017-12-16More version information for DChristoph Behle2-11/+12
2017-12-16More version information for C#Christoph Behle2-3/+4
2017-12-16More version information for compilers.Christoph Behle5-19/+28
2017-12-16dependencies: Also strip git version from llvm versionDylan Baker1-0/+5
2017-12-16Merge pull request #2781 from dcbaker/submit/config-tool-correct-nameJussi Pakkanen2-8/+9
2017-12-16Do not extract object for header sourcesXavier Claessens1-2/+8
2017-12-15dependencies: use mlog.bold with llvm module/component names.Dylan Baker1-2/+2
2017-12-15Use consistent mlog formatting with the ConfigTool dependency helpersDylan Baker1-5/+6
2017-12-15dependencies: Print LLVM for LLVM dependencyDylan Baker1-1/+1
2017-12-14Print UTF-8 warning only when actually encountering non-ascii filenames.Jussi Pakkanen2-0/+31
2017-12-13Enable re-compilation of GNOME gschema files if they have changed.Michael James Gratton1-1/+1
2017-12-13Use LC_ALL=C in CCompiler.get_library_dirsIsmael González1-1/+3
2017-12-11Fix Vala thread flag breakage (#2756)Ernestas Kulik1-2/+2
2017-12-10Bump version number for new development.Jussi Pakkanen1-1/+1
2017-12-10Updated version number for new release.0.44.0Jussi Pakkanen1-1/+1
2017-12-10Merge pull request #2745 from dcbaker/submit/haikuJussi Pakkanen6-43/+84
2017-12-10Merge pull request #2697 from mesonbuild/custom-target-depends-serializeJussi Pakkanen5-27/+110
2017-12-09dependencies: Don't use NotImplementedError for invalid methodsNirbheek Chauhan1-2/+10
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-09Check for more errors when executing subprocess. (#2746)behlec1-4/+10
2017-12-07Fix `array` type nameEric Engestrom1-1/+1
2017-12-07Improve error handling when failing to execute program. (#2743)behlec1-1/+4
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 Pakkanen1-4/+4
2017-12-05Merge pull request #2731 from mesonbuild/disablerJussi Pakkanen3-11/+87
2017-12-05Document and improve not-found dependency objectsJon Turney1-0/+6
2017-12-04Created a new disabler type.Jussi Pakkanen3-11/+87
2017-12-03Fix path for str arguments to depend_filesJoergen Ibsen1-2/+2
2017-12-03Boost: Pick correct versionNiklas Claesson1-10/+10
2017-12-03Merge pull request #2638 from jibsen/use-value-regexJussi Pakkanen1-5/+4
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen5-12/+24
2017-12-03Fix string format recursive replaceJoergen Ibsen1-3/+10
2017-12-03Merge pull request #2703 from mesonbuild/msvc-library-search-fixesJussi Pakkanen5-14/+57