summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPlatformCxxTests.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added istream and ostream operators for stl string in KWSys when using ↵Brad King2005-03-291-0/+24
| | | | old streams that do not provide them.
* COMP: Removing stl string io operators change until the CMake bootstrap ↵Brad King2005-03-261-24/+0
| | | | script can be fixed.
* ENH: Added istream and ostream operators for stl string when using old ↵Brad King2005-03-261-0/+24
| | | | streams that do not provide them.
* ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct ↵Brad King2005-02-171-0/+13
| | | | stat has the extra st_mtim member that has high resolution times.
* ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵Brad King2003-12-301-4/+4
| | | | in the C++ sources.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-0/+31
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.