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