summaryrefslogtreecommitdiff
path: root/Source/kwsys/DynamicLoader.cxx
Commit message (Expand)AuthorAgeFilesLines
* COMP: also build the static dummy loader on Cray CatamountAlexander Neundorf2007-08-011-1/+2
* COMP: add a dynamic loader for systems which don't support dynamic loading, s...Alexander Neundorf2007-07-301-1/+56
* ENH: remove some stuff to improve coverageBill Hoffman2007-06-061-15/+0
* ENH: Added support for Watcom compiler. Added TODO comment about calling con...Brad King2007-04-191-4/+30
* BUG: revert yesterday patch. The implementation was correct. The problem was ...Mathieu Malaterre2006-12-091-2/+2
* BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib...Mathieu Malaterre2006-12-081-1/+1
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-1/+106
* BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ...Mathieu Malaterre2006-11-291-12/+4
* ENH: remove warningBill Hoffman2006-04-271-3/+7
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st...Andy Cedilnik2006-03-161-21/+24
* BUG: Fix problem on MacOSX, by disabling part of the test.Mathieu Malaterre2006-03-131-6/+7
* ENH: Fix dashboard with coverageMathieu Malaterre2006-03-131-1/+7
* BUG: Fix for MINGW32Mathieu Malaterre2006-03-111-0/+4
* ENH: Add support for LastError on HPUXMathieu Malaterre2006-03-111-0/+11
* ENH: Also look into data segment (consistant with other implementation)Mathieu Malaterre2006-03-111-1/+5
* BUG: Fix DynamicLoader implementation on MacOSX (using old API)Mathieu Malaterre2006-03-101-18/+34
* ENH: Make sure that we find the proper symbol and not the one that start with...Mathieu Malaterre2006-03-101-1/+1
* ENH: Hopefully have the DynamicLoader to the proper thing.Mathieu Malaterre2006-03-101-2/+18
* STYLE: Minor styleMathieu Malaterre2006-03-091-13/+13
* BUG: Including file within a namespace{} is dangerous(unless symbols are with...Mathieu Malaterre2006-03-081-4/+4
* COMP: Fix compilation on MacOSXMathieu Malaterre2006-03-061-1/+1
* ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDyna...Mathieu Malaterre2006-03-061-0/+331