aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Merge pull request #2498 from mesonbuild/runpythonJussi Pakkanen9-70/+81
2017-11-22Use re.sub instead of replace loopJoergen Ibsen1-6/+5
2017-11-21Review fixes.Jussi Pakkanen5-11/+12
2017-11-20Make the full test suite runnable with an external command.Jussi Pakkanen1-42/+44
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen7-26/+19
2017-11-20Changed code to use detected executables rather than hardcoding sys.executable.Jussi Pakkanen2-1/+10
2017-11-20Add command to run Python scripts with the current interpreter.Jussi Pakkanen1-0/+6
2017-11-19Check keyword arguments for dependencyChristoph Behle1-0/+2
2017-11-19Silence failed restorecon calls when $DESTDIR is setZbigniew Jędrzejewski-Szmek1-1/+3
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-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen7-72/+146
2017-11-15Allow cmd script extension on WindowsJoergen Ibsen1-1/+1
2017-11-14Fix #2620rkfg1-1/+3
2017-11-13Enable get_pkgconfig_variable for python3 dependenciesAnonymous Maarten1-5/+14
2017-11-13Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen1-0/+15
2017-11-13Merge pull request #2579 from thillux/masterJussi Pakkanen1-8/+16
2017-11-13Merge pull request #2511 from jon-turney/prefix-dependent-defaultsJussi Pakkanen2-14/+24
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-11dependencies: Force pkg-config to output -L argsNirbheek Chauhan1-3/+10
2017-11-11pkgconfig module: Escape all paths while generatingNirbheek Chauhan1-9/+24
2017-11-11dependencies: Use shlex to parse pkg-config cflags and libsNirbheek Chauhan1-4/+5
2017-11-11dependencies: Improve pkg-config library detectionNirbheek Chauhan1-1/+16
2017-11-11compilers: Improve manual library searchingNirbheek Chauhan5-55/+91
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: llvm 5.0 is released and the current stableDylan Baker1-5/+6
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 Ittershagen1-1/+2
2017-11-08Merge pull request #2444 from dcbaker/llvmJussi Pakkanen1-15/+77
2017-11-07Merge pull request #2564 from jeandet/fix_boost_detection_with_wrong_localeJussi Pakkanen1-2/+8
2017-11-07gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens1-1/+2
2017-11-06Dump coredata earlier.Elliott Sales de Andrade2-18/+13
2017-11-06coredata: Remove parse_string() methodXavier Claessens2-14/+1
2017-11-03Qt-Module: fix rcc `name` with Qt4Markus Theil1-1/+1
2017-11-03Qt5-Module: add `name` option to rccMarkus Theil1-1/+1
2017-11-02Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet1-1/+4
2017-11-01Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet1-1/+4
2017-10-31Merge pull request #2562 from 1ace/fix/mesontestJussi Pakkanen1-1/+1
2017-10-31interpreter: Add warning functionPaulo Antonio Alvarez1-2/+12
2017-10-31mtest: print correct name in error messageEric Engestrom1-1/+1
2017-10-31Merge pull request #2551 from mesonbuild/fix2481Jussi Pakkanen1-6/+15