summaryrefslogtreecommitdiffstats
path: root/Auxiliary/bash-completion
Commit message (Collapse)AuthorAgeFilesLines
* Auxiliary: Add options to control Vim and Emacs file installationBrad King2020-07-211-6/+11
| | | | | | | | | | | | Since commit 2642f432ef (Aux: Install editor and bash files to more natural locations, 2020-03-30, v3.18.0-rc1~429^2) these files are installed by default into locations that are not CMake-specific but may be distro-specific. Add options for packagers to control these locations. Also rename the `CMAKE_BASH_COMP_DIR` option to follow our conventions. Fixes: #20993
* Aux: Install editor and bash files to more natural locationsEli Schwartz2020-03-311-8/+16
| | | | | | | | | The vim, emacs, and bash support files are not internal CMake resources and so do not belong under `CMAKE_DATA_DIR`. Move them over to proper places under the `CMAKE_XDGDATA_DIR` as we do already for cmake-gui desktop files and `cmake.m4`. Fixes: #20522
* 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: Add cpack --help-{manual,module,policy,property}Eric NOULARD2016-06-101-0/+20
|
* bash-completion: Add ctest --help-{manual,module,policy,property,variable}Eric NOULARD2016-06-101-0/+26
|
* 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-223-3/+24
| | | | | | | | 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.
* bash-completion: Complete 'ctest' label namesSylvain Joubert2014-09-031-2/+6
|
* Rename Docs to AuxiliaryBrad King2013-10-154-0/+301
The directory contains auxiliary support files for integration with other tools, not documentation.