Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: fix bug 1690 | Bill Hoffman | 2005-03-22 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Add accessor for Flushing cache | Andy Cedilnik | 2002-09-24 | 1 | -0/+4 |
| | |||||
* | ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵ | Brad King | 2002-09-11 | 1 | -10/+2 |
| | | | | strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. | ||||
* | ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ↵ | Brad King | 2002-09-10 | 1 | -1/+12 |
| | | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file. | ||||
* | added plugin support | Ken Martin | 2002-08-21 | 1 | -0/+80 |