summaryrefslogtreecommitdiffstats
path: root/Source/cmDynamicLoader.cxx
Commit message (Collapse)AuthorAgeFilesLines
* fix one warningKen Martin2003-04-171-0/+3
|
* fix one warningKen Martin2003-04-161-1/+1
|
* Attempt to make unloading work on OSXAndy Cedilnik2003-04-161-0/+1
|
* BUG: fixes for hpBill Hoffman2003-03-111-1/+1
|
* fix free before useBill Hoffman2002-12-051-2/+3
|
* 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.
* Remove memory leak caused by cmDynamicLoader not being deleted properlyKen Martin2002-10-091-3/+2
|
* BUG: fix load command stuff for cygwin and cleanup at exitBill Hoffman2002-09-301-3/+5
|
* Add accessor for Flushing cacheAndy Cedilnik2002-09-241-0/+5
|
* fix for cygwin and nmake that does not define WIN32Bill Hoffman2002-09-241-0/+4
|
* Fix cache for non void* typesAndy Cedilnik2002-09-231-4/+4
|
* Keep track of libraries so that you can load them as many times as you want...Andy Cedilnik2002-09-231-9/+116
|
* Fix extension and suffix for modules on macAndy Cedilnik2002-09-231-2/+2
|
* 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