[Cmake-commits] CMake branch, master, updated. v3.2.2-1219-g594dd9b
Brad King
brad.king at kitware.com
Tue May 19 11:30:22 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 594dd9b36a7f3ac37b56c89596ff38451570de3e (commit)
via d7923b82ade9f84d0fc4c6d44b9719f2f7c0e9af (commit)
via 820777af03041c21d7b36e80135382e7161c1ebd (commit)
via 921d74d8559daf6fbef7d78e582029f6acb04f6e (commit)
from 25d22be514436d8dfbcac0024b952bd059eeabc6 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=594dd9b36a7f3ac37b56c89596ff38451570de3e
commit 594dd9b36a7f3ac37b56c89596ff38451570de3e
Merge: 25d22be d7923b8
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 11:30:21 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 19 11:30:21 2015 -0400
Merge topic 'use-std-unordered_map'
d7923b82 Use std::unordered_map instead of hash_map where available.
820777af Tests: Don't rely on ordering of targets in maps.
921d74d8 AutoGen: Don't iterate over a container while populating it.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 1 +
Source/Checks/cm_cxx11_unordered_map.cmake | 25 ++++++++++++++++++++
Source/Checks/cm_cxx11_unordered_map.cpp | 6 +++++
Source/cmConfigure.cmake.h.in | 1 +
Source/cmDefinitions.h | 9 ++++++-
Source/cmFileTimeComparison.cxx | 12 ++++++++++
Source/cmGlobalGenerator.cxx | 10 +++++++-
Source/cmGlobalGenerator.h | 10 +++++++-
Source/cmMakefile.h | 14 ++++++++++-
Source/cmTarget.h | 12 ++++++++--
.../BadSelfReference1-stderr.txt | 2 +-
.../BadSelfReference2-stderr.txt | 2 +-
.../BadSelfReference3-stderr.txt | 2 +-
.../BadSelfReference4-stderr.txt | 2 +-
.../BadSelfReference5-stderr.txt | 2 +-
.../BadSelfReference6-stderr.txt | 2 +-
16 files changed, 100 insertions(+), 12 deletions(-)
create mode 100644 Source/Checks/cm_cxx11_unordered_map.cmake
create mode 100644 Source/Checks/cm_cxx11_unordered_map.cpp
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list