summaryrefslogtreecommitdiff
path: root/Modules/FindThreads.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindThreads: Filter -pthread out for compatibility with Swift linkerHarry Mallon2023-01-311-1/+1
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-9/+1
* Modules: Use new SOURCES_FROM_* try_compile (1/2)Matthew Woehlke2022-09-271-4/+3
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-2/+1
* FindThreads: Skip check for -pthread flag when targeting the MSVC ABIBrad King2022-08-081-1/+5
* FindThreads: avoid failing in AIX when using -D_XOPEN_SOURCE=500Carlo Marcelo Arenas Belón2022-05-031-33/+19
* FindThreads: Factor out helper macro for libc checkBrad King2022-04-261-9/+17
* FindThreads: Avoid repeating check for -pthread flagBrad King2022-04-261-1/+3
* FindThreads: Simplify conditions for not-in-libc checksBrad King2022-04-261-13/+13
* FindThreads: Remove unnecessary conditionBrad King2022-04-261-26/+25
* FindThreads: Clarify internal helper macro namesBrad King2022-04-261-7/+7
* FindThreads: Drop strange SunOS+pthread.h+thr_create combinationBrad King2022-04-261-4/+0
* FindThreads: Drop unused internal CMAKE_HAVE_THREADS_LIBRARY variableBrad King2022-04-261-3/+0
* Merge topic 'FindThreads-revert-libc-pthread-flag'Brad King2022-03-011-11/+8
|\
| * FindThreads: Revert "Honor THREADS_PREFER_PTHREAD_FLAG when ... in libc"Brad King2022-02-281-11/+8
| * FindThreads: Honor THREADS_PREFER_PTHREAD_FLAG when pthread is found in libcMattias Ellert2022-01-261-8/+11
* | FindThreads: Honor THREADS_PREFER_PTHREAD_FLAG when pthread is found in libcMattias Ellert2021-11-101-8/+11
* | Fix typo in commentMattias Ellert2021-09-061-1/+1
|/
* 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
|\