- Oct 31, 2013
-
-
Clinton Stimpson authored
Change-Id: Icb357202c5591819b9f44b4e4f1376e7c4f7b7b3
-
- Jan 25, 2013
-
-
Change-Id: I63c5e599f8d2a66b448356e8920039ddecdd8431
-
- Jun 10, 2010
-
-
Brad King authored
The DynamicLoader::LibPrefix and DynamicLoader::LibExtension methods previously hard-coded the module name components for each platform. Set them from the CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX CMake variables instead. This ensures consistency in a program that uses these methods to construct the file names for its own modules.
-
- Mar 22, 2010
-
-
Pat Marion authored
-
- Sep 28, 2009
-
-
Brad King authored
This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
-
- Feb 03, 2009
-
-
Bill Hoffman authored
-
- Sep 15, 2008
-
-
Bill Hoffman authored
-
- Jun 02, 2008
-
-
Clinton Stimpson authored
BUG: FormatMessage can return a NULL message. Add check for NULL pointer.
-
- Aug 01, 2007
-
-
Alexander Neundorf authored
COMP: also build the static dummy loader on Cray Catamount Alex
-
- Jul 30, 2007
-
-
Alexander Neundorf authored
COMP: add a dynamic loader for systems which don't support dynamic loading, so this is handled in kwsys and not every project using this has to care for it Alex
-
- Jun 06, 2007
-
-
Bill Hoffman authored
-
- Apr 19, 2007
-
-
Brad King authored
-
- Dec 09, 2006
-
-
Mathieu Malaterre authored
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
-
- Dec 08, 2006
-
-
Mathieu Malaterre authored
BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib on cygwin and mingw system
-
- Dec 04, 2006
-
-
Bill Hoffman authored
-
- Nov 29, 2006
-
-
Mathieu Malaterre authored
BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using the dlopen/dlclose instead of the old NSModule
-
- Apr 27, 2006
-
-
Bill Hoffman authored
-
- Mar 16, 2006
-
-
Andy Cedilnik authored
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
-
- Mar 13, 2006
-
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
- Mar 11, 2006
-
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
- Mar 10, 2006
-
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
ENH: Make sure that we find the proper symbol and not the one that start with _. STYLE: Remove an old style cast
-
Mathieu Malaterre authored
-
- Mar 09, 2006
-
-
Mathieu Malaterre authored
-
- Mar 08, 2006
-
-
Mathieu Malaterre authored
BUG: Including file within a namespace{} is dangerous(unless symbols are within an extern C). Also update documentation about special case for MacOSX
-
- Mar 06, 2006
-
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader
-