[Cmake-commits] CMake branch, master, updated. v3.6.1-596-g4887640

Brad King brad.king at kitware.com
Wed Aug 10 11:15:49 EDT 2016


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, master has been updated
       via  4887640b7a69ee1febc19c50add55f8e07bb42b8 (commit)
       via  02d177c9cc05514baccfa530ab85eec65374fbcb (commit)
      from  5aabfec9308bb8b85f19077c2514a0c34f1dbb87 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4887640b7a69ee1febc19c50add55f8e07bb42b8
commit 4887640b7a69ee1febc19c50add55f8e07bb42b8
Merge: 5aabfec 02d177c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 10 11:15:47 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 10 11:15:47 2016 -0400

    Merge topic 'add-extra-boolean-comparisons'
    
    02d177c9 Add additional <= and >= comparison operators


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

Summary of changes:
 Help/command/if.rst                                |   59 ++++--
 Help/command/string.rst                            |    6 +-
 Help/manual/cmake-generator-expressions.7.rst      |    8 +-
 Help/release/dev/add-extra-boolean-comparisons.rst |    6 +
 Help/variable/CMAKE_VERSION.rst                    |   10 +-
 Source/cmCTest.cxx                                 |    7 +-
 Source/cmConditionEvaluator.cxx                    |   32 +++-
 Source/cmGeneratorExpressionNode.cxx               |   40 ++++
 Source/cmStringCommand.cxx                         |    7 +-
 Source/cmSystemTools.cxx                           |   13 +-
 Source/cmSystemTools.h                             |   10 +-
 Tests/CMakeTests/VersionTest.cmake.in              |   14 ++
 Tests/CTestTestStopTime/GetDate.cmake              |    4 +-
 Tests/Complex/CMakeLists.txt                       |    6 +
 Tests/Complex/Executable/complex.cxx               |  200 ++++++++++++++++++--
 Tests/Complex/VarTests.cmake                       |   78 +++++++-
 Tests/ComplexOneConfig/Executable/complex.cxx      |  194 +++++++++++++++++--
 Tests/ComplexOneConfig/VarTests.cmake              |   78 +++++++-
 18 files changed, 693 insertions(+), 79 deletions(-)
 create mode 100644 Help/release/dev/add-extra-boolean-comparisons.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list