summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/DynamicLoader.hxx.in
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-10-311-2/+13
* KWSys: Configure DynamicLoader library prefix/suffixBrad King2010-06-101-4/+4
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* ENH: fix dynamic loading on haikuBill Hoffman2009-02-031-4/+0
* BUG: fix for bug 8060 Haiku buildBill Hoffman2008-11-071-0/+2
* ENH: a few more haiku fixes, stop the debugger from coming up for testsBill Hoffman2008-09-221-0/+2
* ENH: remove some stuff to improve coverageBill Hoffman2007-06-061-3/+0
* BUG: revert yesterday patch. The implementation was correct. The problem was ...Mathieu Malaterre2006-12-091-3/+6
* BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib...Mathieu Malaterre2006-12-081-2/+2
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-0/+4
* BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ...Mathieu Malaterre2006-11-291-2/+2
* COMP: Fix problem with namespaceAndy Cedilnik2006-03-161-4/+11
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st...Andy Cedilnik2006-03-161-48/+33
* ENH: Add documentation on the problem with system wide path for looking up dy...Mathieu Malaterre2006-03-101-0/+8
* BUG: Including file within a namespace{} is dangerous(unless symbols are with...Mathieu Malaterre2006-03-081-3/+15
* ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDyna...Mathieu Malaterre2006-03-061-0/+87