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
Daniel Mensinger
8e60b8c146
test: merge installed_files.txt into test.json
5 years ago
James Hilliard
315ab997b4
Add tests for sources that are disablers.
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
5 years ago
Nirbheek Chauhan
ee3010e767
Don't require a language/compiler for configuring
...
Not really needed for projects that don't compile anything.
Closes https://github.com/mesonbuild/meson/issues/1208
8 years ago
Jussi Pakkanen
8f41154827
Can specify headers to install with Files.
8 years ago
Jussi Pakkanen
73b8ff5341
Rework installation logic so we can go outside the install prefix.
10 years ago
Jussi Pakkanen
8313c4ed00
Use correct path when installing headers. Fixes #16 .
10 years ago
Jussi Pakkanen
65974b4dad
Renamed headers() to install_headers().
10 years ago
Jussi Pakkanen
ef788a31ce
Can set headers() with variables.
10 years ago
Jussi Pakkanen
26837fda48
Added installed_files.txt files to all places that needed them.
11 years ago
Jussi Pakkanen
9262fe600a
Split test suite into common and platform dependent parts.
12 years ago