summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-03-081-1/+1
| | | | | * upstream-KWSys: KWSys 2016-03-08 (6b60c184)
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-14/+13
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-07-071-1/+1
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-10-081-5/+1
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-071-2/+2
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-011-1/+1
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-081-1/+1
|
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* ENH: one more fix for HAIKUBill Hoffman2008-09-231-1/+1
|
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-1/+5
|
* ENH: add support for the Syllable OS (http://www.syllable.org)Alexander Neundorf2007-11-241-2/+7
| | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex
* 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