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  a7052bc37ab6215e8be30074424027d087c1b07c (commit)
       via  841f432e965db72b22d72ff8c49b41d8318a4795 (commit)
       via  9f69a34f9990faefc28ac095fd874404cf07963b (commit)
      from  c66e4b9ec013d21c4c96914d250ab538f3a59ae0 (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=a7052bc37ab6215e8be30074424027d087c1b07c
commit a7052bc37ab6215e8be30074424027d087c1b07c
Merge: c66e4b9 841f432
Author:     Daniele E. Domenichelli <daniele.domeniche...@gmail.com>
AuthorDate: Thu Apr 3 05:35:53 2014 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Apr 3 05:35:53 2014 -0400

    Merge topic 'cmMakefile_IsOn_fix_comment' into next
    
    841f432e Fix cmMakefile::IsOn() comment
    9f69a34f CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=841f432e965db72b22d72ff8c49b41d8318a4795
commit 841f432e965db72b22d72ff8c49b41d8318a4795
Author:     Daniele E. Domenichelli <daniele.domeniche...@iit.it>
AuthorDate: Thu Apr 3 10:19:46 2014 +0200
Commit:     Daniele E. Domenichelli <daniele.domeniche...@iit.it>
CommitDate: Thu Apr 3 10:19:46 2014 +0200

    Fix cmMakefile::IsOn() comment

diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 460a85c..ea4d34c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -601,8 +601,11 @@ public:
    */
   std::vector<std::string> GetDefinitions(int cacheonly=0) const;
 
-  /** Test a boolean cache entry to see if it is true or false,
-   *  returns false if no entry defined.
+  /**
+   * Test a boolean variable to see if it is true or false.
+   * If the variable is not found in this makefile instance, the
+   * cache is then queried.
+   * Returns false if no entry defined.
    */
   bool IsOn(const std::string& name) const;
   bool IsSet(const std::string& name) const;

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

Summary of changes:
 Source/CMakeVersion.cmake |    2 +-
 Source/cmMakefile.h       |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to