summaryrefslogtreecommitdiff
path: root/Modules/FindThreads.cmake
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
* FindThreads: make the call to try_run() work also if only C++ is enabledRolf Eike Beer2015-09-251-1/+8
* FindThreads: replace CheckIncludeFiles by CheckIncludeFileRolf Eike Beer2015-09-251-3/+15
* FindThreads: introduce THREADS_PREFER_PTHREAD_FLAG (#14767)Rolf Eike Beer2014-10-081-0/+18
* FindThreads: introduce an imported target to link toTimo Rothenpieler2014-10-081-0/+18
* FindThreads: move checking of the -pthread compiler flag into a macroRolf Eike Beer2014-10-061-36/+42
* Merge topic 'FindThreads-macro'Brad King2014-10-061-23/+17
|\
| * FindThreads: use a macro for the repetitive thread library checksRolf Eike Beer2014-10-031-23/+17
* | FindThreads: search test source relative to moduleTimo Rothenpieler2014-10-021-1/+1
|/
* Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficientRolf Eike Beer2014-04-141-3/+3
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-2/+2
* Find*: Make find_package(.. QUIET) affect Check* modules.Clinton Stimpson2014-03-291-0/+3
* FindThreads: simplify checking for SunOSRolf Eike Beer2014-03-251-1/+1
* FindThreads: avoid useless checks if a thread library is already foundRolf Eike Beer2014-03-251-16/+15
* FindThreads: replace MATCHES with STREQUALRolf Eike Beer2014-03-251-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-7/+19
* replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-021-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-8/+8
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-94/+94
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* FindThreads: Try pthreads with no special option first (#11333)Rolf Eike Beer2012-01-211-19/+28
* Revert "FindThreads: Try pthreads with no special option first (#11333)"David Cole2011-09-201-28/+19
* FindThreads: Try pthreads with no special option first (#11333)Rolf Eike Beer2011-08-201-19/+28
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Fix 11136: [patch] FindThreads.cmake documents the wrong variablePhilip Lowman2010-09-181-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Support pthreads on irix.Clinton Stimpson2010-06-111-2/+4
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
* 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. M...Brad King2007-09-241-1/+3
* 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
* STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() inAlexander Neundorf2007-07-311-2/+1
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-011-1/+1
* 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
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-261-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