summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPlatformCxxTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it ↵Brad King2006-10-041-118/+0
| | | | for multiple language tests (C and CXX).
* COMP: Fix try-compile to fail properly on HP.Brad King2006-08-301-2/+2
|
* BUG: When a try-run fails to compile create the run result cache entry with ↵Brad King2006-08-271-0/+1
| | | | a bogus non-zero return value to avoid running the test again.
* BUG: Fix location of CMakeOutput.log and CMakeError.log.Brad King2006-08-261-2/+2
|
* ENH: Added KWSYS_PLATFORM_CXX_TEST_RUN macro.Brad King2006-08-251-0/+72
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+4
|
* 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.