summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.cxx
Commit message (Collapse)AuthorAgeFilesLines
* yikes added new custom command supportKen Martin2003-06-031-0/+53
|
* ENH: Added return type int to ExecuteCommand.Brad King2002-12-171-3/+3
|
* fixed warningsKen Martin2002-12-131-1/+0
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+6
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* added a Free methodKen Martin2002-12-111-0/+13
|
* added another funcKen Martin2002-11-141-0/+9
|
* added another funcKen Martin2002-11-141-0/+7
|
* 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.
* some mods to the plugin APIKen Martin2002-10-081-44/+54
|
* 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.
* extern C fixesKen Martin2002-08-291-0/+5
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-4/+6
|
* now uses stubsKen Martin2002-08-261-0/+50
|
* compiler warningsKen Martin2002-08-231-2/+2
|
* minor warning fixKen Martin2002-08-221-2/+2
|
* fixed some warningsKen Martin2002-08-221-4/+2
|
* minor bugKen Martin2002-08-211-13/+11
|
* added C Plugin API first cutKen Martin2002-08-211-0/+457