summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Use angle-brackets to include testSystemTools.h to avoid problems with ↵Brad King2007-03-071-1/+3
| | | | in-source builds.
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-031-2/+2
|
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-0/+6
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-0/+3
| | | | warnings produced by building for win64
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵Andy Cedilnik2006-03-161-4/+6
| | | | start using dynamic loader from kwsys in CMake
* COMP: Fix warningMathieu Malaterre2006-03-131-0/+2
|
* BUG: Fix problem on MacOSX, by disabling part of the test.Mathieu Malaterre2006-03-131-0/+2
|
* ENH: Make test usable from command lineMathieu Malaterre2006-03-131-1/+7
|
* BUG: Need a / for Visual Studio buildMathieu Malaterre2006-03-101-0/+1
|
* BUG: Do the proper pathMathieu Malaterre2006-03-101-1/+1
|
* BUG: Need a trailing slashMathieu Malaterre2006-03-101-2/+2
|
* BUG: Fix problem with in the pathMathieu Malaterre2006-03-101-1/+6
|
* BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where ↵Mathieu Malaterre2006-03-101-1/+1
| | | | current directory is not lookup when doing dlopen
* ENH: Make sure that we find the proper symbol and not the one that start ↵Mathieu Malaterre2006-03-101-0/+2
| | | | with _. STYLE: Remove an old style cast
* ENH: Hopefully have the DynamicLoader to the proper thing.Mathieu Malaterre2006-03-101-4/+5
|
* BUG: Make sure to have proper dependenciesMathieu Malaterre2006-03-101-0/+1
|
* COMP: Add missing includeAndy Cedilnik2006-03-101-0/+1
|
* ENH: remove test temporarilyMathieu Malaterre2006-03-091-4/+4
|
* ENH: Still more coverage of the DynamicLoaderMathieu Malaterre2006-03-091-2/+18
|
* ENH: Improve test coverageMathieu Malaterre2006-03-091-8/+26
|
* ENH: Adding initial test for DynamicLoaderMathieu Malaterre2006-03-091-0/+58