summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_ios_sstream.h.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* STYLE: Remove references to std:: inside KWSys, even in comments. This will ↵Brad King2008-01-311-1/+1
| | | | allow a commit check to be added.
* COMP: Added istringstream::clear() method to disambiguate the call from ↵Brad King2007-04-201-0/+4
| | | | using string::clear or istrstream::clear.
* COMP: Fixes for Watcom.Brad King2007-04-191-0/+9
|
* COMP: Fix compilation when VS6 is using the new ANSI stdlibMathieu Malaterre2006-12-181-0/+5
|
* COMP: Try to get stringstream emulation workingMathieu Malaterre2006-12-151-1/+1
|
* ENH: Adding stringstream compatibility implementation. It is currently ↵Brad King2006-12-141-2/+39
| | | | identical to ostringstream. Fixed local variable pcount hiding method warning.
* BUG: Remove stringstream implementation, this was a wrong interface anyway.Mathieu Malaterre2006-12-141-14/+2
|
* ENH: provide stringstream too. FIX: warning shadow varMathieu Malaterre2006-12-131-2/+14
|
* BUG: kwsys_ios namespace should import streambuf also.Brad King2005-09-211-0/+1
|
* COMP: Fix no-assignment-operator warning and disable typedef-name synonym ↵Brad King2005-06-091-0/+11
| | | | warning.
* ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const ↵Brad King2005-03-031-0/+6
| | | | kwsys_stl::string& s)" compatibility methods.
* COMP: Need to choose between <new> and <new.h> based on whether standard ↵Brad King2004-12-011-1/+6
| | | | headers are available.
* BUG: Need to include header <new> to use placement new syntax. Really this ↵Brad King2004-11-301-0/+1
| | | | should be fixed by replacing the stream buffer to set a new string instead of reconstructing the object, but this will require quite a bit of work to do portably.
* ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵Brad King2003-12-301-4/+4
| | | | in the C++ sources.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-0/+122
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.