summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_ios_sstream.h.in
Commit message (Expand)AuthorAgeFilesLines
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* STYLE: Remove references to std:: inside KWSys, even in comments. This will ...Brad King2008-01-311-1/+1
* COMP: Added istringstream::clear() method to disambiguate the call from using...Brad King2007-04-201-0/+4
* 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 ident...Brad King2006-12-141-2/+39
* 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 war...Brad King2005-06-091-0/+11
* ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kw...Brad King2005-03-031-0/+6
* COMP: Need to choose between <new> and <new.h> based on whether standard head...Brad King2004-12-011-1/+6
* BUG: Need to include header <new> to use placement new syntax. Really this s...Brad King2004-11-301-0/+1
* ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable i...Brad King2003-12-301-4/+4
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. T...Brad King2003-12-231-0/+122