Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: the SET( ... CACHE INTERNAL) didn't work as expected, since the | Alexander Neundorf | 2007-07-13 | 1 | -2/+0 |
| | | | | | | | | | variable is already added to the cache inside cmTryRunCommand.cxx, so the value used here was ignored. Additionally the INTERNAL made it internal, which shouldn't be done when cross compiling, since here the user is required to edit this variable manually e.g. using ccmake. Alex | ||||
* | ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now | Alexander Neundorf | 2007-06-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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 | ||||
* | BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx" | Andy Cedilnik | 2007-04-04 | 1 | -19/+9 |
| | |||||
* | COMP: Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx | Andy Cedilnik | 2007-04-04 | 1 | -9/+19 |
| | |||||
* | ENH: fixs for check compile stuff from Oswald B. | Bill Hoffman | 2006-08-21 | 1 | -4/+4 |
| | |||||
* | ENH: fix error | Bill Hoffman | 2006-08-03 | 1 | -3/+3 |
| | |||||
* | ENH: fix for makedev three args test | Bill Hoffman | 2006-08-03 | 1 | -4/+12 |
| | |||||
* | ENH: add a crun macro and fix the output log for compile c | Bill Hoffman | 2006-08-03 | 1 | -0/+60 |