| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-23 | tests: remove compiler requirement in various unneeded cases | Eli Schwartz | |
| Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup. | |||
| 2021-02-27 | install_man locale support | Jason Woodward | |
| Rather than having to manually build the locale aware man paths with `install_data('foo.fr.1', install_dir: join_paths(get_option('mandir'), 'fr', 'man1'), rename: 'foo.1')` Support doing `install_man('foo.fr.1', locale: 'fr')` | |||
| 2020-02-25 | test: merge installed_files.txt into test.json | Daniel Mensinger | |
| 2018-10-20 | Remove implicit compression of man pages | Michał Górny | |
| Remove the code responsible for implicitly compressing manpages as .gz files. It has been established that manpage compression is a distro packager's task, with existing distros already having their own implementations of compression. Fixes #4330 | |||
| 2017-07-31 | Convert man inputs to Files so you can install_man the output of ↵ | Jussi Pakkanen | |
| configure_file. Closes #2135. | |||
| 2016-05-30 | Fix installing manpages from subdirs. | Jussi Pakkanen | |
| 2015-02-04 | Rework installation logic so we can go outside the install prefix. | Jussi Pakkanen | |
| 2014-11-03 | Can install man files from a subdir. | Jussi Pakkanen | |
| 2014-10-11 | Renamed man() to install_man(). | Jussi Pakkanen | |
| 2013-09-13 | Added installed_files.txt files to all places that needed them. | Jussi Pakkanen | |
| 2013-03-03 | Split test suite into common and platform dependent parts. | Jussi Pakkanen | |
