summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_ios_sstream.h.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.