| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: added --system-information option to CMake | Ken Martin | 2007-02-27 | 1 | -0/+15 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+11 |
|
|
* | ENH: do not print a call stack if the user does a message error unless --debu... | Bill Hoffman | 2006-10-06 | 1 | -0/+3 |
|
|
* | ENH: add docs for debug trycompile | Bill Hoffman | 2006-06-07 | 1 | -0/+3 |
|
|
* | ENH: fix crashes when command line arguments are not followed by the correct ... | Bill Hoffman | 2006-05-19 | 1 | -4/+7 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
|
|
* | ENH: Add help for graphviz | Andy Cedilnik | 2006-04-20 | 1 | -0/+3 |
|
|
* | ENH: search for help modules in the correct place for install and source tree... | Bill Hoffman | 2006-04-14 | 1 | -1/+3 |
|
|
* | ENH: add a wrapper for xcodebuild to get around bug and verbose output | Bill Hoffman | 2006-03-31 | 1 | -9/+2 |
|
|
* | ENH: Remove things from bootstrap | Andy Cedilnik | 2006-03-22 | 1 | -2/+9 |
|
|
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st... | Andy Cedilnik | 2006-03-16 | 1 | -1/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
|
|
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -5/+11 |
|
|
* | ENH: Since list file cache does not make much sense any more (because of prop... | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 |
|
|
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+6 |
|
|
* | BUG: Corrected and updated documentation of the -P option, -C option, GET_TAR... | Brad King | 2005-09-21 | 1 | -0/+3 |
|
|
* | BUG: fix CommandLine test problems with spaces and testing for the return value | Bill Hoffman | 2005-02-16 | 1 | -1/+3 |
|
|
* | BUG: If bootstrap cmake is run with no argument produce error | Andy Cedilnik | 2004-10-27 | 1 | -0/+6 |
|
|
* | PERF: Remove several classes from the bootstrap and so making bootstrap small... | Andy Cedilnik | 2004-10-27 | 1 | -0/+7 |
|
|
* | ENH: fix warning correctly | Bill Hoffman | 2004-09-10 | 1 | -2/+1 |
|
|
* | WAR: remove a warning on i64 | Bill Hoffman | 2004-09-09 | 1 | -1/+2 |
|
|
* | BUG: Move documentation so that it does not apear in ctest | Andy Cedilnik | 2004-05-10 | 1 | -0/+6 |
|
|
* | ENH: Report error and exit when the current directory is not specified | Andy Cedilnik | 2004-04-21 | 1 | -1/+9 |
|
|
* | ENH: Ok, when doing cmake -P you should not have to squish filename next to -... | Andy Cedilnik | 2004-02-20 | 1 | -0/+6 |
|
|
* | ENH: Argument for script mode is -P (process) and take out the automatic scri... | Andy Cedilnik | 2003-12-11 | 1 | -16/+1 |
|
|
* | ENH: Ok, no more argument needed for script mode | Andy Cedilnik | 2003-10-30 | 1 | -2/+17 |
|
|
* | ENH: Start includding the scripting support | Andy Cedilnik | 2003-10-29 | 1 | -0/+7 |
|
|
* | BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting... | Brad King | 2003-08-26 | 1 | -2/+1 |
|
|
* | ENH: Added documentation of specifying an existing build tree as an argument. | Brad King | 2003-08-20 | 1 | -1/+2 |
|
|
* | ENH: Add help for cmake -E | Andy Cedilnik | 2003-08-08 | 1 | -0/+4 |
|
|
* | ENH: Added configuration of name of executable in man page header and version... | Brad King | 2003-08-06 | 1 | -0/+1 |
|
|
* | ENH: Added SEE ALSO section to generated man page. Minor formatting improvem... | Brad King | 2003-07-11 | 1 | -1/+14 |
|
|
* | ENH: Added support to write multiple help options with one command line. Out... | Brad King | 2003-07-08 | 1 | -4/+4 |
|
|
* | ENH: Registered global generators are now kept in a table in the cmake instan... | Brad King | 2003-07-08 | 1 | -0/+3 |
|
|
* | ENH: Add argument -N which prevents CMake from doing configure and generate. ... | Andy Cedilnik | 2003-04-29 | 1 | -1/+65 |
|
|
* | ENH: Improved documentation. Also modified behavior of "cmake" to not config... | Brad King | 2003-04-03 | 1 | -1/+29 |
|
|
* | ENH: Re-implemented document generation class to be more organized and more r... | Brad King | 2003-02-19 | 1 | -9/+9 |
|
|
* | 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 |
|
|
* | Try to fix update | Andy Cedilnik | 2003-02-12 | 1 | -0/+4 |
|
|
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when... | Brad King | 2002-12-11 | 1 | -0/+1 |
|
|
* | 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 copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | 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 de... | Bill Hoffman | 2002-08-23 | 1 | -0/+3 |
|
|