[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1892-gc3f25c3

Brad King brad.king at kitware.com
Fri Apr 4 11:35:51 EDT 2014


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 <brad.king at kitware.com>
AuthorDate: Fri Apr 4 11:35:50 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
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 <daniele.domenichelli at iit.it>
AuthorDate: Thu Apr 3 10:19:46 2014 +0200
Commit:     Brad King <brad.king at kitware.com>
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


More information about the Cmake-commits mailing list