index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindThreads.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindThreads: Skip check for -pthread flag when targeting the MSVC ABI
Brad King
2022-08-08
1
-1/+5
*
FindThreads: avoid failing in AIX when using -D_XOPEN_SOURCE=500
Carlo Marcelo Arenas Belón
2022-05-03
1
-33/+19
*
FindThreads: Factor out helper macro for libc check
Brad King
2022-04-26
1
-9/+17
*
FindThreads: Avoid repeating check for -pthread flag
Brad King
2022-04-26
1
-1/+3
*
FindThreads: Simplify conditions for not-in-libc checks
Brad King
2022-04-26
1
-13/+13
*
FindThreads: Remove unnecessary condition
Brad King
2022-04-26
1
-26/+25
*
FindThreads: Clarify internal helper macro names
Brad King
2022-04-26
1
-7/+7
*
FindThreads: Drop strange SunOS+pthread.h+thr_create combination
Brad King
2022-04-26
1
-4/+0
*
FindThreads: Drop unused internal CMAKE_HAVE_THREADS_LIBRARY variable
Brad King
2022-04-26
1
-3/+0
*
Merge topic 'FindThreads-revert-libc-pthread-flag'
Brad King
2022-03-01
1
-11/+8
|
\
|
*
FindThreads: Revert "Honor THREADS_PREFER_PTHREAD_FLAG when ... in libc"
Brad King
2022-02-28
1
-11/+8
|
*
FindThreads: Honor THREADS_PREFER_PTHREAD_FLAG when pthread is found in libc
Mattias Ellert
2022-01-26
1
-8/+11
*
|
FindThreads: Honor THREADS_PREFER_PTHREAD_FLAG when pthread is found in libc
Mattias Ellert
2021-11-10
1
-8/+11
*
|
Fix typo in comment
Mattias Ellert
2021-09-06
1
-1/+1
|
/
*
MSYS: Add support for running under MSYS runtime environment
Orgad Shaneh
2021-04-26
1
-1/+1
*
FindThreads: Reduce amount of false positive error logging
Robert Maynard
2021-04-06
1
-4/+10
*
Help: Add `.. versionadded` directives to module docs
Nikita Nemkin
2020-12-02
1
-0/+4
*
FindThreads: Add missing static keyword in pthread test code
Pavel Otchertsov
2020-09-18
1
-1/+1
*
Find{Threads,MPI}: Add support for CUDA with Clang
Tobias Ribizel
2020-05-25
1
-2/+2
*
FindThreads: Improve documentation
Rolf Eike Beer
2020-03-16
1
-16/+29
*
FindThreads: Add pthread_cancel to program to test for pthreads in libc
Cristian Morales Vega
2019-12-11
1
-0/+1
*
Merge topic 'FindThreads-lib-flag'
Brad King
2019-12-05
1
-4/+4
|
\
|
*
FindThreads: Restore hard-coded '-l' flag on library name
Brad King
2019-12-04
1
-4/+4
*
|
Refactor: Use added message types in various modules
Alex Turbov
2019-11-02
1
-3/+3
|
/
*
FindThreads: Do not hard-code '-l' flag on library name
Alan W. Irwin
2019-09-23
1
-4/+4
*
Merge topic 'FindThreads-doc-c++'
Brad King
2019-05-28
1
-3/+0
|
\
|
*
FindThreads: Drop incorrect docs about usage with C++
Brad King
2019-05-28
1
-3/+0
*
|
FindThreads: Fix pthread library check in GHS Multi Generator
Naren Manimohan
2019-03-21
1
-0/+3
*
|
FindThreads: Use complete program to test for pthreads in libc
JerryShih
2019-03-06
1
-6/+35
|
/
*
FindThreads: Revert libc symbol check to pthread_create
Brad King
2019-02-27
1
-13/+3
*
FindThreads: Fix libc check to use proper header for pthread_kill
Brad King
2019-02-26
1
-2/+4
*
Help: FindThreads not needed with modern C++.
Joachim Wuttke (o)
2019-01-09
1
-1/+4
*
FindThreads: Drop IRIX-specific options and results
Brad King
2018-12-07
1
-61/+43
*
FindThreads: Replace the pthread symbol checking in libc.
JerryShih
2018-12-03
1
-4/+12
*
Merge topic 'cuda-thread-flags'
Brad King
2018-10-25
1
-1/+3
|
\
|
*
FindThreads: Pass -pthread to CUDA compiler through -Xcompiler
Rolf Eike Beer
2018-10-24
1
-1/+3
*
|
Help: Convert remaining modules to block-style comments
Kitware Robot
2018-10-22
1
-38/+39
|
/
*
FindThreads: Drop try_run to improve cross-compiling support
Steffen Dettmer
2017-08-30
1
-11/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-14/+3
*
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
1
-1/+1
*
FindThreads: make the call to try_run() work also if only C++ is enabled
Rolf Eike Beer
2015-09-25
1
-1/+8
*
FindThreads: replace CheckIncludeFiles by CheckIncludeFile
Rolf Eike Beer
2015-09-25
1
-3/+15
*
FindThreads: introduce THREADS_PREFER_PTHREAD_FLAG (#14767)
Rolf Eike Beer
2014-10-08
1
-0/+18
*
FindThreads: introduce an imported target to link to
Timo Rothenpieler
2014-10-08
1
-0/+18
*
FindThreads: move checking of the -pthread compiler flag into a macro
Rolf Eike Beer
2014-10-06
1
-36/+42
*
Merge topic 'FindThreads-macro'
Brad King
2014-10-06
1
-23/+17
|
\
|
*
FindThreads: use a macro for the repetitive thread library checks
Rolf Eike Beer
2014-10-03
1
-23/+17
*
|
FindThreads: search test source relative to module
Timo Rothenpieler
2014-10-02
1
-1/+1
|
/
*
Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficient
Rolf Eike Beer
2014-04-14
1
-3/+3
*
Remove .* expressions from beginning and end of MATCHES regexs
Rolf Eike Beer
2014-04-14
1
-2/+2
[next]