summaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)Author
2019-12-05rpm: update for host machine compiler API changeMichael Hirsch, Ph.D
2019-12-04Add raise at the start of MesonExceptionMichael Brockus
2019-11-27modules/qt.py: friendlier "lrelease-qtN not found" error messageMarc Herbert
2019-11-25fs: Add parent() and name() methodsXavier Claessens
2019-11-21Add table entry for CUDA Toolkit 10.2.89.Olexa Bilaniuk
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D
2019-11-17fs: get file sizeMichael Hirsch, Ph.D
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D
2019-11-17fs: improve exception feedbackMichael Hirsch, Ph.D
2019-11-17fs: use expanduserMichael Hirsch, Ph.D
2019-11-17fs: deduplicate functionsMichael Hirsch, Ph.D
2019-11-17fs: use pathlib.Path, add type hint checkMichael Hirsch, Ph.D
2019-11-11hotdoc: work around argparse syntax ambiguityMathieu Duponchelle
2019-11-08Created the filesystem module.Jussi Pakkanen
2019-11-07pkgconfig: only check import_filename for shared librariesRyan Lucia
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-11-05Change default pkgconfig directory on FreeBSDsghctoma
2019-10-01Make Python 2 tests optional(er) to prepare for py2 purge in Debian.Jussi Pakkanen
2019-10-01cmake: subproject() supports the 'required' kwargXavier Claessens
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens
2019-09-26cmake: define set_and_check in CMake package config (fixes #5889)Daniel Mensinger
2019-09-25Use functools cache instead of open-coded implementationZbigniew Jędrzejewski-Szmek
2019-09-25Drop unused variableZbigniew Jędrzejewski-Szmek
2019-09-25Add helper to print warnings onceZbigniew Jędrzejewski-Szmek
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens
2019-09-12modules/python: improve log when probing Python binaryRoss Burton
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-09-02Handle case of dependency('threads') in 'requires'Simon Allen
2019-08-17gnome: Handle overriden g-ir-scannerThibault Saunier
2019-08-13Revert "gnome: Use find_program() to get glib-compile-resources"Xavier Claessens
2019-08-12gnome: Use find_program() to get glib-compile-resourcesXavier Claessens
2019-08-04Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen
2019-08-04sourceset: add all_dependencies() methodMarc-André Lureau
2019-08-04sourceset: fix using FeatureCheck decoratorsMarc-André Lureau
2019-08-04gtkdoc: Use find_program() to get gtkdoc toolsXavier Claessens
2019-07-31Allow kconfig to read from configure_file()Marc-André Lureau
2019-07-23compilers: pull sanitzier args into compiler classesDylan Baker
2019-07-16gtkdoc: Add 'check' kwarg (#5591)Xavier Claessens
2019-07-13cmake: Handle disabling subprojectsThibault Saunier
2019-07-05Fix windres module argument flatteningePirat
2019-06-27Improve error message when Python is not usable. [skip ci]Jussi Pakkanen
2019-06-27gnome.py: correctly pick the compiler for gtk-doc buildsAlexander Kanavin
2019-06-12modules/python: add a modules keyword argumentDylan Baker
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger
2019-05-28gnome: make sure the target build directory is passed first for linkingChristoph Reiter
2019-05-22new module "sourceset" to match source file lists against configuration dataPaolo Bonzini
2019-05-21gnome: use g_intern_static_string() for enum/flags type namesFederico Mena Quintero