Eli Schwartz
59d4f771d2
editorconfig: add setting to trim trailing whitespace
...
and clean up all outstanding issues
Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
3 years ago
Xavier Claessens
223991c09e
Fix i18n target name when using @BASENAME@ and configure_file() input
...
Fixes : #9022
3 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Jussi Pakkanen
fe3efe0bc6
Fix merge file using an array. Closes #4424 .
6 years ago
Masanori Kakura
646a073e36
Fix a comment in "test cases/frameworks/6 gettext"
...
File "data/data3/meson.build" makes Meson create a target
that contains a path separator.
6 years ago
Marty E. Plummer
8fd5297f76
i18n: replace path separator with @
...
using state.subdir will cause / or \ to be inserted into the target name.
Replace them with @ to future-proof it.
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
6 years ago
Corentin Noël
176af2c8c3
i18n: respect variable substitution for the target name when merging translations
...
Previously it wasn't possible to use twice @BASENAME@ as the targets would then be named @BASENAME@_merge
6 years ago
Patrick Griffis
7d68715297
i18n: Add merge_file function
...
This is a repeated task that we can simplify
Closes #1120
8 years ago