Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -8/+0 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: LOAD_COMMAND command will now set a variable called ↵ | Brad King | 2005-02-22 | 1 | -2/+11 |
| | | | | CMAKE_LOADED_COMMAND_<COMMAND_NAME> to the full path of the loaded module if loading was successful. Otherwise the variable is not set (will evaluate to empty string). This is useful both in testing whether loading worked and for installing loaded command modules. | ||||
* | WRN: remove warnings | Bill Hoffman | 2004-04-27 | 1 | -3/+11 |
| | |||||
* | ENH: fix for bug id 27, add a signal handler for crashes in loaded commands | Bill Hoffman | 2004-04-26 | 1 | -3/+49 |
| | |||||
* | ERR: Fix crash of cmake on broken load commands | Andy Cedilnik | 2003-08-19 | 1 | -2/+3 |
| | |||||
* | BUG: LastError can return 0, so handle that case | Andy Cedilnik | 2003-08-19 | 1 | -2/+6 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -6/+4 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+4 |
| | |||||
* | 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. | ||||
* | better warning message | Ken Martin | 2002-10-15 | 1 | -1/+2 |
| | |||||
* | better warning message | Ken Martin | 2002-10-15 | 1 | -27/+32 |
| | |||||
* | some mods to the plugin API | Ken Martin | 2002-10-08 | 1 | -6/+25 |
| | |||||
* | Cleanup | Andy Cedilnik | 2002-09-24 | 1 | -6/+2 |
| | |||||
* | cleaned up API | Ken Martin | 2002-09-23 | 1 | -16/+2 |
| | |||||
* | Fix loading of module for borland | Andy Cedilnik | 2002-09-23 | 1 | -3/+17 |
| | |||||
* | better error reporting | Ken Martin | 2002-09-18 | 1 | -0/+5 |
| | |||||
* | added destructor to loaded commands | Ken Martin | 2002-09-17 | 1 | -1/+11 |
| | |||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 1 | -1/+1 |
| | | | | be compared directly with other pointer types. We use 0 instead. | ||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -1/+1 |
| | |||||
* | ENH: fix warnings | Bill Hoffman | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | now uses stubs | Ken Martin | 2002-08-26 | 1 | -3/+5 |
| | |||||
* | adding plugin support | Ken Martin | 2002-08-21 | 1 | -0/+203 |