Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -0/+1 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -11/+11 |
| | | | | there, also provides secitons for Variables now | ||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 1 | -11/+11 |
| | | | | in a different manner | ||||
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -11/+11 |
| | |||||
* | ENH: | Alexander Neundorf | 2007-06-28 | 1 | -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 length | Ken Martin | 2006-05-10 | 1 | -1/+2 |
| | |||||
* | ENH: Add development version support in CMake | Andy Cedilnik | 2004-10-22 | 1 | -2/+5 |
| | |||||
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -1/+3 |
| | |||||
* | ENH: Added CommandLineTest to add coverage for command line arguments to ↵ | Brad King | 2003-07-24 | 1 | -7/+35 |
| | | | | cmake executables. This replaces the old DumpDocumentation test. | ||||
* | ENH: Improved name of cmake version variables. They are now CMake_VERSION ↵ | Brad King | 2003-07-08 | 1 | -1/+4 |
| | | | | (major.minor) and CMake_VERSION_FULL (major.minor.patch). | ||||
* | ERR: Added missing return. | Brad King | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | ENH: Added option to dump all documentation (coverage). | Brad King | 2003-02-19 | 1 | -8/+78 |
| | |||||
* | ENH: Updated to use cmDocumentation class. | Brad King | 2003-02-19 | 1 | -1/+10 |
| | |||||
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵ | Brad King | 2002-12-11 | 1 | -0/+1 |
| | | | | when CMake is invoked by Dart. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | moved dump docs into cmake | Ken Martin | 2002-09-10 | 1 | -3/+3 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | ENH: add dump documentation test | Bill Hoffman | 2001-08-23 | 1 | -3/+13 |
| | |||||
* | ENH:Reworked CMake for consistency | Will Schroeder | 2001-01-18 | 1 | -1/+1 |
| | |||||
* | ENH:Simple program dumps out internal documentation for CMake | Will Schroeder | 2001-01-12 | 1 | -0/+12 |