summaryrefslogtreecommitdiffstats
path: root/Source/cmDumpDocumentation.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Centralized and globalized computation of CMake program locations. ↵Brad King2007-12-131-0/+1
| | | | This eliminates startup paths that failed to produce this information.
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-11/+11
| | | | there, also provides secitons for Variables now
* BUG: revert doc changes since VS7 cannot compile them, will implement them ↵Ken Martin2007-10-091-11/+11
| | | | in a different manner
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-11/+11
|
* ENH:Alexander Neundorf2007-06-281-2/+0
| | | | | | | | | | | | -in the full documentation there is now an extra section for compatibility commands, so users see which commands they shouldn't use -cmake -h <command> now also works with lower case commands --help-fullm --help-command, --help-module and --help-property now determine the output format from the extension of the given filename Let me know if there are some things I overlooked. Alex
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
|
* ENH: Add development version support in CMakeAndy Cedilnik2004-10-221-2/+5
|
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-1/+3
|
* ENH: Added CommandLineTest to add coverage for command line arguments to ↵Brad King2003-07-241-7/+35
| | | | cmake executables. This replaces the old DumpDocumentation test.
* ENH: Improved name of cmake version variables. They are now CMake_VERSION ↵Brad King2003-07-081-1/+4
| | | | (major.minor) and CMake_VERSION_FULL (major.minor.patch).
* ERR: Added missing return.Brad King2003-02-201-0/+1
|
* ENH: Added option to dump all documentation (coverage).Brad King2003-02-191-8/+78
|
* ENH: Updated to use cmDocumentation class.Brad King2003-02-191-1/+10
|
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵Brad King2002-12-111-0/+1
| | | | when CMake is invoked by Dart.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* moved dump docs into cmakeKen Martin2002-09-101-3/+3
|
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* ENH: add dump documentation testBill Hoffman2001-08-231-3/+13
|
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-1/+1
|
* ENH:Simple program dumps out internal documentation for CMakeWill Schroeder2001-01-121-0/+12