index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
FindThreads.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Find*: Make find_package(.. QUIET) affect Check* modules.
Clinton Stimpson
2014-03-29
1
-0
/
+3
*
FindThreads: simplify checking for SunOS
Rolf Eike Beer
2014-03-25
1
-1
/
+1
*
FindThreads: avoid useless checks if a thread library is already found
Rolf Eike Beer
2014-03-25
1
-16
/
+15
*
FindThreads: replace MATCHES with STREQUAL
Rolf Eike Beer
2014-03-25
1
-1
/
+1
*
Convert builtin help to reStructuredText source files
Kitware Robot
2013-10-15
1
-7
/
+19
*
replace string(... MATCHES "^const$) with string(... STREQUAL "const")
Rolf Eike Beer
2013-06-02
1
-1
/
+1
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-8
/
+8
*
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
1
-94
/
+94
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-4
/
+4
*
FindThreads: Try pthreads with no special option first (#11333)
Rolf Eike Beer
2012-01-21
1
-19
/
+28
*
Revert "FindThreads: Try pthreads with no special option first (#11333)"
David Cole
2011-09-20
1
-28
/
+19
*
FindThreads: Try pthreads with no special option first (#11333)
Rolf Eike Beer
2011-08-20
1
-19
/
+28
*
Modules: Include builtin FindPackageHandleStandardArgs directly
Brad King
2011-01-20
1
-1
/
+1
*
Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
Alex Neundorf
2011-01-04
1
-1
/
+1
*
Use absolute path to FindPackageHandleStandardArgs.cmake everywhere
Alex Neundorf
2010-09-28
1
-1
/
+1
*
Fix 11136: [patch] FindThreads.cmake documents the wrong variable
Philip Lowman
2010-09-18
1
-1
/
+1
*
Modules: Fix spelling 'To distributed' -> 'To distribute'
Todd Gamblin
2010-08-09
1
-1
/
+1
*
Support pthreads on irix.
Clinton Stimpson
2010-06-11
1
-2
/
+4
*
Convert CMake find-modules to BSD License
Brad King
2009-09-28
1
-0
/
+13
*
Improve readability
Philip Lowman
2009-09-20
1
-16
/
+27
*
BUG: fix for 6586, set THREADS_FOUND
Bill Hoffman
2008-09-11
1
-0
/
+12
*
BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. M...
Brad King
2007-09-24
1
-1
/
+3
*
BUG: Do not use CMA threads on HP if they do not exist.
Brad King
2007-09-20
1
-1
/
+10
*
STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmake
Alexander Neundorf
2007-08-06
1
-1
/
+0
*
STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() in
Alexander Neundorf
2007-07-31
1
-2
/
+1
*
ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now
Alexander Neundorf
2007-06-01
1
-1
/
+1
*
ENH: centralized locaiton of CMakeFiles setting
Ken Martin
2006-06-14
1
-2
/
+4
*
ENH: cleanups
Ken Martin
2005-12-15
1
-5
/
+5
*
ENH: add documentation support for modules
Bill Hoffman
2005-12-14
1
-6
/
+6
*
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
Ken Martin
2005-07-29
1
-2
/
+2
*
BUG: Fix try-compile for sys/prctl.h. It needs to include sys/types.h first ...
Brad King
2005-04-26
1
-1
/
+2
*
ENH: Cleanup. Use relative path to modules
Andy Cedilnik
2004-08-26
1
-2
/
+2
*
ERR: Reorganize to try to fix the -pthread problem on some systems
Andy Cedilnik
2003-08-22
1
-28
/
+43
*
ENH: On apple use -lpthreads
Andy Cedilnik
2003-08-06
1
-19
/
+21
*
ENH: MAke it work on FreeBSD
Andy Cedilnik
2003-08-01
1
-5
/
+0
*
ENH: Do better test for pthreads
Andy Cedilnik
2003-08-01
1
-14
/
+39
*
BUG: fix for thread and cache override
Bill Hoffman
2002-11-18
1
-25
/
+25
*
fix thread logic
Bill Hoffman
2002-11-15
1
-18
/
+20
*
add find threads check
Bill Hoffman
2002-11-12
1
-0
/
+68