[Cmake-commits] CMake branch, master, updated. v3.3.2-1289-g910ea21
Brad King
brad.king at kitware.com
Fri Sep 25 10:12:39 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 910ea2100425289ec4f13327141b5c45ede320bd (commit)
via fff9434d455600320be1809c6d64577eeb21d6aa (commit)
via 66db914adfd8cbb846fcf82e290fe006a800a36d (commit)
via 0b38424cf26fea866c54b75347de0c5c8a8d15d3 (commit)
via 9924a212f671dfcc2b20d2a29da23bc440247f19 (commit)
via a27bc0ccacff7bc590ace2ce941f0552d05fd14c (commit)
via 7279f2939e98ae9ecfb8fda2dc82f6b0048b9316 (commit)
from ede54544f1cbaa623628317887ffc34fce4bc89b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=910ea2100425289ec4f13327141b5c45ede320bd
commit 910ea2100425289ec4f13327141b5c45ede320bd
Merge: ede5454 fff9434
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 25 10:12:37 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 25 10:12:37 2015 -0400
Merge topic 'Threads-CXX'
fff9434d FindThreads: officially announce it works with only C++ enabled
66db914a FindThreads: fix printing a pointer value in test code
0b38424c FindThreads: make the call to try_run() work also if only C++ is enabled
9924a212 FindThreads: replace CheckIncludeFiles by CheckIncludeFile
a27bc0cc Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled
7279f293 FindThreads: add simple testcase
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/Threads-CXX.rst | 6 ++++++
Modules/CheckForPthreads.c | 2 +-
Modules/CheckFunctionExists.c | 3 +++
Modules/CheckFunctionExists.cmake | 14 +++++++++++++-
Modules/CheckLibraryExists.cmake | 13 ++++++++++++-
Modules/CheckSymbolExists.cmake | 10 +++++++---
Modules/FindThreads.cmake | 27 +++++++++++++++++++++++----
Tests/CMakeLists.txt | 2 ++
Tests/FindThreads/C-only/CMakeLists.txt | 10 ++++++++++
Tests/FindThreads/CMakeLists.txt | 11 +++++++++++
Tests/FindThreads/CXX-only/CMakeLists.txt | 13 +++++++++++++
11 files changed, 101 insertions(+), 10 deletions(-)
create mode 100644 Help/release/dev/Threads-CXX.rst
create mode 100644 Tests/FindThreads/C-only/CMakeLists.txt
create mode 100644 Tests/FindThreads/CMakeLists.txt
create mode 100644 Tests/FindThreads/CXX-only/CMakeLists.txt
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list