HiPhish
439a61affa
Change "can not" to "cannot" throughout project
...
The word "cannot" expresses inability to do something whereas "can not"
expresses the ability to refrain from doing something.
2 years ago
Volker Weißmann
2c079d855e
Added warning if run_command is called without the check kwarg
3 years ago
Daniel Mensinger
2327cb5eb3
docs: Fix broken links
3 years ago
Jussi Pakkanen
f72ee8e742
Rewrap long text lines in docs. [skip ci]
4 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
Mathieu Duponchelle
852fa087db
doc: fix link warnings
5 years ago
Paolo Borelli
294b33144f
docs: clarify how Meson handles shebang in run_command [skip ci]
5 years ago
Marc-André Lureau
a65d5801f3
environment: Support taking values from dict
...
Related to #5955 .
5 years ago
Jan Tojnar
33d82201bd
run_command: add env kwarg
6 years ago
Jussi Pakkanen
a415fafe56
Rewrapped more files.
7 years ago
Peter Hutterer
7ec6e6df20
docs: add a short description for all top pages in the Manual
8 years ago
Thibault Saunier
b371875e02
docs: Import the website and wiki and build with hotdoc
...
This allows us to more easily have the documentation in sync with
the source code as people will have to document new features etc
right at the time where they implement it.
8 years ago