Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now | Alexander Neundorf | 2007-06-01 | 3 | -2/+33 | |
| | | | | | | | | | | | | | | | 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 COPY_FILE argument to TRY_COMPILE, so the compiled executable can | Alexander Neundorf | 2007-05-24 | 1 | -1/+10 | |
| | | | | | | be used e.g. for getting strings out of it. Alex | |||||
* | ENH: add two simple tests for TRY_RUN() | Alexander Neundorf | 2007-05-24 | 3 | -2/+38 | |
| | | | | | | | | STYLE: create a new base class cmCoreTryCompile, from which cmTryCompileCommand and cmTryRunCommand are derived, so there are no public static functions with lots of arguments anymore Alex | |||||
* | ENH: add more output when test fails | Bill Hoffman | 2007-01-31 | 1 | -4/+4 | |
| | ||||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -6/+6 | |
| | ||||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -6/+8 | |
| | ||||||
* | BUG: dont put the output of a try compile in the output because visual ↵ | Bill Hoffman | 2004-05-20 | 1 | -6/+0 | |
| | | | | stduio 7 ide will thing there were errors | |||||
* | ENH: add more testing for ansi for scopes | Bill Hoffman | 2003-02-11 | 1 | -1/+26 | |
| | ||||||
* | ENH: add a new test for TRY_COMPILE | Bill Hoffman | 2003-02-10 | 1 | -9/+10 | |
| | ||||||
* | ENH: add a new test to test try compile | Bill Hoffman | 2003-02-10 | 3 | -0/+60 | |