Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-06-01 | 1 | -10/+10 |
| | | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-11-07 | 1 | -2/+2 |
| | | | | | * upstream-KWSys: KWSys 2017-11-07 (5249a82d) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 1 | -26/+17 |
| | | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411) | ||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-02 | 1 | -14/+4 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-10-31 | 1 | -2/+13 |
| | |||||
* | KWSys: Configure DynamicLoader library prefix/suffix | Brad King | 2010-06-10 | 1 | -4/+4 |
| | | | | | | | | 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. | ||||
* | 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 | -4/+0 |
| | |||||
* | BUG: fix for bug 8060 Haiku build | Bill Hoffman | 2008-11-07 | 1 | -0/+2 |
| | |||||
* | ENH: a few more haiku fixes, stop the debugger from coming up for tests | Bill Hoffman | 2008-09-22 | 1 | -0/+2 |
| | |||||
* | ENH: remove some stuff to improve coverage | Bill Hoffman | 2007-06-06 | 1 | -3/+0 |
| | |||||
* | BUG: revert yesterday patch. The implementation was correct. The problem was ↵ | Mathieu Malaterre | 2006-12-09 | 1 | -3/+6 |
| | | | | 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 | -2/+2 |
| | | | | lib on cygwin and mingw system | ||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -0/+4 |
| | |||||
* | BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ↵ | Mathieu Malaterre | 2006-11-29 | 1 | -2/+2 |
| | | | | the dlopen/dlclose instead of the old NSModule | ||||
* | COMP: Fix problem with namespace | Andy Cedilnik | 2006-03-16 | 1 | -4/+11 |
| | |||||
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵ | Andy Cedilnik | 2006-03-16 | 1 | -48/+33 |
| | | | | start using dynamic loader from kwsys in CMake | ||||
* | ENH: Add documentation on the problem with system wide path for looking up ↵ | Mathieu Malaterre | 2006-03-10 | 1 | -0/+8 |
| | | | | dynamic libraries. STYLE: Fix trailing white spaces | ||||
* | BUG: Including file within a namespace{} is dangerous(unless symbols are ↵ | Mathieu Malaterre | 2006-03-08 | 1 | -3/+15 |
| | | | | within an extern C). Also update documentation about special case for MacOSX | ||||
* | ENH: Adding kwsys implementation for a DynamicLoader class. Copy from ↵ | Mathieu Malaterre | 2006-03-06 | 1 | -0/+87 |
itkDynamicLoader, with patch from cmDynamicLoader |