summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* llvm: Output stderr when generating libs/flags/etc failsllvm-better-errorsNirbheek Chauhan2017-11-121-12/+12
* gnome: Add include_directories parameter to gtkdoc()Xavier Claessens2017-11-101-1/+1
* Interpreter: ensure build_def_files defined before parse_project()Dylan Baker2017-11-101-1/+2
* Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen2017-11-091-1/+1
* Print correct command in help messageEric Engestrom2017-11-095-5/+5
* introspect: print `build_by_default` fieldEric Engestrom2017-11-091-0/+1
* llvm: llvm 5.0 is released and the current stableDylan Baker2017-11-091-5/+6
* fix include_directories handling in subprojects for compiler tests.Philipp Ittershagen2017-11-081-1/+2
* Merge pull request #2444 from dcbaker/llvmJussi Pakkanen2017-11-081-15/+77
|\
| * llvm: fix static vs dynamic linkingDylan Baker2017-10-251-6/+52
| * llvm: Add support for linking staticallyDylan Baker2017-10-251-1/+3
| * llvm: Add modules to libs checkDylan Baker2017-10-251-1/+3
| * llvm: check for components (modules) before libs.Dylan Baker2017-10-251-13/+12
| * llvm: Add optional modulesDylan Baker2017-10-251-7/+16
| * llvm: Add helper function for checking modulesDylan Baker2017-10-251-0/+4
* | Merge pull request #2564 from jeandet/fix_boost_detection_with_wrong_localeJussi Pakkanen2017-11-071-2/+8
|\ \
| * | Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet2017-11-021-1/+4
| * | Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet2017-11-011-1/+4
* | | gtkdoc: Pass the linker down to gtkdoc-scangobjXavier Claessens2017-11-071-1/+2
* | | Dump coredata earlier.Elliott Sales de Andrade2017-11-062-18/+13
* | | coredata: Remove parse_string() methodXavier Claessens2017-11-062-14/+1
|/ /
* | Merge pull request #2562 from 1ace/fix/mesontestJussi Pakkanen2017-10-311-1/+1
|\ \
| * | mtest: print correct name in error messageEric Engestrom2017-10-311-1/+1
* | | interpreter: Add warning functionPaulo Antonio Alvarez2017-10-311-2/+12
|/ /
* | Merge pull request #2551 from mesonbuild/fix2481Jussi Pakkanen2017-10-311-6/+15
|\ \
| * | Evaluate subproject path correctly. Closes #2481.Jussi Pakkanen2017-10-291-6/+15
* | | Add LibWmf as a specified dependency, and associated tests.Félix Piédallu2017-10-313-1/+42
* | | namespace run_targets by subprojectMartin Kelly2017-10-317-59/+62
* | | Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keywordJussi Pakkanen2017-10-291-5/+7
|\ \ \
| * | | Fixes the `kwargs` handling.Leif Middelschulte2017-10-291-1/+1
| * | | removes unnecessary code as suggested by @jeandetLeif Middelschulte2017-10-261-5/+1
| * | | removes unnecessary if/else-statement as suggested by @jeandetLeif Middelschulte2017-10-261-4/+1
| * | | Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte2017-10-251-5/+14
* | | | run_command: add command and files as build dependenciesScott D Phillips2017-10-291-0/+11
* | | | Fix boost link cmd line when compiler.find_library returns None, self.request...Goncalo Carvalho2017-10-291-3/+4
| |/ / |/| |
* | | Check that link_with arguments in declare_dependency are not external depende...Jussi Pakkanen2017-10-291-0/+4
* | | Raise InvalidArguments when trying to link against stringsLyude Paul2017-10-291-0/+2
|/ /
* | Boost: Add Python librariesNiklas Claesson2017-10-251-0/+4
* | gnome: Fix compile_schemas() using path sep in target namePatrick Griffis2017-10-251-1/+1
|/
* Because people are very creative in working around limitations based on good ...Jussi Pakkanen2017-10-241-1/+6
* Merge pull request #2464 from jeandet/Qt4_Qt5_factorizationJussi Pakkanen2017-10-243-268/+146
|\
| * Factorized Qt compilers version probing.Alexis Jeandet2017-10-121-44/+17
| * Factorized Qt4 and Qt5 modules in one base class.Alexis Jeandet2017-10-103-268/+173
* | llvm: strip system libraries from link argumentsDylan Baker2017-10-211-2/+2
* | dependencies: Add function to strip system -L pathsDylan Baker2017-10-212-0/+29
* | Error for Libs in package_config functiongetzze2017-10-191-2/+4
* | MSI: Fix regenerate with visual studioNiklas Claesson2017-10-191-3/+5
* | Do not allow escaping the subprojects directory.Narendra Vardi2017-10-191-0/+2
* | Allow to give source files to GtkDoc by respecting the File classCorentin Noël2017-10-181-1/+1
* | fix all subproject using wrap-file brokenliugang2017-10-141-2/+4