summaryrefslogtreecommitdiffstats
path: root/Docs/bash-completion/ctest
Commit message (Collapse)AuthorAgeFilesLines
* Rename Docs to AuxiliaryBrad King2013-10-151-81/+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-1/+1
| | | | | | | | 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: Add -S,-SP options arguments completionIgor Murzov2013-07-291-1/+1
|
* Enhancement of bash completion scripts given by Igor Murzov.Eric NOULARD2012-04-231-0/+81
The orginal patch has been reworked in order to follow CMake source tree layout habit. Inspired-By: Igor Murzov <e-mail@date.by>