summaryrefslogtreecommitdiffstats
path: root/Source/cmDynamicLoader.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add accessor for Flushing cacheAndy Cedilnik2002-09-241-0/+4
|
* ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵Brad King2002-09-111-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 King2002-09-101-1/+12
| | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
* added plugin supportKen Martin2002-08-211-0/+80