[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2883-gbdccd28

Brad King brad.king at kitware.com
Tue Jul 2 08:32:05 EDT 2013


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  bdccd28bf1693c540dc46ba76d276cf63412cc1c (commit)
       via  52f146414f11971538c268ecd78581bac5baa535 (commit)
      from  40327e60727f6d89b211f4c36aad1db680ba7f68 (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=bdccd28bf1693c540dc46ba76d276cf63412cc1c
commit bdccd28bf1693c540dc46ba76d276cf63412cc1c
Merge: 40327e6 52f1464
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 2 08:31:09 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 2 08:31:09 2013 -0400

    Merge topic 'vs-generator-brief-doc-update' into next
    
    52f1464 VS: Clarify Visual Studio product year for each version


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=52f146414f11971538c268ecd78581bac5baa535
commit 52f146414f11971538c268ecd78581bac5baa535
Author:     Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Mon Jul 1 13:36:38 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jul 2 08:24:38 2013 -0400

    VS: Clarify Visual Studio product year for each version
    
    Add to the brief documentation of the Visual Studio 10, 11, and 12
    generators the corresponding VS product year.  Clarify that VS11 is for
    Visual Studio 2012, and VS12 is for Visual Studio 2013.

diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index b8c4939..ee7c56f 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -45,7 +45,7 @@ public:
 
   virtual void GetDocumentation(cmDocumentationEntry& entry) const {
     entry.Name = "Visual Studio 10";
-    entry.Brief = "Generates Visual Studio 10 project files.";
+    entry.Brief = "Generates Visual Studio 10 (2010) project files.";
     entry.Full =
       "It is possible to append a space followed by the platform name "
       "to create project files for a specific target platform. E.g. "
diff --git a/Source/cmGlobalVisualStudio11Generator.cxx b/Source/cmGlobalVisualStudio11Generator.cxx
index 299aaa8..624d01d 100644
--- a/Source/cmGlobalVisualStudio11Generator.cxx
+++ b/Source/cmGlobalVisualStudio11Generator.cxx
@@ -42,7 +42,7 @@ public:
 
   virtual void GetDocumentation(cmDocumentationEntry& entry) const {
     entry.Name = "Visual Studio 11";
-    entry.Brief = "Generates Visual Studio 11 project files.";
+    entry.Brief = "Generates Visual Studio 11 (2012) project files.";
     entry.Full =
       "It is possible to append a space followed by the platform name "
       "to create project files for a specific target platform. E.g. "
diff --git a/Source/cmGlobalVisualStudio12Generator.cxx b/Source/cmGlobalVisualStudio12Generator.cxx
index 6468b9a..d77b84d 100644
--- a/Source/cmGlobalVisualStudio12Generator.cxx
+++ b/Source/cmGlobalVisualStudio12Generator.cxx
@@ -42,7 +42,7 @@ public:
 
   virtual void GetDocumentation(cmDocumentationEntry& entry) const {
     entry.Name = "Visual Studio 12";
-    entry.Brief = "Generates Visual Studio 12 project files.";
+    entry.Brief = "Generates Visual Studio 12 (2013) project files.";
     entry.Full =
       "It is possible to append a space followed by the platform name "
       "to create project files for a specific target platform. E.g. "

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list