[Cmake-commits] CMake branch, master, updated. v2.8.10.2-430-g325e92f

Brad King brad.king at kitware.com
Thu Jan 10 10:22:49 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  325e92fa22cb20a3d4bccbf1f663c28b34f8b04c (commit)
       via  fc61a7a746c3c899d42ccff3014686365c36ee11 (commit)
       via  8a37ebec784cefe4f04cb8897c23a014c3930052 (commit)
      from  feb9ffb6815b4367634a1543f42f50ae2f3c4c98 (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=325e92fa22cb20a3d4bccbf1f663c28b34f8b04c
commit 325e92fa22cb20a3d4bccbf1f663c28b34f8b04c
Merge: feb9ffb fc61a7a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 10 10:22:46 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 10 10:22:46 2013 -0500

    Merge topic 'target-includes-defines-commands'
    
    fc61a7a Add the target_compile_definitions command.
    8a37ebe Add the target_include_directories command.


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

Summary of changes:
 Source/cmCommands.cxx                              |    5 +
 Source/cmTargetCompileDefinitionsCommand.cxx       |   57 ++++++++
 Source/cmTargetCompileDefinitionsCommand.h         |   91 ++++++++++++
 Source/cmTargetIncludeDirectoriesCommand.cxx       |   74 ++++++++++
 Source/cmTargetIncludeDirectoriesCommand.h         |   95 +++++++++++++
 Source/cmTargetPropCommandBase.cxx                 |  144 ++++++++++++++++++++
 Source/cmTargetPropCommandBase.h                   |   57 ++++++++
 .../target_compile_definitions/CMakeLists.txt      |   26 ++++
 .../target_compile_definitions/consumer.cpp        |   18 +++
 .../target_compile_definitions/main.cpp            |   14 ++
 .../target_include_directories/CMakeLists.txt      |   50 +++++++
 .../target_include_directories/consumer.cpp        |   27 ++++
 .../target_include_directories/main.cpp            |   22 +++
 Tests/CMakeLists.txt                               |    2 +
 14 files changed, 682 insertions(+), 0 deletions(-)
 create mode 100644 Source/cmTargetCompileDefinitionsCommand.cxx
 create mode 100644 Source/cmTargetCompileDefinitionsCommand.h
 create mode 100644 Source/cmTargetIncludeDirectoriesCommand.cxx
 create mode 100644 Source/cmTargetIncludeDirectoriesCommand.h
 create mode 100644 Source/cmTargetPropCommandBase.cxx
 create mode 100644 Source/cmTargetPropCommandBase.h
 create mode 100644 Tests/CMakeCommands/target_compile_definitions/CMakeLists.txt
 create mode 100644 Tests/CMakeCommands/target_compile_definitions/consumer.cpp
 create mode 100644 Tests/CMakeCommands/target_compile_definitions/main.cpp
 create mode 100644 Tests/CMakeCommands/target_include_directories/CMakeLists.txt
 create mode 100644 Tests/CMakeCommands/target_include_directories/consumer.cpp
 create mode 100644 Tests/CMakeCommands/target_include_directories/main.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list