summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPlatformCxxTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Updated to use modern FILE command for writing to output logs instead ↵Brad King2005-09-211-4/+4
| | | | of WRITE_FILE.
* ENH: change loc of log filesKen Martin2005-07-291-2/+2
|
* ENH: Added istream and ostream operators for stl string in KWSys when using ↵Brad King2005-03-291-1/+1
| | | | old streams that do not provide them.
* COMP: Removing stl string io operators change until the CMake bootstrap ↵Brad King2005-03-261-1/+1
| | | | script can be fixed.
* ENH: Added istream and ostream operators for stl string when using old ↵Brad King2005-03-261-1/+1
| | | | streams that do not provide them.
* ERR: Removed use of FILE command and using WRITE_FILE instead. We would ↵Brad King2004-01-051-4/+4
| | | | still like CMake 1.6 to be able to build CMake CVS, and kwsys is used.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-0/+43
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.