summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-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 King2005-02-221-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 warningsBill Hoffman2004-04-271-3/+11
|
* ENH: fix for bug id 27, add a signal handler for crashes in loaded commandsBill Hoffman2004-04-261-3/+49
|
* ERR: Fix crash of cmake on broken load commandsAndy Cedilnik2003-08-191-2/+3
|
* BUG: LastError can return 0, so handle that caseAndy Cedilnik2003-08-191-2/+6
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-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 troubleBill Hoffman2002-11-081-2/+4
|
* 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.
* better warning messageKen Martin2002-10-151-1/+2
|
* better warning messageKen Martin2002-10-151-27/+32
|
* some mods to the plugin APIKen Martin2002-10-081-6/+25
|
* CleanupAndy Cedilnik2002-09-241-6/+2
|
* cleaned up APIKen Martin2002-09-231-16/+2
|
* Fix loading of module for borlandAndy Cedilnik2002-09-231-3/+17
|
* better error reportingKen Martin2002-09-181-0/+5
|
* added destructor to loaded commandsKen Martin2002-09-171-1/+11
|
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵Brad King2002-09-101-1/+1
| | | | be compared directly with other pointer types. We use 0 instead.
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+1
|
* ENH: fix warningsBill Hoffman2002-08-271-1/+1
|
* now uses stubsKen Martin2002-08-261-3/+5
|
* adding plugin supportKen Martin2002-08-211-0/+203