Mathieu Malaterre
|
b9787a965f
BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
|
19 years ago |
Mathieu Malaterre
|
458fa7559b
BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib on cygwin and mingw system
|
19 years ago |
Bill Hoffman
|
3a32cec969
ENH: merge in changes for beos support
|
19 years ago |
Mathieu Malaterre
|
965a1475b6
BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using the dlopen/dlclose instead of the old NSModule
|
19 years ago |
Andy Cedilnik
|
974e9d4667
COMP: Fix problem with namespace
|
20 years ago |
Andy Cedilnik
|
f483e48d2a
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
|
20 years ago |
Mathieu Malaterre
|
8e7d92049e
ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces
|
20 years ago |
Mathieu Malaterre
|
d91bd3dbd3
BUG: Including file within a namespace{} is dangerous(unless symbols are within an extern C). Also update documentation about special case for MacOSX
|
20 years ago |
Mathieu Malaterre
|
ffd4bcd02b
ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader
|
20 years ago |