Jussi Pakkanen
e75e3976fa
Condense test directory names.
4 years ago
Jussi Pakkanen
9d1e747d17
Condense test directory names again.
4 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
f39600647d
Condense test directory names.
5 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Philipp Ittershagen
a00ab548eb
add_project_arguments: allow call after subproject()
...
This commit fixes #1554 by removing the restriction of add_project_arguments()
to be called before any subproject() statement.
8 years ago
Philipp Ittershagen
69d07fe75a
add_{project,global}_arguments: support language list
...
This patch adds support for specifying a list of languages when calling
add_project_arguments and add_global_arguments.
8 years ago
Elliott Sales de Andrade
d45db903ac
Rename test cases to remove duplicate numbers.
8 years ago
Thibault Saunier
85a0cd7635
Add new add_project_[link]_args functions
...
Fixes 979
8 years ago