Age | Commit message (Expand) | Author | Files | Lines |
2022-03-31 | i18n: don't let our maintainer targets run via wrapped env | Eli Schwartz | 1 | -2/+2 |
2022-03-29 | Pass environment down to base Target class | Xavier Claessens | 1 | -3/+9 |
2022-03-06 | i18n.merge_file: do not disable in the absence of gettext tools | Eli Schwartz | 1 | -4/+1 |
2022-03-06 | i18n module: report initial call site when disabling translation support | Eli Schwartz | 1 | -4/+5 |
2022-03-06 | i18n module: detect gettext tools at configure time | Eli Schwartz | 1 | -13/+27 |
2022-03-06 | i18n module: fix bug that made msgfmthelper die on combinations of args | Eli Schwartz | 1 | -2/+1 |
2022-01-28 | build: replace kwargs in CustomTarget initializer | Dylan Baker | 1 | -37/+40 |
2022-01-27 | flake8: fix indentation style | Eli Schwartz | 1 | -2/+2 |
2022-01-22 | fix broken version annotations for the new itstool_join feature | Eli Schwartz | 1 | -1/+1 |
2022-01-21 | i18n: Add support for joining XML localization via itstool | Matthias Klumpp | 1 | -0/+79 |
2021-12-18 | i18n: Fix typo for typed_pos_args | Matthias Klumpp | 1 | -1/+1 |
2021-12-02 | i18n module: correctly annotate the availability of data_dirs | Eli Schwartz | 1 | -2/+2 |
2021-11-16 | i18n: Fix backtrace when missing input kwarg | Xavier Claessens | 1 | -21/+1 |
2021-10-04 | f-strings | Eli Schwartz | 1 | -1/+1 |
2021-10-03 | modules/i18n: fix gettext use of --datadirs param | Dan Streetman | 1 | -1/+1 |
2021-09-30 | modules/i18n: Fix remaining mypy spotted issues | Dylan Baker | 1 | -20/+31 |
2021-09-30 | modules/i18n: use typed_kwargs for gettext | Dylan Baker | 1 | -19/+50 |
2021-09-30 | modules/i18n: Use typed_kwargs for merge_file | Dylan Baker | 1 | -26/+61 |
2021-09-30 | modules/i18n: use typed_pos_args | Dylan Baker | 1 | -4/+6 |
2021-09-30 | modules/i18n: add easy type annotations | Dylan Baker | 1 | -7/+12 |
2021-09-30 | modules/i18n: sort and clean up imports | Dylan Baker | 1 | -5/+7 |
2021-09-01 | make the display name of a gettext translation build, look prettier | Eli Schwartz | 1 | -1/+1 |
2021-08-31 | i18n module: restore the <packagename>-gmo target | Eli Schwartz | 1 | -0/+3 |
2021-08-31 | i18n module: provide targets as return value for gettext() | Eli Schwartz | 1 | -1/+3 |
2021-08-17 | Add install tags | Xavier Claessens | 1 | -0/+1 |
2021-08-09 | Fix i18n target name when using @BASENAME@ and configure_file() input | Xavier Claessens | 1 | -12/+12 |
2021-08-09 | i18n: use real build/install targets for gmo files | Eli Schwartz | 1 | -19/+23 |
2021-06-18 | holders: remove unholder | Daniel Mensinger | 1 | -1/+2 |
2021-05-28 | modules: Add methods dict everywhere | Xavier Claessens | 1 | -0/+6 |
2021-05-28 | modules: Stop using ModuleReturnValue where it's not needed | Xavier Claessens | 1 | -3/+4 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -1/+1 |
2021-02-05 | run_target: Add env kwarg | Xavier Claessens | 1 | -3/+3 |
2021-01-30 | Fix executable as script on Windows | Xavier Claessens | 1 | -1/+1 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -1/+1 |
2020-03-05 | Remove some uses of mesonlib.run_once | Dylan Baker | 1 | -3/+2 |
2019-09-25 | Add helper to print warnings once | Zbigniew Jędrzejewski-Szmek | 1 | -8/+5 |
2019-08-04 | Make gettext targets no-ops if gettext is not installed. Closes: #821. | Jussi Pakkanen | 1 | -2/+14 |
2019-04-22 | i18n: add args keyword to merge_file | Konstantin | 1 | -1/+6 |
2019-03-14 | i18n: Use CustomTarget.known_kwargs at permittedKwargs() | Georges Basile Stavracas Neto | 1 | -2/+1 |
2019-02-16 | i18n: Catch additional GLib functions | Frediano Ziglio | 1 | -0/+8 |
2019-01-26 | Add install_dir to i18n.gettext | Sergey Shatunov | 1 | -2/+4 |
2018-10-29 | Fix merge file using an array. Closes #4424. | Jussi Pakkanen | 1 | -0/+4 |
2018-10-24 | Fix flake8 whitespace reports | Jon Turney | 1 | -1/+1 |
2018-10-06 | i18n: replace path separator with @ | Marty E. Plummer | 1 | -1/+1 |
2018-10-05 | Fix handling generated .desktop files. Closes #4304. | Jussi Pakkanen | 1 | -10/+12 |
2018-09-16 | i18n: allow custom target names for merge_file | Marty E. Plummer | 1 | -1/+1 |
2018-09-03 | i18n: respect variable substitution for the target name when merging translat... | Corentin Noël | 1 | -1/+13 |
2018-06-01 | Add 0.37.0 features | Salamandar | 1 | -1/+3 |
2018-04-15 | Updated all modules to work with the new API. | Jussi Pakkanen | 1 | -2/+2 |
2017-10-31 | namespace run_targets by subproject | Martin Kelly | 1 | -4/+4 |