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
68f669bd2b
Condense test dirs.
6 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Jussi Pakkanen
17bfbb99e5
Condense test dirs.
6 years ago
Rafael Ávila de Espíndola
941d2c273a
Move test from common to unit.
...
When I initially added the test the intention was to use it from
run_unittests.py only, but I placed it in the wrong directory.
6 years ago
Rafael Ávila de Espíndola
1a27714f97
Make the dependency order deterministic. ( #3927 )
...
We were using sets to store the dependencies. Just switch to
OrderedSet.
Fixes #3922 .
6 years ago
Jussi Pakkanen
683947d943
Collated release note snippets to main file.
7 years ago
Jussi Pakkanen
23b98cd6e6
Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir.
9 years ago
Jussi Pakkanen
8b1039fa30
Organise files into a module structure.
9 years ago
Jussi Pakkanen
d9d70372b4
Can generate configuration files with custom scripts.
11 years ago