Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵ | Brad King | 2006-10-04 | 1 | -118/+0 |
| | | | | for multiple language tests (C and CXX). | ||||
* | COMP: Fix try-compile to fail properly on HP. | Brad King | 2006-08-30 | 1 | -2/+2 |
| | |||||
* | BUG: When a try-run fails to compile create the run result cache entry with ↵ | Brad King | 2006-08-27 | 1 | -0/+1 |
| | | | | a bogus non-zero return value to avoid running the test again. | ||||
* | BUG: Fix location of CMakeOutput.log and CMakeError.log. | Brad King | 2006-08-26 | 1 | -2/+2 |
| | |||||
* | ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro. | Brad King | 2006-08-25 | 1 | -0/+72 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -2/+4 |
| | |||||
* | ENH: Updated to use modern FILE command for writing to output logs instead ↵ | Brad King | 2005-09-21 | 1 | -4/+4 |
| | | | | of WRITE_FILE. | ||||
* | ENH: change loc of log files | Ken Martin | 2005-07-29 | 1 | -2/+2 |
| | |||||
* | ENH: Added istream and ostream operators for stl string in KWSys when using ↵ | Brad King | 2005-03-29 | 1 | -1/+1 |
| | | | | old streams that do not provide them. | ||||
* | COMP: Removing stl string io operators change until the CMake bootstrap ↵ | Brad King | 2005-03-26 | 1 | -1/+1 |
| | | | | script can be fixed. | ||||
* | ENH: Added istream and ostream operators for stl string when using old ↵ | Brad King | 2005-03-26 | 1 | -1/+1 |
| | | | | streams that do not provide them. | ||||
* | ERR: Removed use of FILE command and using WRITE_FILE instead. We would ↵ | Brad King | 2004-01-05 | 1 | -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 King | 2003-12-23 | 1 | -0/+43 |
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. |