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
30bb55df3d
Missing dots are fun.
7 years ago
Jussi Pakkanen
a629642f1e
Bump numbers for new release.
7 years ago
Tim-Philipp Müller
4e476c82f3
gnome: add mkenums_simple()
...
99% of all mkenums uses in C libraries use the same basic template,
so add a mkenums_simple() function that takes care of everything for
us based on that template.
Features:
- optional function declaration decorator such as GLIB_AVAILABLE
- optional extra header prefix (e.g. for include needed for decorator)
- optional extra body prefix (e.g. for additional includes)
- optional function name prefix (e.g. to add leading underscores)
Fixes issue #1384
7 years ago
Jussi Pakkanen
55165ba504
Added documentation for pcap dependency.
7 years ago
Elliott Sales de Andrade
5cb1d00537
Allow excluding files from `install_subdir`
...
The install_subdir command now accepts a new `exclude` keyword argument
that allows specified files to be excluded from the installed
subdirectory.
7 years ago
Jussi Pakkanen
e765091c2e
Updated release notes.
7 years ago
Elliott Sales de Andrade
4c9611c2d6
Add documentation for new MPI dependency.
7 years ago
Jussi Pakkanen
61a05f26e3
Add option to disable implicit include directories. Closes #2139 .
7 years ago
Jussi Pakkanen
a800c96f99
Add option to limit maximum number of concurrent link processes.
7 years ago
nyorain
12a5a50058
Add vulkan dependency to release notes
7 years ago
Jussi Pakkanen
e82edc179f
Check for manual attempts to set rpath and update docs.
7 years ago
Jon Turney
887e4d1318
Add to release note
7 years ago
Jussi Pakkanen
c8981ff111
Added documentation for SIMD module.
7 years ago
Gabríel Arthúr Pétursson
fd653d070d
Make base options accessible via get_option()
7 years ago
Gabríel Arthúr Pétursson
39c7b0492c
Allow both address- and undefined behavior sanitizers at the same time
7 years ago
Adam C. Foltzer
af7c8ab449
add changelog for Rust crate-type support
7 years ago
Bruce Richardson
f12ece4547
pkgconfig: add support for extra_cflags
...
Allow the user to pass in arbitrary cflags for putting into the generated
pkgconfig file.
7 years ago
Jussi Pakkanen
3262be23dc
Fixed issues raised in review.
7 years ago
Jussi Pakkanen
3dca1c99a6
Updated release notes.
7 years ago
Alistair Thomas
efef8f4f38
Add Genie to release notes
7 years ago
Elliott Sales de Andrade
79d005364f
Add Mercurial dist support.
8 years ago
Jussi Pakkanen
f75d394683
Update versions for new development.
8 years ago