aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-31Add LibWmf as a specified dependency, and associated tests.Félix Piédallu3-1/+42
2017-10-31namespace run_targets by subprojectMartin Kelly7-59/+62
2017-10-29Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keywordJussi Pakkanen1-5/+7
2017-10-29Fixes the `kwargs` handling.Leif Middelschulte1-1/+1
2017-10-29run_command: add command and files as build dependenciesScott D Phillips1-0/+11
2017-10-29Evaluate subproject path correctly. Closes #2481.Jussi Pakkanen1-6/+15
2017-10-29Fix boost link cmd line when compiler.find_library returns None, self.request...Goncalo Carvalho1-3/+4
2017-10-29Check that link_with arguments in declare_dependency are not external depende...Jussi Pakkanen1-0/+4
2017-10-29Raise InvalidArguments when trying to link against stringsLyude Paul1-0/+2
2017-10-28Make sysconfdir, localstatedir and sharedstatedir defaults depend on prefixJon Turney2-14/+24
2017-10-26removes unnecessary code as suggested by @jeandetLeif Middelschulte1-5/+1