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
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
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
9262fe600a
Split test suite into common and platform dependent parts.
12 years ago
Jussi Pakkanen
9418ece26a
Renamed system from builder to Meson.
12 years ago
Jussi Pakkanen
a9ebecab90
Can set header subdir with keyword arguments.
12 years ago
Jussi Pakkanen
8d038ef09e
Can install header files.
12 years ago