summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_ios_iosfwd.h.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.
* ERR: Removed inclusion of fstream header. This file is meant as a ↵Brad King2004-08-311-1/+0
| | | | compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means.
* ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵Brad King2003-12-301-2/+2
| | | | in the C++ sources.
* Fixed a problem where ifstream was not the same as kwsys_ios::ifstream onKen Moreland2003-12-241-0/+1
| | | | MSVC 6.0.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-0/+51
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.