Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -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 King | 2007-04-19 | 1 | -1/+1 |
| | |||||
* | ENH: Fixed stl string streaming operators for Watcom. | Brad King | 2007-04-19 | 1 | -1/+12 |
| | |||||
* | COMP: Removed line continuation characters from #if lines to avoid linefeed ↵ | Brad King | 2005-04-22 | 1 | -9/+3 |
| | | | | problems on cygwin. | ||||
* | ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, ↵ | Brad King | 2005-04-06 | 1 | -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 King | 2005-03-29 | 1 | -0/+19 |
| | | | | provide one. | ||||
* | ENH: Added istream and ostream operators for stl string in KWSys when using ↵ | Brad King | 2005-03-29 | 1 | -0/+92 |
| | | | | old streams that do not provide them. | ||||
* | COMP: Removing stl string io operators change until the CMake bootstrap ↵ | Brad King | 2005-03-26 | 1 | -92/+0 |
| | | | | script can be fixed. | ||||
* | ENH: Added istream and ostream operators for stl string when using old ↵ | Brad King | 2005-03-26 | 1 | -0/+92 |
streams that do not provide them. |