[Cmake-commits] CMake branch, master, updated. v2.8.12.1-847-gea8d1a9

Brad King brad.king at kitware.com
Mon Dec 2 12:07:36 EST 2013


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  ea8d1a9ccab1020642cb71a158f104c2d2e953a4 (commit)
       via  98093c45db3327dc92879670ef22dc4001392480 (commit)
       via  02542b4cc73a12be8c1d3f583340400dd761ce24 (commit)
       via  1242f4e56924ddfb7f954d820918c89c333e1dc5 (commit)
       via  754b3212720d0846b1b5847fae888bc79bb8cfc3 (commit)
      from  ed1de30da06a22bc6d9cfd147a99f7728f175802 (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=ea8d1a9ccab1020642cb71a158f104c2d2e953a4
commit ea8d1a9ccab1020642cb71a158f104c2d2e953a4
Merge: ed1de30 98093c4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 2 12:07:31 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 2 12:07:31 2013 -0500

    Merge topic 'INTERFACE_AUTOUIC_OPTIONS'
    
    98093c4 QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.
    02542b4 QtAutoUic: Handle new -include command line parameter.
    1242f4e Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER.
    754b321 QtAutogen: Use config without prefix in map key.


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

Summary of changes:
 Help/manual/cmake-generator-expressions.7.rst   |    6 +
 Help/manual/cmake-properties.7.rst              |    1 +
 Help/prop_tgt/AUTOUIC_OPTIONS.rst               |    4 +
 Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst     |   14 +++
 Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst |    4 +-
 Source/cmExportBuildFileGenerator.cxx           |    3 +
 Source/cmExportInstallFileGenerator.cxx         |    4 +
 Source/cmGeneratorExpressionDAGChecker.cxx      |    8 ++
 Source/cmGeneratorExpressionDAGChecker.h        |    6 +-
 Source/cmGeneratorExpressionEvaluator.cxx       |   48 ++++++++
 Source/cmQtAutoGenerators.cxx                   |   82 +++++++++++--
 Source/cmQtAutoGenerators.h                     |    3 +-
 Source/cmTarget.cxx                             |  144 +++++++++++++++++++++++
 Source/cmTarget.h                               |    3 +
 Tests/CMakeLists.txt                            |   30 +++++
 Tests/GeneratorExpression/CMakeLists.txt        |    3 +
 Tests/GeneratorExpression/check-part3.cmake     |    3 +
 Tests/QtAutoUicInterface/CMakeLists.txt         |   70 +++++++++++
 Tests/QtAutoUicInterface/klocalizedstring.cpp   |   12 ++
 Tests/QtAutoUicInterface/klocalizedstring.h     |   17 +++
 Tests/QtAutoUicInterface/libwidget.cpp          |    9 ++
 Tests/QtAutoUicInterface/libwidget.h            |   24 ++++
 Tests/QtAutoUicInterface/libwidget.ui           |   32 +++++
 Tests/QtAutoUicInterface/main.cpp               |   75 ++++++++++++
 Tests/QtAutoUicInterface/mywidget.cpp           |    9 ++
 Tests/QtAutoUicInterface/mywidget.h             |   24 ++++
 Tests/QtAutoUicInterface/mywidget.ui            |   32 +++++
 27 files changed, 655 insertions(+), 15 deletions(-)
 create mode 100644 Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst
 create mode 100644 Tests/QtAutoUicInterface/CMakeLists.txt
 create mode 100644 Tests/QtAutoUicInterface/klocalizedstring.cpp
 create mode 100644 Tests/QtAutoUicInterface/klocalizedstring.h
 create mode 100644 Tests/QtAutoUicInterface/libwidget.cpp
 create mode 100644 Tests/QtAutoUicInterface/libwidget.h
 create mode 100644 Tests/QtAutoUicInterface/libwidget.ui
 create mode 100644 Tests/QtAutoUicInterface/main.cpp
 create mode 100644 Tests/QtAutoUicInterface/mywidget.cpp
 create mode 100644 Tests/QtAutoUicInterface/mywidget.h
 create mode 100644 Tests/QtAutoUicInterface/mywidget.ui


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list