Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix compilation when VS6 is using the new ANSI stdlib | Mathieu Malaterre | 2006-12-18 | 1 | -0/+5 |
| | |||||
* | COMP: Try to get stringstream emulation working | Mathieu Malaterre | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | ENH: Adding stringstream compatibility implementation. It is currently ↵ | Brad King | 2006-12-14 | 1 | -2/+39 |
| | | | | identical to ostringstream. Fixed local variable pcount hiding method warning. | ||||
* | BUG: Remove stringstream implementation, this was a wrong interface anyway. | Mathieu Malaterre | 2006-12-14 | 1 | -14/+2 |
| | |||||
* | ENH: provide stringstream too. FIX: warning shadow var | Mathieu Malaterre | 2006-12-13 | 1 | -2/+14 |
| | |||||
* | BUG: kwsys_ios namespace should import streambuf also. | Brad King | 2005-09-21 | 1 | -0/+1 |
| | |||||
* | COMP: Fix no-assignment-operator warning and disable typedef-name synonym ↵ | Brad King | 2005-06-09 | 1 | -0/+11 |
| | | | | warning. | ||||
* | ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const ↵ | Brad King | 2005-03-03 | 1 | -0/+6 |
| | | | | kwsys_stl::string& s)" compatibility methods. | ||||
* | COMP: Need to choose between <new> and <new.h> based on whether standard ↵ | Brad King | 2004-12-01 | 1 | -1/+6 |
| | | | | headers are available. | ||||
* | BUG: Need to include header <new> to use placement new syntax. Really this ↵ | Brad King | 2004-11-30 | 1 | -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 King | 2003-12-30 | 1 | -4/+4 |
| | | | | in the C++ sources. | ||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -0/+122 |
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. |