Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added SEE ALSO section to generated man page. Minor formatting ↵ | Brad King | 2003-07-11 | 1 | -1/+14 |
| | | | | improvements for generated text-only documentation. | ||||
* | ENH: Added support to write multiple help options with one command line. ↵ | Brad King | 2003-07-08 | 1 | -4/+4 |
| | | | | Output files can now also be specified for the help options. | ||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -0/+3 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | ENH: Add argument -N which prevents CMake from doing configure and generate. ↵ | Andy Cedilnik | 2003-04-29 | 1 | -1/+65 |
| | | | | This should be improved at some point that it will do all the error checking such as whether the CMakeLists.txt exists etc. It should essentially load cache, go through cmake lists, but not modify cache and other files in the build directory. The second feature is ability to display cache values. You run with argument -L (or -LH /-LA / -LAH) and it will display all nonadvanced cached variables (-L) / all cached variable (-LA) / and cached variables with corresponding help string (-LH -LAH). | ||||
* | ENH: Improved documentation. Also modified behavior of "cmake" to not ↵ | Brad King | 2003-04-03 | 1 | -1/+29 |
| | | | | configure a project in the current directory unless . is given. | ||||
* | ENH: Re-implemented document generation class to be more organized and more ↵ | Brad King | 2003-02-19 | 1 | -9/+9 |
| | | | | robust. | ||||
* | ENH: Added executable-specific command-line options. | Brad King | 2003-02-17 | 1 | -1/+9 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -9/+45 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | Try to fix update | Andy Cedilnik | 2003-02-12 | 1 | -0/+4 |
| | |||||
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵ | Brad King | 2002-12-11 | 1 | -0/+1 |
| | | | | when CMake is invoked by Dart. | ||||
* | Oops, std namespace | Andy Cedilnik | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Add Progress support | Andy Cedilnik | 2002-11-14 | 1 | -1/+11 |
| | |||||
* | 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. | ||||
* | Remove dependency to dynamic loader during bootstrap | Andy Cedilnik | 2002-10-01 | 1 | -0/+2 |
| | |||||
* | BUG: fix load command stuff for cygwin and cleanup at exit | Bill Hoffman | 2002-09-30 | 1 | -2/+13 |
| | |||||
* | Remove unnecessary include | Andy Cedilnik | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -4/+0 |
| | |||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 1 | -0/+3 |
| | | | | destruction is not a problem. | ||||
* | removed ccommand use cmake now | Ken Martin | 2002-06-03 | 1 | -8/+22 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | new borland generator moved into place | Bill Hoffman | 2001-11-30 | 1 | -4/+20 |
| | |||||
* | remove memory leaks | Bill Hoffman | 2001-09-14 | 1 | -1/+4 |
| | |||||
* | cmake does not require two arguments | Ken Martin | 2001-06-12 | 1 | -5/+0 |
| | |||||
* | cmake does not require two arguments | Ken Martin | 2001-06-12 | 1 | -1/+1 |
| | |||||
* | BUG: add missing file | Bill Hoffman | 2001-05-30 | 1 | -0/+17 |