Dylan Baker
e4d2aac988
tests/d/10: Fix condition with clang++ and gdc
...
Which just checked for clang++ and aborted, instead of for the
combination it claimed.
7 months ago
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
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
GoaLitiuM
6e00ab6236
Improve D mixed language test case
6 years ago
GoaLitiuM
7bcd31949f
Remove dependency to D runtime in mixed language tests
...
It is undefined behaviour to call D I/O functions without initializing D runtime first. Simplify the test so it will work in all platforms.
6 years ago
Jussi Pakkanen
1918c0d231
Can combine D and C++ in a single target. Closes #3125 .
7 years ago