summaryrefslogtreecommitdiffstats
path: root/Source/cmDynamicLoader.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵Brad King2002-09-111-14/+56
| | | | 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-42/+14
| | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
* removed some coutsKen Martin2002-09-051-10/+9
|
* added plugin supportKen Martin2002-08-211-0/+234