aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2019-12-05rpm: update for host machine compiler API changeMichael Hirsch, Ph.D1-1/+1
2019-12-04Add raise at the start of MesonExceptionMichael Brockus1-7/+7
2019-11-27modules/qt.py: friendlier "lrelease-qtN not found" error messageMarc Herbert1-0/+3
2019-11-25fs: Add parent() and name() methodsXavier Claessens1-0/+17
2019-11-21Add table entry for CUDA Toolkit 10.2.89.Olexa Bilaniuk1-0/+1
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D1-1/+1
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D1-1/+1
2019-11-17fs: get file sizeMichael Hirsch, Ph.D1-2/+38
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D1-0/+18
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D1-1/+11
2019-11-17fs: improve exception feedbackMichael Hirsch, Ph.D1-1/+1
2019-11-17fs: use expanduserMichael Hirsch, Ph.D1-1/+1
2019-11-17fs: deduplicate functionsMichael Hirsch, Ph.D1-8/+5
2019-11-17fs: use pathlib.Path, add type hint checkMichael Hirsch, Ph.D1-14/+17
2019-11-11hotdoc: work around argparse syntax ambiguityMathieu Duponchelle1-3/+19
2019-11-08Created the filesystem module.Jussi Pakkanen2-0/+76
2019-11-07pkgconfig: only check import_filename for shared librariesRyan Lucia1-1/+1
2019-11-06Fix typos found by codespellWolfgang Stöggl3-3/+3
2019-11-05Change default pkgconfig directory on FreeBSDsghctoma1-1/+4
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