Jussi Pakkanen
1c3191be55
Condense test directory names.
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
7589471978
Condense directory numbering for release.
6 years ago
Dylan Baker
71a5f990d0
modules/python: Allow use of the native file
...
Currently this just allows setting a "python" variable that always
overrides, probably we want to have the option for "python2" and
"python3" as well.
6 years ago
Dylan Baker
091452f8cd
modules/python3: allow specifying in the native file
6 years ago
Dylan Baker
caf1066cd1
dependencies: Allow config tool dependencies to use native files
...
This allows tools like llvm-config to be selected from the config file
Fixes : #3327
6 years ago
Dylan Baker
42ddc30cfe
interpreter: allow find_program to use the native file
6 years ago
Dylan Baker
cb2a66cdef
unittests: Add framework for testing native config files
6 years ago