Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -2/+4 | |
| | ||||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -5/+5 | |
| | ||||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -6/+6 | |
| | ||||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -2/+2 | |
| | ||||||
* | BUG: Fix try-compile for sys/prctl.h. It needs to include sys/types.h first ↵ | Brad King | 2005-04-26 | 1 | -1/+2 | |
| | | | | according to the man page. | |||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -2/+2 | |
| | ||||||
* | ERR: Reorganize to try to fix the -pthread problem on some systems | Andy Cedilnik | 2003-08-22 | 1 | -28/+43 | |
| | ||||||
* | ENH: On apple use -lpthreads | Andy Cedilnik | 2003-08-06 | 1 | -19/+21 | |
| | ||||||
* | ENH: MAke it work on FreeBSD | Andy Cedilnik | 2003-08-01 | 1 | -5/+0 | |
| | ||||||
* | ENH: Do better test for pthreads | Andy Cedilnik | 2003-08-01 | 1 | -14/+39 | |
| | ||||||
* | BUG: fix for thread and cache override | Bill Hoffman | 2002-11-18 | 1 | -25/+25 | |
| | ||||||
* | fix thread logic | Bill Hoffman | 2002-11-15 | 1 | -18/+20 | |
| | ||||||
* | add find threads check | Bill Hoffman | 2002-11-12 | 1 | -0/+68 | |