Age | Commit message (Expand) | Author | Files | Lines |
2020-02-26 | mesonbuild/modules/gnome.py: Fix giscanner and gicompiler logic | Adam Duskett | 1 | -0/+4 |
2020-02-25 | gobject-introspection: determine g-ir-scanner and g-ir-compiler paths from pk... | Adam Duskett | 1 | -3/+18 |
2020-02-20 | Introduce dataonly for the pkgconfig module | Rohan Garg | 1 | -22/+38 |
2020-02-19 | modules/cmake: Add a found() method to the cmake subproject | Dylan Baker | 1 | -0/+8 |
2020-02-19 | modules/cmake: Use the noPosargs helper | Dylan Baker | 1 | -3/+2 |
2020-02-17 | modules/python: Do not error out if positional args are passed | Nirbheek Chauhan | 1 | -1/+5 |
2020-02-06 | add FeatureNew | Michael Hirsch, Ph.D | 1 | -0/+5 |
2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D | 1 | -2/+11 |
2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D | 1 | -1/+8 |
2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D | 1 | -7/+43 |
2020-02-05 | pkgconfig: Generate -uninstalled.pc files | Xavier Claessens | 1 | -17/+61 |
2020-02-05 | pkgconfig: Fix code that make relative path | Xavier Claessens | 1 | -2/+6 |
2020-01-29 | dependencies: Use a DependencyFactory for threads | Dylan Baker | 1 | -4/+2 |
2020-01-29 | dependencies: Make Dependency initializer signatures match | Dylan Baker | 1 | -1/+1 |
2020-01-27 | Merge pull request #6423 from dcbaker/declare-dependency-variables | Jussi Pakkanen | 1 | -1/+1 |
2020-01-09 | pkgconfig module: add FeatureNew for requires: dependency('foo') | Eli Schwartz | 1 | -2/+5 |
2020-01-09 | dependencies: Add ability to set arbitrary variables on | Dylan Baker | 1 | -1/+1 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 2 | -17/+17 |
2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 1 | -5/+5 |
2019-12-18 | python: add embed to the python dependency function | Daniel Mensinger | 1 | -9/+15 |
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 |