summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/i18n.py
AgeCommit message (Expand)Author
2021-08-31i18n module: provide targets as return value for gettext()Eli Schwartz
2021-08-17Add install tagsXavier Claessens
2021-08-09Fix i18n target name when using @BASENAME@ and configure_file() inputXavier Claessens
2021-08-09i18n: use real build/install targets for gmo filesEli Schwartz
2021-06-18holders: remove unholderDaniel Mensinger
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-02-05run_target: Add env kwargXavier Claessens
2021-01-30Fix executable as script on WindowsXavier Claessens
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2020-03-05Remove some uses of mesonlib.run_onceDylan Baker
2019-09-25Add helper to print warnings onceZbigniew Jędrzejewski-Szmek
2019-08-04Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen
2019-04-22i18n: add args keyword to merge_fileKonstantin
2019-03-14i18n: Use CustomTarget.known_kwargs at permittedKwargs()Georges Basile Stavracas Neto
2019-02-16i18n: Catch additional GLib functionsFrediano Ziglio
2019-01-26Add install_dir to i18n.gettextSergey Shatunov
2018-10-29Fix merge file using an array. Closes #4424.Jussi Pakkanen
2018-10-24Fix flake8 whitespace reportsJon Turney
2018-10-06i18n: replace path separator with @Marty E. Plummer
2018-10-05Fix handling generated .desktop files. Closes #4304.Jussi Pakkanen
2018-09-16i18n: allow custom target names for merge_fileMarty E. Plummer
2018-09-03i18n: respect variable substitution for the target name when merging translat...Corentin Noël
2018-06-01Add 0.37.0 featuresSalamandar
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen
2017-10-31namespace run_targets by subprojectMartin Kelly
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker
2017-09-20Change ternary to another argumentCorentin Noël
2017-09-20Add 'install' keyword to the gettext macroCorentin Noël
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen
2017-07-20i18n: Fixed gettext permitted Kwargs listIñigo Martínez
2017-06-26Fixed issues raised in review.Jussi Pakkanen
2017-06-26Converted some modules.Jussi Pakkanen
2017-04-29i18n: Fix handling relative data_dirsPatrick Griffis
2017-04-29i18n: Add data_dirs kwarg to merge_file()Patrick Griffis
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen
2017-01-06Fix a few more modules.Jussi Pakkanen
2017-01-03Merge pull request #1272 from mesonbuild/ignatenko/lintJussi Pakkanen
2017-01-03Error out if trying to do gettext without appropriate tools.Jussi Pakkanen
2017-01-02style: fix E241 violationsIgor Gnatenko
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan
2016-12-06i18n: Improve language handlingPatrick Griffis
2016-12-03i18n: Add preset kwargPatrick Griffis
2016-12-03i18n: Add merge_file functionPatrick Griffis