Bill Hoffman
|
af0b15aff4
|
ENH: remove some stuff to improve coverage
|
2007-06-06 11:26:06 -04:00 |
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
|
2006-12-09 11:25:25 -05:00 |
Mathieu Malaterre
|
458fa7559b
|
BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib on cygwin and mingw system
|
2006-12-08 15:52:30 -05:00 |
Bill Hoffman
|
3a32cec969
|
ENH: merge in changes for beos support
|
2006-12-04 17:26:41 -05:00 |
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
|
2006-11-29 12:56:28 -05:00 |
Andy Cedilnik
|
974e9d4667
|
COMP: Fix problem with namespace
|
2006-03-16 11:21:01 -05:00 |
Andy Cedilnik
|
f483e48d2a
|
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
|
2006-03-16 11:01:05 -05:00 |
Mathieu Malaterre
|
8e7d92049e
|
ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces
|
2006-03-10 16:03:26 -05:00 |
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
|
2006-03-08 09:16:54 -05:00 |
Mathieu Malaterre
|
ffd4bcd02b
|
ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader
|
2006-03-06 14:02:55 -05:00 |