Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -0/+53 |
| | |||||
* | ENH: Added return type int to ExecuteCommand. | Brad King | 2002-12-17 | 1 | -3/+3 |
| | |||||
* | fixed warnings | Ken Martin | 2002-12-13 | 1 | -1/+0 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -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 method | Ken Martin | 2002-12-11 | 1 | -0/+13 |
| | |||||
* | added another func | Ken Martin | 2002-11-14 | 1 | -0/+9 |
| | |||||
* | added another func | Ken Martin | 2002-11-14 | 1 | -0/+7 |
| | |||||
* | 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. | ||||
* | some mods to the plugin API | Ken Martin | 2002-10-08 | 1 | -44/+54 |
| | |||||
* | 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. | ||||
* | extern C fixes | Ken Martin | 2002-08-29 | 1 | -0/+5 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -4/+6 |
| | |||||
* | now uses stubs | Ken Martin | 2002-08-26 | 1 | -0/+50 |
| | |||||
* | compiler warnings | Ken Martin | 2002-08-23 | 1 | -2/+2 |
| | |||||
* | minor warning fix | Ken Martin | 2002-08-22 | 1 | -2/+2 |
| | |||||
* | fixed some warnings | Ken Martin | 2002-08-22 | 1 | -4/+2 |
| | |||||
* | minor bug | Ken Martin | 2002-08-21 | 1 | -13/+11 |
| | |||||
* | added C Plugin API first cut | Ken Martin | 2002-08-21 | 1 | -0/+457 |