summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-11Move shell completions and text editor helpers to data/Arseny Maslennikov
2017-11-11Add zsh completion function for MesonArseny Maslennikov
2017-11-10gnome: Add include_directories parameter to gtkdoc()Xavier Claessens
2017-11-10Interpreter: ensure build_def_files defined before parse_project()Dylan Baker
2017-11-09Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen
2017-11-09Print correct command in help messageEric Engestrom
2017-11-09introspect: print `build_by_default` fieldEric Engestrom
2017-11-09llvm: fix static linkingDylan Baker
2017-11-09llvm: llvm 5.0 is released and the current stableDylan Baker
2017-11-08fix include_directories handling in subprojects for compiler tests.Philipp Ittershagen
2017-11-08Merge pull request #2444 from dcbaker/llvmJussi Pakkanen
2017-11-08Add description on how to use external and internal dependencies interchangea...Jussi Pakkanen
2017-11-07Merge pull request #2564 from jeandet/fix_boost_detection_with_wrong_localeJussi Pakkanen
2017-11-07gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens
2017-11-07docs: fix use of depsJoergen Ibsen
2017-11-06vim: remove double indentEric Engestrom
2017-11-06Dump coredata earlier.Elliott Sales de Andrade
2017-11-06Small changes for syntax hightlightDavid Pérez-Suárez
2017-11-06coredata: Remove parse_string() methodXavier Claessens
2017-11-02Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet
2017-11-01Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet
2017-10-31Merge pull request #2562 from 1ace/fix/mesontestJussi Pakkanen
2017-10-31interpreter: Add warning functionPaulo Antonio Alvarez
2017-10-31mtest: print correct name in error messageEric Engestrom
2017-10-31man: remove references to `mesontest` in meson(1)Eric Engestrom
2017-10-31docs: remove references to `mesontest`Eric Engestrom
2017-10-31Added libwmf to the CI image.Jussi Pakkanen
2017-10-31Merge pull request #2551 from mesonbuild/fix2481Jussi Pakkanen
2017-10-31Add LibWmf as a specified dependency, and associated tests.Félix Piédallu
2017-10-31namespace run_targets by subprojectMartin Kelly
2017-10-29Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keywordJussi Pakkanen
2017-10-29Fixes the `kwargs` handling.Leif Middelschulte
2017-10-29run_command: add command and files as build dependenciesScott D Phillips
2017-10-29Renamed test dir to avoid duplicate numbers.Jussi Pakkanen
2017-10-29Evaluate subproject path correctly. Closes #2481.Jussi Pakkanen
2017-10-29add failing test case for overly-strict sandbox violationAdam C. Foltzer
2017-10-29Fix boost link cmd line when compiler.find_library returns None, self.request...Goncalo Carvalho
2017-10-29Check that link_with arguments in declare_dependency are not external depende...Jussi Pakkanen
2017-10-29Merge pull request #2217 from mesonbuild/gcc7Jussi Pakkanen
2017-10-29Raise InvalidArguments when trying to link against stringsLyude Paul
2017-10-29Do not run MPI Fortran tests on Ubuntu Artful.Jussi Pakkanen
2017-10-28Use GCC 7 for cross compilation tests.Jussi Pakkanen
2017-10-28Test GDC shared libraries only from version 8, since 7 is broken in Debian at...Jussi Pakkanen
2017-10-27documentation: adds new keyword usage to the given example.Leif Middelschulte
2017-10-27adds "since"-note for the new keyword to the documentationLeif Middelschulte
2017-10-27updates the documentation to follow the list-style to explain arguments.Leif Middelschulte
2017-10-26docs: add pkgconfig to cross file exampleMike Gilbert
2017-10-26removes unnecessary code as suggested by @jeandetLeif Middelschulte
2017-10-26removes unnecessary if/else-statement as suggested by @jeandetLeif Middelschulte
2017-10-26fixes the extended test suite to work with qt5 **and** qt4.Leif Middelschulte