aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Factor out extra linker search dirs into new function.Benjamin Redelings1-4/+10
2018-02-19Add missing for_linux( ) function.Benjamin Redelings1-0/+12
2018-02-19Change values in lib_modules dict to lists (of linker args).Benjamin Redelings1-8/+8
2018-02-19Add information about Linux and Mac.Benjamin Redelings1-0/+18
2018-02-19Fix typo.Benjamin Redelings1-1/+1
2018-02-19Link against the library files that we found during module detection.Benjamin Redelings1-9/+4
2018-02-19Factor out code to compute modname from basename into a single place.Benjamin Redelings1-20/+20
2018-02-19add Compiler.thread_flags() stubAlexey Stukalov1-0/+3
2018-02-19compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan2-2/+19
2018-02-19Add missing spaceKarol Szuster1-1/+1
2018-02-19Update prefix-dependent defaults when project(default_options:) changes prefixJon Turney1-1/+10
2018-02-19Add a test of prefix-dependent defaults for project(default_options:)Jon Turney2-0/+40
2018-02-19unit tests: Test that relative install_rpath works correctlyNirbheek Chauhan3-1/+23
2018-02-19Add whitespace around '+'.Benjamin Redelings1-1/+1
2018-02-19Fix linking with clang++ on linux if install_rpath.Benjamin Redelings1-1/+6
2018-02-19Add failing boost testNiklas Claesson1-0/+5
2018-02-19boost: Allow older behavior with a warningNiklas Claesson2-6/+19
2018-02-19fix AttributeError in CustomTargetIndex.__repr__Andrei Alexeyev1-1/+1
2018-02-19add one more blank line at the tail of Disabler.mdPassw1-1/+1
2018-02-19dependencies: Also strip git version from llvm versionDylan Baker1-0/+5
2018-02-19vim: Add warning function to list of builtinsDylan Baker1-0/+1
2018-02-19docs: Change variable in pkg-config exampleIñigo Martínez1-1/+1
2018-02-19docs: Add documentation to dependency variablesIñigo Martínez2-1/+18
2018-02-19tests: add Vala thread flag testErnestas Kulik2-0/+9
2018-02-19vala: add env parameter to thread flag methodsErnestas Kulik1-2/+2
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