[Cmake-commits] CMake branch, next, updated. v3.7.0-rc2-681-g50c3bb9
Brad King
brad.king at kitware.com
Mon Oct 24 09:57:23 EDT 2016
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, next has been updated
via 50c3bb901aad305cb7bfa1971d0ee1aeac226389 (commit)
via b3b41d113196e5cd8bf8263f08c0ace03faa3ed6 (commit)
from e6402444f1f837efb452c50c106a738a66b59d48 (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=50c3bb901aad305cb7bfa1971d0ee1aeac226389
commit 50c3bb901aad305cb7bfa1971d0ee1aeac226389
Merge: e640244 b3b41d1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 24 09:57:22 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 24 09:57:22 2016 -0400
Merge topic 'cm_unordered_map' into next
b3b41d11 fixup! Introduce CM_UNORDERED_MAP
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3b41d113196e5cd8bf8263f08c0ace03faa3ed6
commit b3b41d113196e5cd8bf8263f08c0ace03faa3ed6
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 24 09:57:08 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 24 09:57:08 2016 -0400
fixup! Introduce CM_UNORDERED_MAP
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index d6a0dfb..3067f2c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -884,7 +884,7 @@ private:
*/
cmSourceFile* LinearGetSourceFileWithOutput(const std::string& cname) const;
-// A map for fast output to input look up.
+ // A map for fast output to input look up.
typedef CM_UNORDERED_MAP<std::string, cmSourceFile*> OutputToSourceMap;
OutputToSourceMap OutputToSource;
-----------------------------------------------------------------------
Summary of changes:
Source/cmMakefile.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list