Dylan Baker
1b63dcc531
zsh: Add completions for meson compile
4 years ago
Dylan Baker
9f893384db
zsh: add completions for subprojects
4 years ago
Dylan Baker
3afaa879ec
zsh: add wrap completions
...
This is still missing completions for promote, but I can't figure out
how to find the wraps in subprojects that are not in the parent project
when those projects haven't been fetched yet.
4 years ago
Dylan Baker
f0db3d3750
zsh: add missing arguments to meson test completions
...
This also reorders the options internally to match the output of meson
test --help, which makes it easier to diff
4 years ago
Dylan Baker
c6f7588afa
zsh: Add completions for meson init
4 years ago
Dylan Baker
a137cd0bfb
zsh: Add completions for meson install
4 years ago
Dylan Baker
80af160036
zsh: add meson dist completions
4 years ago
Dylan Baker
ecefe45f8e
zsh: Add ability to complete depedency paths
...
using , separated syntax
4 years ago
Dylan Baker
670bc63fda
zsh: add missing options for meson introspect
4 years ago
Dylan Baker
f2572ea077
zsh: share common options between meson configure and meson setup
4 years ago
Dylan Baker
84d5233b5f
zsh: Add missing options for meson setup
4 years ago
Dylan Baker
250c4463b4
zsh: remove binaries that are not longer installed
4 years ago
Dylan Baker
a65ef70b7d
completions/zsh: Add --native-file
...
Which is missing
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
Eric Engestrom
b5cc01ccd9
bash/zsh: drop completion for deprecated command
6 years ago
Eric Engestrom
75f436542c
zsh: complete targets
6 years ago
Eric Engestrom
1b873d62f8
add Bash completion script
6 years ago
Mathieu Duponchelle
31f0242a6f
new wrap-mode: forcefallback
...
This can be useful to make sure that a project builds when
its fallbacks are used on systems where external dependencies
satisfy the version requirements, or to easily hack on the sources
of a dependency for which a fallback exists.
7 years ago
Arseny Maslennikov
8e04ab7cf2
_meson: Explicitly specify license to match the Z Shell
...
The zsh completion script is explicitly licensed to eliminate
any legal obstacles for its co-distribution with Z Shell itself.
7 years ago
Arseny Maslennikov
abbf2f4fab
Move shell completions and text editor helpers to data/
7 years ago