summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* appveyor.yml: Only download pkg-config for MSVCnirbheek/pkgconfig-msvc-staticNirbheek Chauhan2017-11-151-2/+2
* unit tests: Teach detect_prebuild_env about CygwinJon Turney2017-11-141-0/+3
* dependencies: Force pkg-config to output -L argsNirbheek Chauhan2017-11-111-3/+10
* unit tests: Attempt to fix failure on CygwinNirbheek Chauhan2017-11-111-0/+4
* unit tests: Properly skip if pkg-config wasn't foundNirbheek Chauhan2017-11-111-0/+4
* appveyor: Install pkg-config for MSVC buildsNirbheek Chauhan2017-11-111-0/+2
* pkgconfig module: Escape all paths while generatingNirbheek Chauhan2017-11-112-15/+52
* dependencies: Use shlex to parse pkg-config cflags and libsNirbheek Chauhan2017-11-113-14/+19
* dependencies: Improve pkg-config library detectionNirbheek Chauhan2017-11-111-1/+16
* compilers: Improve manual library searchingNirbheek Chauhan2017-11-115-55/+91
* dependencies: Add a test for static libs with pkg-configNirbheek Chauhan2017-11-116-39/+141
* gnome: Add include_directories parameter to gtkdoc()Xavier Claessens2017-11-101-1/+1
* Interpreter: ensure build_def_files defined before parse_project()Dylan Baker2017-11-101-1/+2
* Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen2017-11-091-1/+1
* Print correct command in help messageEric Engestrom2017-11-095-5/+5
* introspect: print `build_by_default` fieldEric Engestrom2017-11-091-0/+1
* llvm: fix static linkingDylan Baker2017-11-091-2/+7
* llvm: llvm 5.0 is released and the current stableDylan Baker2017-11-091-5/+6
* fix include_directories handling in subprojects for compiler tests.Philipp Ittershagen2017-11-085-1/+30
* Merge pull request #2444 from dcbaker/llvmJussi Pakkanen2017-11-083-28/+108
|\
| * docs: Add a snippet for LLVM static linking supportDylan Baker2017-10-251-0/+8
| * llvm: fix static vs dynamic linkingDylan Baker2017-10-251-6/+52
| * llvm: Add support for linking staticallyDylan Baker2017-10-252-14/+23
| * llvm: Add modules to libs checkDylan Baker2017-10-251-1/+3
| * llvm: check for components (modules) before libs.Dylan Baker2017-10-251-13/+12
| * llvm: Add optional modulesDylan Baker2017-10-252-7/+19
| * llvm: Add helper function for checking modulesDylan Baker2017-10-251-0/+4
| * llvm test: Replace tinfo with something elseDylan Baker2017-10-251-1/+1
* | Add description on how to use external and internal dependencies interchangea...Jussi Pakkanen2017-11-081-17/+46
* | Merge pull request #2564 from jeandet/fix_boost_detection_with_wrong_localeJussi Pakkanen2017-11-071-2/+8
|\ \
| * | Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet2017-11-021-1/+4
| * | Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet2017-11-011-1/+4
* | | gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens2017-11-071-1/+2
* | | docs: fix use of depsJoergen Ibsen2017-11-071-1/+1
* | | vim: remove double indentEric Engestrom2017-11-061-2/+2
* | | Dump coredata earlier.Elliott Sales de Andrade2017-11-062-18/+13
* | | Small changes for syntax hightlightDavid Pérez-Suárez2017-11-062-3/+3
* | | coredata: Remove parse_string() methodXavier Claessens2017-11-062-14/+1
|/ /
* | Merge pull request #2562 from 1ace/fix/mesontestJussi Pakkanen2017-10-314-9/+11
|\ \
| * | mtest: print correct name in error messageEric Engestrom2017-10-311-1/+1
| * | man: remove references to `mesontest` in meson(1)Eric Engestrom2017-10-311-2/+4
| * | docs: remove references to `mesontest`Eric Engestrom2017-10-312-6/+6
* | | interpreter: Add warning functionPaulo Antonio Alvarez2017-10-313-2/+26
|/ /
* | Added libwmf to the CI image.Jussi Pakkanen2017-10-311-0/+1
* | Merge pull request #2551 from mesonbuild/fix2481Jussi Pakkanen2017-10-319-6/+100
|\ \
| * | Renamed test dir to avoid duplicate numbers.fix2481Jussi Pakkanen2017-10-298-0/+0
| * | Evaluate subproject path correctly. Closes #2481.Jussi Pakkanen2017-10-291-6/+15
| * | add failing test case for overly-strict sandbox violationAdam C. Foltzer2017-10-298-0/+85
* | | Add LibWmf as a specified dependency, and associated tests.Félix Piédallu2017-10-316-1/+69
* | | namespace run_targets by subprojectMartin Kelly2017-10-319-59/+64