summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/DynamicLoader.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: remove warningBill Hoffman2006-04-271-3/+7
|
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵Andy Cedilnik2006-03-161-21/+24
| | | | start using dynamic loader from kwsys in CMake
* BUG: Fix problem on MacOSX, by disabling part of the test.Mathieu Malaterre2006-03-131-6/+7
|
* ENH: Fix dashboard with coverageMathieu Malaterre2006-03-131-1/+7
|
* BUG: Fix for MINGW32Mathieu Malaterre2006-03-111-0/+4
|
* ENH: Add support for LastError on HPUXMathieu Malaterre2006-03-111-0/+11
|
* ENH: Also look into data segment (consistant with other implementation)Mathieu Malaterre2006-03-111-1/+5
|
* BUG: Fix DynamicLoader implementation on MacOSX (using old API)Mathieu Malaterre2006-03-101-18/+34
|
* ENH: Make sure that we find the proper symbol and not the one that start ↵Mathieu Malaterre2006-03-101-1/+1
| | | | with _. STYLE: Remove an old style cast
* ENH: Hopefully have the DynamicLoader to the proper thing.Mathieu Malaterre2006-03-101-2/+18
|
* STYLE: Minor styleMathieu Malaterre2006-03-091-13/+13
|
* BUG: Including file within a namespace{} is dangerous(unless symbols are ↵Mathieu Malaterre2006-03-081-4/+4
| | | | within an extern C). Also update documentation about special case for MacOSX
* COMP: Fix compilation on MacOSXMathieu Malaterre2006-03-061-1/+1
|
* ENH: Adding kwsys implementation for a DynamicLoader class. Copy from ↵Mathieu Malaterre2006-03-061-0/+331
itkDynamicLoader, with patch from cmDynamicLoader