summaryrefslogtreecommitdiffstats
path: root/Auxiliary/bash-completion/cmake
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: Complete a workflow name after the --workflow optionAlex Turbov2024-10-271-0/+18
| | | | | | | Update bash completion for commit b80aa1d3a3 (preset: Easier command line interface for Workflow Presets, 2024-09-30, v3.31.0-rc1~17^2). Issue: #26270
* bash-completion: Handle `cmake --workflow`Alex Turbov2024-07-021-5/+13
| | | | | Issue: #21000 Issue: #26100
* Auxiliary: bash-completion: use _comp_initializeAhmad Samir2024-06-021-3/+11
| | | | | | _init_completion has been deprecated upstream since 2.12. https://github.com/scop/bash-completion/blob/main/bash_completion.d/000_bash_completion_compat.bash#L237
* Auxiliary: Bash-comp: use _init_completion instead of _split_longoptAhmad Samir2024-06-021-3/+9
| | | | | | | | | | Using `_init_completion -s` will handle the option splitting and set the `split` var [1]. Keep setting `split` manually for the older manual bash completion initialization. [1] https://github.com/scop/bash-completion/blob/main/bash_completion.d/000_bash_completion_compat.bash#L227
* bash-completion: Support CMakePresets in cmake and ctest completionRobin Linden2022-04-291-1/+37
| | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* bash-completion: silent cmake -D lookupFelix Schwitzer2019-08-161-2/+2
| | | | | The completion for -D tries to read the cache via 'cmake -LA -N', but this prints a warning. Silent the lookup by redirecting this warning to null.
* message(): Add support for log levelsAlex Turbov2019-04-281-0/+3
| | | | | Relates: #18943 Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* cmake: add '--install <dir>' optionJiang Yi2019-03-161-1/+1
| | | | Fixes: #19023
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-1/+1
|
* bash-completion: Fix cmake -E lookupSylvain Joubert2016-08-051-1/+1
| | | | | | | In case of long '<command> <args...>' the description text is wrapped and indented on the next line. Avoid taking these lines into account by explicitly requiring the third character to be a non-space.
* bash-completion: Fix cmake --help-policy lookupEric NOULARD2016-06-101-2/+2
|
* bash-completion: Add cmake --help-manualEric NOULARD2016-06-101-0/+5
|
* bash-completion: Avoid using _init_completion when not definedGaëtan Lehmann2015-04-221-1/+8
| | | | | | | | With the current version of homebrew one gets: bash: _init_completion: command not found Avoid this by initializing manually when the function is not defined.
* Rename Docs to AuxiliaryBrad King2013-10-151-0/+151
The directory contains auxiliary support files for integration with other tools, not documentation.