summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_stl_string.hxx.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.
* BUG: Fix stream state on successfully reading a string.Brad King2007-04-191-1/+1
|
* ENH: Fixed stl string streaming operators for Watcom.Brad King2007-04-191-1/+12
|
* COMP: Removed line continuation characters from #if lines to avoid linefeed ↵Brad King2005-04-221-9/+3
| | | | problems on cygwin.
* ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, ↵Brad King2005-04-061-3/+12
| | | | KWSYS_STL_STRING_OSTREAM_DEFINED, and _STL_STRING_NEQ_CHAR_DEFINED macros.
* ENH: Added operator!= for stl string and char* when the system does not ↵Brad King2005-03-291-0/+19
| | | | provide one.
* ENH: Added istream and ostream operators for stl string in KWSys when using ↵Brad King2005-03-291-0/+92
| | | | old streams that do not provide them.
* COMP: Removing stl string io operators change until the CMake bootstrap ↵Brad King2005-03-261-92/+0
| | | | script can be fixed.
* ENH: Added istream and ostream operators for stl string when using old ↵Brad King2005-03-261-0/+92
streams that do not provide them.