[Cmake-commits] CMake branch, next, updated. v3.2.1-1841-g8f354a9

Brad King brad.king at kitware.com
Tue Apr 14 13:16:24 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, next has been updated
       via  8f354a97a5e7745870b8e3b540999d47b994f239 (commit)
       via  9ac05683902c7412476c4514588bff5c016d6ce1 (commit)
      from  53d490d597a79d61de14db75b10b589c72eaef11 (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=8f354a97a5e7745870b8e3b540999d47b994f239
commit 8f354a97a5e7745870b8e3b540999d47b994f239
Merge: 53d490d 9ac0568
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 14 13:16:23 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 14 13:16:23 2015 -0400

    Merge topic 'doc-ninja-non-experimental' into next
    
    9ac05683 Ninja: Drop 'experimental' label in documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ac05683902c7412476c4514588bff5c016d6ce1
commit 9ac05683902c7412476c4514588bff5c016d6ce1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 14 13:14:50 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 14 13:14:50 2015 -0400

    Ninja: Drop 'experimental' label in documentation
    
    This generator is no longer experimental and has been fairly
    mature for several releases already.

diff --git a/Help/generator/Ninja.rst b/Help/generator/Ninja.rst
index 08f74fb..920abcb 100644
--- a/Help/generator/Ninja.rst
+++ b/Help/generator/Ninja.rst
@@ -1,7 +1,7 @@
 Ninja
 -----
 
-Generates build.ninja files (experimental).
+Generates build.ninja files.
 
 A build.ninja file is generated into the build tree.  Recent versions
 of the ninja program can build the project through the "all" target.
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx
index f74f1e0..9a00fa6 100644
--- a/Source/cmGlobalNinjaGenerator.cxx
+++ b/Source/cmGlobalNinjaGenerator.cxx
@@ -507,7 +507,7 @@ void cmGlobalNinjaGenerator
 ::GetDocumentation(cmDocumentationEntry& entry)
 {
   entry.Name = cmGlobalNinjaGenerator::GetActualName();
-  entry.Brief = "Generates build.ninja files (experimental).";
+  entry.Brief = "Generates build.ninja files.";
 }
 
 // Implemented in all cmGlobaleGenerator sub-classes.

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

Summary of changes:
 Help/generator/Ninja.rst          |    2 +-
 Source/cmGlobalNinjaGenerator.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list