| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Find*: Make find_package(.. QUIET) affect Check* modules. | Clinton Stimpson | 2014-03-30 | 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-12 | 1 | -2/+4 |
|
|