aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-19More defensive process killing. Closes #2629.Jussi Pakkanen1-1/+7
2017-11-19pkgconfig: Handle prefix in library pathIñigo Martínez1-1/+10
2017-11-19docs: Add 'cygwin' to reference table for .system()Jon Turney1-0/+1
2017-11-19Documentation: Add note about SCAN_BUILDChristoph Behle1-0/+6
2017-11-19Appveyor example now validates. Closes #2641.Jussi Pakkanen1-9/+10
2017-11-19Fix literal backslash syntaxLucas Werkmeister1-1/+1
2017-11-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen14-116/+331
2017-11-15Allow cmd script extension on WindowsJoergen Ibsen1-1/+1
2017-11-15appveyor.yml: Only download pkg-config for MSVCNirbheek Chauhan1-2/+2
2017-11-14Fix #2620rkfg1-1/+3
2017-11-14Merge pull request #2509 from madebr/boost_dependency_pkg_configJussi Pakkanen2-5/+19
2017-11-13Enable get_pkgconfig_variable for python3 dependenciesAnonymous Maarten1-5/+14
2017-11-13tests: test getting python module using pkg-configAnonymous Maarten1-0/+5
2017-11-14unit tests: Teach detect_prebuild_env about CygwinJon Turney1-0/+3
2017-11-13docs: fix description of default_optionsJoergen Ibsen1-7/+7
2017-11-13Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen5-0/+37
2017-11-13Merge pull request #2579 from thillux/masterJussi Pakkanen4-15/+69
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen4-15/+82
2017-11-13Merge pull request #2604 from QuLogic/coalesce-restoreconJussi Pakkanen1-16/+14
2017-11-13Use mlog.warning for invalid boost moduleJan Niklas Hasse1-1/+1
2017-11-13Log instead of raise if Boost module invalidJan Niklas Hasse1-2/+5
2017-11-13llvm: Output stderr when generating libs/flags/etc failsNirbheek Chauhan1-12/+12
2017-11-13docs: Remove extra whitespace from i18nTingPing1-4/+0
2017-11-11Merge pull request #2071 from porrided/masterJussi Pakkanen6-0/+213
2017-11-11Cleanupping.Jussi Pakkanen1-22/+69
2017-11-11dependencies: Force pkg-config to output -L argsNirbheek Chauhan1-3/+10
2017-11-11unit tests: Attempt to fix failure on CygwinNirbheek Chauhan1-0/+4
2017-11-11unit tests: Properly skip if pkg-config wasn't foundNirbheek Chauhan1-0/+4
2017-11-11appveyor: Install pkg-config for MSVC buildsNirbheek Chauhan1-0/+2
2017-11-11pkgconfig module: Escape all paths while generatingNirbheek Chauhan2-15/+52
2017-11-11dependencies: Use shlex to parse pkg-config cflags and libsNirbheek Chauhan3-14/+19
2017-11-11dependencies: Improve pkg-config library detectionNirbheek Chauhan1-1/+16
2017-11-11compilers: Improve manual library searchingNirbheek Chauhan5-55/+91
2017-11-11_meson: Explicitly specify license to match the Z ShellArseny Maslennikov1-0/+24
2017-11-11dependencies: Add a test for static libs with pkg-configNirbheek Chauhan6-39/+141
2017-11-11Move shell completions and text editor helpers to data/Arseny Maslennikov6-0/+0
2017-11-11Add zsh completion function for MesonArseny Maslennikov1-0/+189
2017-11-11Pass restorecon file list through stdin.Elliott Sales de Andrade1-5/+7
2017-11-10gnome: Add include_directories parameter to gtkdoc()Xavier Claessens1-1/+1
2017-11-10Interpreter: ensure build_def_files defined before parse_project()Dylan Baker1-1/+2
2017-11-09Coalesce restorecon calls into one.Elliott Sales de Andrade1-16/+12
2017-11-09Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen1-1/+1
2017-11-09Print correct command in help messageEric Engestrom5-5/+5
2017-11-09introspect: print `build_by_default` fieldEric Engestrom1-0/+1
2017-11-09llvm: fix static linkingDylan Baker1-2/+7
2017-11-09llvm: llvm 5.0 is released and the current stableDylan Baker1-5/+6
2017-11-09tests: fix qt unity buildMarkus Theil2-3/+14
2017-11-08tests: adapted Qt test for multiple rcc filesMarkus Theil3-4/+39
2017-11-08Qt-Module: fix name option with multiple rcc filesMarkus Theil1-8/+16
2017-11-08fix include_directories handling in subprojects for compiler tests.Philipp Ittershagen5-1/+30