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  c3f25c3f6bbe21f14d7626f259b5ee2f3829e918 (commit)
       via  a40f57e485079fdfc5146dfd294d975fd851a227 (commit)
      from  87a2a70c51e7517b7fed0b9df1d52076e6657299 (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=c3f25c3f6bbe21f14d7626f259b5ee2f3829e918
commit c3f25c3f6bbe21f14d7626f259b5ee2f3829e918
Merge: 87a2a70 a40f57e
Author:     Brad King <[email protected]>
AuthorDate: Fri Apr 4 11:35:50 2014 -0400
Commit:     CMake Topic Stage <[email protected]>
CommitDate: Fri Apr 4 11:35:50 2014 -0400

    Merge topic 'cmMakefile_IsOn_fix_comment' into next
    
    a40f57e4 cmMakefile: Revise comment describing IsOn()


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a40f57e485079fdfc5146dfd294d975fd851a227
commit a40f57e485079fdfc5146dfd294d975fd851a227
Author:     Daniele E. Domenichelli <[email protected]>
AuthorDate: Thu Apr 3 10:19:46 2014 +0200
Commit:     Brad King <[email protected]>
CommitDate: Fri Apr 4 11:36:14 2014 -0400

    cmMakefile: Revise comment describing IsOn()

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:


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to