summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/DynamicLoader.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Fix problem with namespaceAndy Cedilnik2006-03-161-4/+11
|
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵Andy Cedilnik2006-03-161-48/+33
| | | | start using dynamic loader from kwsys in CMake
* ENH: Add documentation on the problem with system wide path for looking up ↵Mathieu Malaterre2006-03-101-0/+8
| | | | dynamic libraries. STYLE: Fix trailing white spaces
* BUG: Including file within a namespace{} is dangerous(unless symbols are ↵Mathieu Malaterre2006-03-081-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 Malaterre2006-03-061-0/+87
itkDynamicLoader, with patch from cmDynamicLoader