summaryrefslogtreecommitdiffstats
path: root/Docs/bash-completion/cpack
Commit message (Collapse)AuthorAgeFilesLines
* Rename Docs to AuxiliaryBrad King2013-10-151-61/+0
| | | | | The directory contains auxiliary support files for integration with other tools, not documentation.
* bash-completion: Future-proof --help-*-list "cXXXX version" filteringBrad King2013-09-251-3/+3
| | | | | | | | A future version of CMake may not print the "cmake version" line at the beginning of the --help-*-list output. Filter out the line with 'grep' instead of 'tail' to tolerate output from versions of CMake with and without the version line. Match "cmake version", "cpack version", and "ctest version" in each corresponding completion script.
* bash-completion: Fix/improve generator names extractionIgor Murzov2013-07-291-2/+2
|
* do not escape spaces in regular expressionsRolf Eike Beer2012-08-191-1/+1
| | | | | The space has no special meaning in regular expressions so it doesn't need to be escaped.
* Enhancement of bash completion scripts given by Igor Murzov.Eric NOULARD2012-04-231-0/+61
The orginal patch has been reworked in order to follow CMake source tree layout habit. Inspired-By: Igor Murzov <e-mail@date.by>