Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 1 | -1/+1 | |
2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | 1 | -1/+0 | |
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||||
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -3/+3 | |
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com> | |||||
2020-09-23 | zsh: Add completions for meson compile | Dylan Baker | 1 | -0/+16 | |
2020-09-23 | zsh: add completions for subprojects | Dylan Baker | 1 | -3/+77 | |
2020-09-23 | zsh: add wrap completions | Dylan Baker | 1 | -1/+54 | |
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. | |||||
2020-09-23 | zsh: add missing arguments to meson test completions | Dylan Baker | 1 | -5/+6 | |
This also reorders the options internally to match the output of meson test --help, which makes it easier to diff | |||||
2020-09-23 | zsh: Add completions for meson init | Dylan Baker | 1 | -2/+22 | |
2020-09-23 | zsh: Add completions for meson install | Dylan Baker | 1 | -2/+17 | |
2020-09-22 | zsh: add meson dist completions | Dylan Baker | 1 | -2/+18 | |
2020-09-22 | zsh: Add ability to complete depedency paths | Dylan Baker | 1 | -4/+4 | |
using , separated syntax | |||||
2020-09-22 | zsh: add missing options for meson introspect | Dylan Baker | 1 | -5/+7 | |
2020-09-22 | zsh: share common options between meson configure and meson setup | Dylan Baker | 1 | -36/+38 | |
2020-09-22 | zsh: Add missing options for meson setup | Dylan Baker | 1 | -12/+26 | |
2020-09-22 | zsh: remove binaries that are not longer installed | Dylan Baker | 1 | -1/+1 | |
2020-08-08 | completions/zsh: Add --native-file | Dylan Baker | 1 | -0/+1 | |
Which is missing | |||||
2019-03-08 | bash/zsh: drop completion for deprecated command | Eric Engestrom | 2 | -42/+1 | |
2019-02-20 | zsh: complete targets | Eric Engestrom | 1 | -2/+16 | |
2019-02-20 | add Bash completion script | Eric Engestrom | 1 | -0/+441 | |
2018-04-06 | new wrap-mode: forcefallback | Mathieu Duponchelle | 1 | -1/+1 | |
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. | |||||
2017-11-11 | _meson: Explicitly specify license to match the Z Shell | Arseny Maslennikov | 1 | -0/+24 | |
The zsh completion script is explicitly licensed to eliminate any legal obstacles for its co-distribution with Z Shell itself. | |||||
2017-11-11 | Move shell completions and text editor helpers to data/ | Arseny Maslennikov | 1 | -0/+189 | |