summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testIOS.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-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::binaryBrad King2009-08-311-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 Malaterre2009-04-061-3/+1
| | | | platform with no std::*stringstream implementation
* ENH: hopefully seekp is the call making kwsys::stringstream behaves oddly on ↵Mathieu Malaterre2009-04-051-0/+3
| | | | sunos
* ENH: trying to reproduce issue on sunosMathieu Malaterre2009-04-021-0/+10
|
* COMP: missing string.h header for strlen.Mathieu Malaterre2009-03-301-1/+3
|
* ENH: remote debugging of sunosMathieu Malaterre2009-03-301-2/+13
|
* BUG: Need to clear read failure when string is reset.Brad King2007-04-191-0/+6
|
* ENH: Added testing for istringstream and stringstream.Brad King2007-04-191-2/+99
|
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-031-1/+1
|
* BUG: Remove stringstream implementation, this was a wrong interface anyway.Mathieu Malaterre2006-12-141-30/+1
|
* BUG: disable test for nowMathieu Malaterre2006-12-141-2/+3
|
* ENH: provide stringstream too. FIX: warning shadow varMathieu Malaterre2006-12-131-1/+29
|
* COMP: Adding work-around for CMake dependency scanning limitation. Any ↵Brad King2005-04-131-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 Cedilnik2005-04-131-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 King2003-12-231-0/+11
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.