summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_std_iosfwd.h.in
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Removing empty source file now that makefile dependencies should have ↵Brad King2004-01-061-1/+0
| | | | updated.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-50/+1
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* ENH: Added full configuration of namespace even for Configure.hxx macro ↵Brad King2003-06-191-2/+2
| | | | definitions.
* ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream ↵Brad King2003-05-121-1/+1
| | | | headers even if they are available.
* ERR: Need to move forward declarations of non-ansi streams into std ↵Brad King2003-05-121-8/+12
| | | | namespace when it is available.
* ENH: Added wrappers around the std stream headers to make them look like ↵Brad King2003-05-121-0/+49
ansi streams on all platforms.