summaryrefslogtreecommitdiff
path: root/Modules/FindThreads.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindThreads: Restore hard-coded '-l' flag on library nameBrad King2019-12-041-4/+4
* FindThreads: Do not hard-code '-l' flag on library nameAlan W. Irwin2019-09-231-4/+4
* Merge topic 'FindThreads-doc-c++'Brad King2019-05-281-3/+0
|\
| * FindThreads: Drop incorrect docs about usage with C++Brad King2019-05-281-3/+0
* | FindThreads: Fix pthread library check in GHS Multi GeneratorNaren Manimohan2019-03-211-0/+3
* | FindThreads: Use complete program to test for pthreads in libcJerryShih2019-03-061-6/+35
|/
* FindThreads: Revert libc symbol check to pthread_createBrad King2019-02-271-13/+3
* FindThreads: Fix libc check to use proper header for pthread_killBrad King2019-02-261-2/+4
* Help: FindThreads not needed with modern C++.Joachim Wuttke (o)2019-01-091-1/+4
* FindThreads: Drop IRIX-specific options and resultsBrad King2018-12-071-61/+43
* FindThreads: Replace the pthread symbol checking in libc.JerryShih2018-12-031-4/+12
* Merge topic 'cuda-thread-flags'Brad King2018-10-251-1/+3
|\
| * FindThreads: Pass -pthread to CUDA compiler through -XcompilerRolf Eike Beer2018-10-241-1/+3
* | Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-38/+39
|/
* FindThreads: Drop try_run to improve cross-compiling supportSteffen Dettmer2017-08-301-11/+4
* 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