summaryrefslogtreecommitdiff
path: root/Modules/FindThreads.cmake
Commit message (Expand)AuthorAgeFilesLines
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+1
* FindThreads: Reduce amount of false positive error loggingRobert Maynard2021-04-061-4/+10
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+4
* FindThreads: Add missing static keyword in pthread test codePavel Otchertsov2020-09-181-1/+1
* Find{Threads,MPI}: Add support for CUDA with ClangTobias Ribizel2020-05-251-2/+2
* FindThreads: Improve documentationRolf Eike Beer2020-03-161-16/+29
* FindThreads: Add pthread_cancel to program to test for pthreads in libcCristian Morales Vega2019-12-111-0/+1
* Merge topic 'FindThreads-lib-flag'Brad King2019-12-051-4/+4
|\
| * FindThreads: Restore hard-coded '-l' flag on library nameBrad King2019-12-041-4/+4
* | Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
|/
* 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