Jussi Pakkanen
474f4813c4
Capitalize "Meson" consistently as it is a proper name. [skip ci]
4 years ago
Jussi Pakkanen
f72ee8e742
Rewrap long text lines in docs. [skip ci]
4 years ago
Luke Elliott
9efcdba0d5
Allow '//' as project function id due to git bash path conversion.
...
See https://stackoverflow.com/questions/54258996/git-bash-string-parameter-with-at-start-is-being-expanded-to-a-file-path
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
Marc Herbert
1e7972e9dd
docs: fix non-existent "meson rewriter" command in examples [skip ci]
...
Probably dating back to the former mesonrewriter command?
Fixes commit d4fe805a51
In some corner cases, "rewriter" could be mistaken as a positional
argument.
5 years ago
Wolfgang Stöggl
f037e7ef45
Fix typos found by codespell
...
- Typos were found by codespell v1.16.0
5 years ago
Daniel Mensinger
594bf678c7
rewriter: Require '/' for the project ID
6 years ago
Daniel Mensinger
976c136ab6
rewriter: Mark the CLI as experimental
6 years ago
Daniel Mensinger
0a3b91c1c9
rewriter: Mark the info output as experimental
6 years ago
Daniel Mensinger
dd5791309e
rewriter: Document info operation
6 years ago
Daniel Mensinger
e724fd5438
rewriter: Handle duplicate target
6 years ago
Daniel Mensinger
ff5e7eb104
rewriter: Updated docs
6 years ago
Daniel Mensinger
90b557e38a
rewriter: Remove command alias
6 years ago
Daniel Mensinger
1290330894
rewriter: Renamed tgt_{add,rm} --> target_{add,rm}
6 years ago
Daniel Mensinger
c98987c19e
rewriter: Fixed docs.
6 years ago
Daniel Mensinger
eabc35340d
rewriter: Enforce an empty project ID string
6 years ago
Daniel Mensinger
d4fe805a51
rewriter: Added docs
6 years ago