Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. ↵ | Brad King | 2007-09-24 | 1 | -1/+3 |
| | | | | Modern HP pthreads are just normal pthreads. | ||||
* | BUG: Do not use CMA threads on HP if they do not exist. | Brad King | 2007-09-20 | 1 | -1/+10 |
| | |||||
* | STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmake | Alexander Neundorf | 2007-08-06 | 1 | -1/+0 |
| | | | | | | -remove unnecessary ELSE() in FindThreads.cmake Alex | ||||
* | STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() in | Alexander Neundorf | 2007-07-31 | 1 | -2/+1 |
| | | | | | | | | | | | | FindThreads.h BUG: improve CheckC(XX)SourceRuns.cmake so that it works with cross compiling, the return value has to go in the cache but shouldn't overwrite the actual return value, and it should go only in the cache if we have a result from try_run() otherwise we won't get here again if we have a result later on 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: 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 |