summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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