Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |