aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Make Python 2 tests optional(er) to prepare for py2 purge in Debian.Jussi Pakkanen1-3/+2
2019-10-01cmake: subproject() supports the 'required' kwargXavier Claessens1-1/+1
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens1-2/+2
2019-09-26cmake: define set_and_check in CMake package config (fixes #5889)Daniel Mensinger1-0/+12
2019-09-25Use functools cache instead of open-coded implementationZbigniew Jędrzejewski-Szmek1-11/+4
2019-09-25Drop unused variableZbigniew Jędrzejewski-Szmek1-1/+0
2019-09-25Add helper to print warnings onceZbigniew Jędrzejewski-Szmek2-24/+15
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens1-3/+8
2019-09-12modules/python: improve log when probing Python binaryRoss Burton1-9/+8
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2-7/+6
2019-09-02Handle case of dependency('threads') in 'requires'Simon Allen1-0/+2
2019-08-17gnome: Handle overriden g-ir-scannerThibault Saunier1-2/+8
2019-08-13Revert "gnome: Use find_program() to get glib-compile-resources"Xavier Claessens1-5/+4
2019-08-12gnome: Use find_program() to get glib-compile-resourcesXavier Claessens1-4/+5
2019-08-04Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen1-2/+14
2019-08-04sourceset: add all_dependencies() methodMarc-André Lureau1-0/+9
2019-08-04sourceset: fix using FeatureCheck decoratorsMarc-André Lureau1-4/+5
2019-08-04gtkdoc: Use find_program() to get gtkdoc toolsXavier Claessens1-0/+5
2019-07-31Allow kconfig to read from configure_file()Marc-André Lureau1-6/+7
2019-07-23compilers: pull sanitzier args into compiler classesDylan Baker1-3/+2
2019-07-16gtkdoc: Add 'check' kwarg (#5591)Xavier Claessens1-2/+19
2019-07-13cmake: Handle disabling subprojectsThibault Saunier1-1/+4
2019-07-05Fix windres module argument flatteningePirat1-2/+2
2019-06-27Improve error message when Python is not usable. [skip ci]Jussi Pakkanen1-1/+1
2019-06-27gnome.py: correctly pick the compiler for gtk-doc buildsAlexander Kanavin1-4/+1
2019-06-12modules/python: add a modules keyword argumentDylan Baker1-4/+34
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson5-8/+9
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger1-2/+68
2019-05-28gnome: make sure the target build directory is passed first for linkingChristoph Reiter1-8/+8
2019-05-22new module "sourceset" to match source file lists against configuration dataPaolo Bonzini1-0/+190
2019-05-21gnome: use g_intern_static_string() for enum/flags type namesFederico Mena Quintero1-1/+1
2019-05-20Merge pull request #5276 from dcbaker/pkg-config-path-invalidate-cacheJussi Pakkanen1-1/+1
2019-05-20Remove compilers from ModuleState objectJon Turney2-3/+4
2019-05-20Use dependency cacheDylan Baker1-1/+1
2019-05-15Do not filter out repeated cflagsScore_Under1-12/+12
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen1-1/+1
2019-05-13modules/windows: ICL uses rc, not windresDylan Baker1-1/+1
2019-05-12Force pkgconfig to UTF-8myd73491-1/+1
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker1-1/+1
2019-04-29Fix builtin variable namesDaniel Mensinger2-5/+5
2019-04-28cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218)Daniel Mensinger1-10/+2
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger1-1/+1
2019-04-25Don't use len() to test for container emptinessDylan Baker5-12/+12
2019-04-24hotdoc: Handle werrorThibault Saunier1-0/+3
2019-04-24hotdoc: Take into account boolean value to pass flag like argumentsThibault Saunier1-1/+2
2019-04-22i18n: add args keyword to merge_fileKonstantin1-1/+6
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen1-5/+3
2019-04-03modules/python: normalize output for disabled by featureDylan Baker1-1/+1
2019-04-03modules/python: Do disabler check after validating inputsDylan Baker1-3/+4
2019-04-03modules/python: Report program found in find_installation()Dylan Baker1-3/+5