Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-11-25 | 1 | -13/+6 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-02-01 | 1 | -0/+52 |
| | |||||
* | KWSys: Configure DynamicLoader library prefix/suffix | Brad King | 2010-06-10 | 1 | -84/+0 |
| | | | | | | | | 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. | ||||
* | ENH: Adding symbol for cray compute linux to DynamicLoader.cxx | Pat Marion | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -11/+9 |
| | | | | | | | 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. | ||||
* | ENH: fix dynamic loading on haiku | Bill Hoffman | 2009-02-03 | 1 | -9/+2 |
| | |||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -2/+12 |
| | |||||
* | BUG: FormatMessage can return a NULL message. Add check for NULL pointer. | Clinton Stimpson | 2008-06-02 | 1 | -1/+6 |
| | |||||
* | COMP: also build the static dummy loader on Cray Catamount | Alexander Neundorf | 2007-08-01 | 1 | -1/+2 |
| | | | | Alex | ||||
* | COMP: add a dynamic loader for systems which don't support dynamic loading, ↵ | Alexander Neundorf | 2007-07-30 | 1 | -1/+56 |
| | | | | | | so this is handled in kwsys and not every project using this has to care for it Alex | ||||
* | ENH: remove some stuff to improve coverage | Bill Hoffman | 2007-06-06 | 1 | -15/+0 |
| | |||||
* | ENH: Added support for Watcom compiler. Added TODO comment about calling ↵ | Brad King | 2007-04-19 | 1 | -4/+30 |
| | | | | conventions. | ||||
* | BUG: revert yesterday patch. The implementation was correct. The problem was ↵ | Mathieu Malaterre | 2006-12-09 | 1 | -2/+2 |
| | | | | 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 | ||||
* | BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared ↵ | Mathieu Malaterre | 2006-12-08 | 1 | -1/+1 |
| | | | | lib on cygwin and mingw system | ||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -1/+106 |
| | |||||
* | BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ↵ | Mathieu Malaterre | 2006-11-29 | 1 | -12/+4 |
| | | | | the dlopen/dlclose instead of the old NSModule | ||||
* | ENH: remove warning | Bill Hoffman | 2006-04-27 | 1 | -3/+7 |
| | |||||
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵ | Andy Cedilnik | 2006-03-16 | 1 | -21/+24 |
| | | | | start using dynamic loader from kwsys in CMake | ||||
* | BUG: Fix problem on MacOSX, by disabling part of the test. | Mathieu Malaterre | 2006-03-13 | 1 | -6/+7 |
| | |||||
* | ENH: Fix dashboard with coverage | Mathieu Malaterre | 2006-03-13 | 1 | -1/+7 |
| | |||||
* | BUG: Fix for MINGW32 | Mathieu Malaterre | 2006-03-11 | 1 | -0/+4 |
| | |||||
* | ENH: Add support for LastError on HPUX | Mathieu Malaterre | 2006-03-11 | 1 | -0/+11 |
| | |||||
* | ENH: Also look into data segment (consistant with other implementation) | Mathieu Malaterre | 2006-03-11 | 1 | -1/+5 |
| | |||||
* | BUG: Fix DynamicLoader implementation on MacOSX (using old API) | Mathieu Malaterre | 2006-03-10 | 1 | -18/+34 |
| | |||||
* | ENH: Make sure that we find the proper symbol and not the one that start ↵ | Mathieu Malaterre | 2006-03-10 | 1 | -1/+1 |
| | | | | with _. STYLE: Remove an old style cast | ||||
* | ENH: Hopefully have the DynamicLoader to the proper thing. | Mathieu Malaterre | 2006-03-10 | 1 | -2/+18 |
| | |||||
* | STYLE: Minor style | Mathieu Malaterre | 2006-03-09 | 1 | -13/+13 |
| | |||||
* | BUG: Including file within a namespace{} is dangerous(unless symbols are ↵ | Mathieu Malaterre | 2006-03-08 | 1 | -4/+4 |
| | | | | within an extern C). Also update documentation about special case for MacOSX | ||||
* | COMP: Fix compilation on MacOSX | Mathieu Malaterre | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | ENH: Adding kwsys implementation for a DynamicLoader class. Copy from ↵ | Mathieu Malaterre | 2006-03-06 | 1 | -0/+331 |
itkDynamicLoader, with patch from cmDynamicLoader |