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
Xavier Claessens
4d7ccd1399
Make werror per subproject option
5 years ago
Mathieu Duponchelle
4d51ac3220
hotdoc: work around argparse syntax ambiguity
...
Fixes #5800
5 years ago
Thibault Saunier
26e205293a
hotdoc: Handle werror
6 years ago
Thibault Saunier
083a53815c
hotdoc: Take into account boolean value to pass flag like arguments
6 years ago
Thibault Saunier
c6012e3cc7
hotdoc: Set gi-c-source-root
...
The same way as we set '--sources-top-dirs' for gi
6 years ago
Thibault Saunier
301df38816
hotdoc: Fix has_extensions when several extensions are passed in
6 years ago
Thibault Saunier
87370e1c93
hotdoc: Add support for {Build,Custom}Target as sources
6 years ago
Thibault Saunier
bd26c71845
hotdoc: Make project_version mandatory as it should always have been
6 years ago
Thibault Saunier
1ace8d8985
hotdoc: Handle IncludeDirs to specify directories
6 years ago
Thibault Saunier
6f72473b24
docs: Use meson to build documentation
...
Let's eat our own dogfood.
6 years ago
Thibault Saunier
378bd4df0e
modules: Add an 'hotdoc' module
...
hotdoc: http://github.com/hotdoc/hotdoc/
6 years ago