Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: for universal binaries return the endianess based on the processor | Alexander Neundorf | 2007-08-13 | 1 | -8/+18 |
| | | | | Alex | ||||
* | COMP: turn error into warning for now | Alexander Neundorf | 2007-08-13 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: remove unused CheckTypeSize.c.in | Alexander Neundorf | 2007-08-10 | 1 | -30/+78 |
| | | | | | | | | ENH: change test for endianess from TRY_RUN() to TRY_COMPILE() by testing the binary image of a 16bit integer array, tested on Linux x86, Intel Mac and Sun (big endian) Alex | ||||
* | ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now | Alexander Neundorf | 2007-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | creates two cache variables, one for the RUN_RESULT, one for the RUN_OUTPUT (if required), which can be set or preset by the user. It has now also two new arguments: RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE (the old OUTPUT_VARIABLE merges both), so if only COMPILE_OUTPUT_VARIABLE is used the run time output of the TRY_RUN is unused and the user doesn't have to care about the output when crosscompiling. This is now used in FindThreads.cmake, CheckC/CXXSourceRuns.cmake and TestBigEndian.cmake, which used the output only for the logfile (compile output is still there). Test/TryCompile/ now also tests the behaviour of OUTPUT_VARIABLE, RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE. Alex | ||||
* | ENH: add compiler id for IAR compiler (http://www.iar.com/) | Alexander Neundorf | 2007-05-24 | 1 | -0/+4 |
| | | | | | | ENH: don't run endian test again if the variable is already set Alex | ||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -5/+5 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -3/+3 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -5/+5 |
| | |||||
* | BUG: fix some missing quotes for STREQUAL IF statements | Ken Martin | 2005-06-20 | 1 | -2/+2 |
| | |||||
* | ENH: fix for 1450 | Bill Hoffman | 2005-02-10 | 1 | -0/+3 |
| | |||||
* | ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. ↵ | Andy Cedilnik | 2003-08-08 | 1 | -8/+26 |
| | | | | Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log | ||||
* | ENH: Extra new line after output | Andy Cedilnik | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace ↵ | Andy Cedilnik | 2003-07-11 | 1 | -6/+5 |
| | | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things | ||||
* | ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows ↵ | Bill Hoffman | 2002-12-17 | 1 | -2/+2 |
| | | | | projects within projects to have different languages | ||||
* | Add append to write_file | Andy Cedilnik | 2002-10-29 | 1 | -1/+2 |
| | |||||
* | Add test for big endian | Andy Cedilnik | 2002-10-01 | 1 | -0/+16 |