Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |