Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -0/+11 |
| | | | | | | | 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. | ||||
* | Define kwsys_ios_binary macro for std::ios::binary | Brad King | 2009-08-31 | 1 | -0/+9 |
| | | | | | | | | The 'binary' openmode does not exist on all compilers. We define macro <kwsys>_ios_binary, where <kwsys> is the KWSys namespace, to refer to std::ios::binary if it exists and 0 otherwise. Sample usage: kwsys_ios::ifstream fin(fn, kwsys_ios::ios::in | kwsys_ios_binary); | ||||
* | BUG: comment out faulty seekp which make kwsys::*stringstream fails on ↵ | Mathieu Malaterre | 2009-04-06 | 1 | -3/+1 |
| | | | | platform with no std::*stringstream implementation | ||||
* | ENH: hopefully seekp is the call making kwsys::stringstream behaves oddly on ↵ | Mathieu Malaterre | 2009-04-05 | 1 | -0/+3 |
| | | | | sunos | ||||
* | ENH: trying to reproduce issue on sunos | Mathieu Malaterre | 2009-04-02 | 1 | -0/+10 |
| | |||||
* | COMP: missing string.h header for strlen. | Mathieu Malaterre | 2009-03-30 | 1 | -1/+3 |
| | |||||
* | ENH: remote debugging of sunos | Mathieu Malaterre | 2009-03-30 | 1 | -2/+13 |
| | |||||
* | BUG: Need to clear read failure when string is reset. | Brad King | 2007-04-19 | 1 | -0/+6 |
| | |||||
* | ENH: Added testing for istringstream and stringstream. | Brad King | 2007-04-19 | 1 | -2/+99 |
| | |||||
* | ENH: Cleaned up KWSys tests to use test drivers. | Brad King | 2007-03-03 | 1 | -1/+1 |
| | |||||
* | BUG: Remove stringstream implementation, this was a wrong interface anyway. | Mathieu Malaterre | 2006-12-14 | 1 | -30/+1 |
| | |||||
* | BUG: disable test for now | Mathieu Malaterre | 2006-12-14 | 1 | -2/+3 |
| | |||||
* | ENH: provide stringstream too. FIX: warning shadow var | Mathieu Malaterre | 2006-12-13 | 1 | -1/+29 |
| | |||||
* | COMP: Adding work-around for CMake dependency scanning limitation. Any ↵ | Brad King | 2005-04-13 | 1 | -0/+8 |
| | | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. | ||||
* | ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵ | Andy Cedilnik | 2005-04-13 | 1 | -3/+4 |
| | | | | not experimental and add simple test for systemtools | ||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -0/+11 |
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. |