Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | rpm: update for host machine compiler API change | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-12-04 | Add raise at the start of MesonException | Michael Brockus | 1 | -7/+7 |
2019-11-27 | modules/qt.py: friendlier "lrelease-qtN not found" error message | Marc Herbert | 1 | -0/+3 |
2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | 1 | -0/+17 |
2019-11-21 | Add table entry for CUDA Toolkit 10.2.89. | Olexa Bilaniuk | 1 | -0/+1 |
2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: get file size | Michael Hirsch, Ph.D | 1 | -2/+38 |
2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D | 1 | -0/+18 |
2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D | 1 | -1/+11 |
2019-11-17 | fs: improve exception feedback | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: use expanduser | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: deduplicate functions | Michael Hirsch, Ph.D | 1 | -8/+5 |
2019-11-17 | fs: use pathlib.Path, add type hint check | Michael Hirsch, Ph.D | 1 | -14/+17 |
2019-11-11 | hotdoc: work around argparse syntax ambiguity | Mathieu Duponchelle | 1 | -3/+19 |
2019-11-08 | Created the filesystem module. | Jussi Pakkanen | 2 | -0/+76 |
2019-11-07 | pkgconfig: only check import_filename for shared libraries | Ryan Lucia | 1 | -1/+1 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 3 | -3/+3 |
2019-11-05 | Change default pkgconfig directory on FreeBSD | sghctoma | 1 | -1/+4 |
2019-10-01 | Make Python 2 tests optional(er) to prepare for py2 purge in Debian. | Jussi Pakkanen | 1 | -3/+2 |
2019-10-01 | cmake: subproject() supports the 'required' kwarg | Xavier Claessens | 1 | -1/+1 |
2019-10-01 | pkgconfig: Do not include uninstalled static libraries | Xavier Claessens | 1 | -2/+2 |
2019-09-26 | cmake: define set_and_check in CMake package config (fixes #5889) | Daniel Mensinger | 1 | -0/+12 |
2019-09-25 | Use functools cache instead of open-coded implementation | Zbigniew JÄdrzejewski-Szmek | 1 | -11/+4 |
2019-09-25 | Drop unused variable | Zbigniew JÄdrzejewski-Szmek | 1 | -1/+0 |
2019-09-25 | Add helper to print warnings once | Zbigniew JÄdrzejewski-Szmek | 2 | -24/+15 |
2019-09-17 | pkgconfig: Fix ordering of public libraries | Xavier Claessens | 1 | -3/+8 |
2019-09-12 | modules/python: improve log when probing Python binary | Ross Burton | 1 | -9/+8 |
2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 2 | -7/+6 |
2019-09-02 | Handle case of dependency('threads') in 'requires' | Simon Allen | 1 | -0/+2 |
2019-08-17 | gnome: Handle overriden g-ir-scanner | Thibault Saunier | 1 | -2/+8 |
2019-08-13 | Revert "gnome: Use find_program() to get glib-compile-resources" | Xavier Claessens | 1 | -5/+4 |
2019-08-12 | gnome: Use find_program() to get glib-compile-resources | Xavier Claessens | 1 | -4/+5 |
2019-08-04 | Make gettext targets no-ops if gettext is not installed. Closes: #821. | Jussi Pakkanen | 1 | -2/+14 |
2019-08-04 | sourceset: add all_dependencies() method | Marc-André Lureau | 1 | -0/+9 |
2019-08-04 | sourceset: fix using FeatureCheck decorators | Marc-André Lureau | 1 | -4/+5 |
2019-08-04 | gtkdoc: Use find_program() to get gtkdoc tools | Xavier Claessens | 1 | -0/+5 |
2019-07-31 | Allow kconfig to read from configure_file() | Marc-André Lureau | 1 | -6/+7 |
2019-07-23 | compilers: pull sanitzier args into compiler classes | Dylan Baker | 1 | -3/+2 |
2019-07-16 | gtkdoc: Add 'check' kwarg (#5591) | Xavier Claessens | 1 | -2/+19 |
2019-07-13 | cmake: Handle disabling subprojects | Thibault Saunier | 1 | -1/+4 |
2019-07-05 | Fix windres module argument flattening | ePirat | 1 | -2/+2 |
2019-06-27 | Improve error message when Python is not usable. [skip ci] | Jussi Pakkanen | 1 | -1/+1 |
2019-06-27 | gnome.py: correctly pick the compiler for gtk-doc builds | Alexander Kanavin | 1 | -4/+1 |
2019-06-12 | modules/python: add a modules keyword argument | Dylan Baker | 1 | -4/+34 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 5 | -8/+9 |
2019-06-06 | cmake: moved subprojects into the CMake module | Daniel Mensinger | 1 | -2/+68 |
2019-05-28 | gnome: make sure the target build directory is passed first for linking | Christoph Reiter | 1 | -8/+8 |
2019-05-22 | new module "sourceset" to match source file lists against configuration data | Paolo Bonzini | 1 | -0/+190 |
2019-05-21 | gnome: use g_intern_static_string() for enum/flags type names | Federico Mena Quintero | 1 | -1/+1 |