aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-26removes unnecessary code as suggested by @jeandetLeif Middelschulte1-5/+1
2017-10-26removes unnecessary if/else-statement as suggested by @jeandetLeif Middelschulte1-4/+1
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte1-5/+14
2017-10-25Boost: Add Python librariesNiklas Claesson1-0/+4
2017-10-25gnome: Fix compile_schemas() using path sep in target namePatrick Griffis1-1/+1
2017-10-25llvm: fix static vs dynamic linkingDylan Baker1-6/+52
2017-10-25llvm: Add support for linking staticallyDylan Baker1-1/+3
2017-10-25llvm: Add modules to libs checkDylan Baker1-1/+3
2017-10-25llvm: check for components (modules) before libs.Dylan Baker1-13/+12
2017-10-25llvm: Add optional modulesDylan Baker1-7/+16
2017-10-25llvm: Add helper function for checking modulesDylan Baker1-0/+4
2017-10-24Because people are very creative in working around limitations based on good ...Jussi Pakkanen1-1/+6
2017-10-24Merge pull request #2464 from jeandet/Qt4_Qt5_factorizationJussi Pakkanen3-268/+146
2017-10-21llvm: strip system libraries from link argumentsDylan Baker1-2/+2
2017-10-21dependencies: Add function to strip system -L pathsDylan Baker2-0/+29
2017-10-19Error for Libs in package_config functiongetzze1-2/+4
2017-10-19MSI: Fix regenerate with visual studioNiklas Claesson1-3/+5
2017-10-19Do not allow escaping the subprojects directory.Narendra Vardi1-0/+2
2017-10-18Allow to give source files to GtkDoc by respecting the File classCorentin Noël1-1/+1
2017-10-14fix all subproject using wrap-file brokenliugang1-2/+4
2017-10-12Boost: Jamfile has two syntaxes for boost librariesNiklas Claesson1-0/+1
2017-10-12Factorized Qt compilers version probing.Alexis Jeandet1-44/+17
2017-10-10Factorized Qt4 and Qt5 modules in one base class.Alexis Jeandet3-268/+173