Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-03-08 | 1 | -1/+1 |
| | | | | | * upstream-KWSys: KWSys 2016-03-08 (6b60c184) | ||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-02 | 1 | -14/+13 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-10-08 | 1 | -5/+1 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-05-07 | 1 | -2/+2 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -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 HAIKU | Bill Hoffman | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -1/+5 |
| | |||||
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -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 King | 2007-03-07 | 1 | -1/+3 |
| | | | | in-source builds. | ||||
* | ENH: Cleaned up KWSys tests to use test drivers. | Brad King | 2007-03-03 | 1 | -2/+2 |
| | |||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -0/+6 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -0/+3 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, ↵ | Andy Cedilnik | 2006-03-16 | 1 | -4/+6 |
| | | | | start using dynamic loader from kwsys in CMake | ||||
* | COMP: Fix warning | Mathieu Malaterre | 2006-03-13 | 1 | -0/+2 |
| | |||||
* | BUG: Fix problem on MacOSX, by disabling part of the test. | Mathieu Malaterre | 2006-03-13 | 1 | -0/+2 |
| | |||||
* | ENH: Make test usable from command line | Mathieu Malaterre | 2006-03-13 | 1 | -1/+7 |
| | |||||
* | BUG: Need a / for Visual Studio build | Mathieu Malaterre | 2006-03-10 | 1 | -0/+1 |
| | |||||
* | BUG: Do the proper path | Mathieu Malaterre | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | BUG: Need a trailing slash | Mathieu Malaterre | 2006-03-10 | 1 | -2/+2 |
| | |||||
* | BUG: Fix problem with in the path | Mathieu Malaterre | 2006-03-10 | 1 | -1/+6 |
| | |||||
* | BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where ↵ | Mathieu Malaterre | 2006-03-10 | 1 | -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 Malaterre | 2006-03-10 | 1 | -0/+2 |
| | | | | with _. STYLE: Remove an old style cast | ||||
* | ENH: Hopefully have the DynamicLoader to the proper thing. | Mathieu Malaterre | 2006-03-10 | 1 | -4/+5 |
| | |||||
* | BUG: Make sure to have proper dependencies | Mathieu Malaterre | 2006-03-10 | 1 | -0/+1 |
| | |||||
* | COMP: Add missing include | Andy Cedilnik | 2006-03-10 | 1 | -0/+1 |
| | |||||
* | ENH: remove test temporarily | Mathieu Malaterre | 2006-03-09 | 1 | -4/+4 |
| | |||||
* | ENH: Still more coverage of the DynamicLoader | Mathieu Malaterre | 2006-03-09 | 1 | -2/+18 |
| | |||||
* | ENH: Improve test coverage | Mathieu Malaterre | 2006-03-09 | 1 | -8/+26 |
| | |||||
* | ENH: Adding initial test for DynamicLoader | Mathieu Malaterre | 2006-03-09 | 1 | -0/+58 |