summaryrefslogtreecommitdiffstats
path: root/Modules/FindThreads.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix 11136: [patch] FindThreads.cmake documents the wrong variablePhilip Lowman2010-09-181-1/+1
| | | | Fixed documentation to be correct.
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Support pthreads on irix.Clinton Stimpson2010-06-121-2/+4
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* Improve readabilityPhilip Lowman2009-09-201-16/+27
|
* BUG: fix for 6586, set THREADS_FOUNDBill Hoffman2008-09-111-0/+12
|
* BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. ↵Brad King2007-09-241-1/+3
| | | | Modern HP pthreads are just normal pthreads.
* BUG: Do not use CMA threads on HP if they do not exist.Brad King2007-09-201-1/+10
|
* STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmakeAlexander Neundorf2007-08-061-1/+0
| | | | | | -remove unnecessary ELSE() in FindThreads.cmake Alex
* STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() inAlexander Neundorf2007-07-311-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 nowAlexander Neundorf2007-06-011-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 settingKen Martin2006-06-141-2/+4
|
* ENH: cleanupsKen Martin2005-12-151-5/+5
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-6/+6
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
|
* BUG: Fix try-compile for sys/prctl.h. It needs to include sys/types.h first ↵Brad King2005-04-261-1/+2
| | | | according to the man page.
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-2/+2
|
* ERR: Reorganize to try to fix the -pthread problem on some systemsAndy Cedilnik2003-08-221-28/+43
|
* ENH: On apple use -lpthreadsAndy Cedilnik2003-08-061-19/+21
|
* ENH: MAke it work on FreeBSDAndy Cedilnik2003-08-011-5/+0
|
* ENH: Do better test for pthreadsAndy Cedilnik2003-08-011-14/+39
|
* BUG: fix for thread and cache overrideBill Hoffman2002-11-181-25/+25
|
* fix thread logicBill Hoffman2002-11-151-18/+20
|
* add find threads checkBill Hoffman2002-11-121-0/+68