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  e57b6a25211ea28b7b01aadfc3aaf1de79455bdb (commit)
       via  24466f22c0c0e3235f0a21bd2a298c39df50e2f3 (commit)
       via  80ca9c4b41ecdce069a6c3f4c1b558084a748876 (commit)
       via  7cb23084b2595d06aea46cead0e077b5f13aeddb (commit)
       via  47f80d9c43eaa31c32b33a977bdbeda319671dd6 (commit)
       via  1319a147bdc15f4a5a6a8dc56f0198600ff04c42 (commit)
       via  35496761a58956bd8c5ad65a3ed9ee78d09af56b (commit)
       via  f3ad863ae6f0487bbf80d95b0d3f622840187a6a (commit)
      from  bcc29c56a599baa3e2d8bd1d56e3727911a1c7d7 (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=e57b6a25211ea28b7b01aadfc3aaf1de79455bdb
commit e57b6a25211ea28b7b01aadfc3aaf1de79455bdb
Merge: bcc29c5 24466f2
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Jun 3 09:57:44 2013 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Jun 3 09:57:44 2013 -0400

    Merge topic 'target-COMPILE_OPTIONS'
    
    24466f2 Add target_compile_options command.
    80ca9c4 Add COMPILE_OPTIONS target property.
    7cb2308 cmTarget: Rename LinkInterfaceIncludeDirectoriesEntries
    47f80d9 cmTarget: Rename struct to be more re-usable.
    1319a14 Add <LANG>_COMPILER_ID generator expressions.
    3549676 Add cmLocalGenerator::GetCompileOptions.
    f3ad863 VS6: Rename some variables to correspond to config values.


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

Summary of changes:
 Source/cmCommands.cxx                              |    2 +
 Source/cmDocumentGeneratorExpressions.h            |    8 +
 Source/cmExtraSublimeTextGenerator.cxx             |    8 +-
 Source/cmGeneratorExpressionDAGChecker.cxx         |    8 +
 Source/cmGeneratorExpressionDAGChecker.h           |    1 +
 Source/cmGeneratorExpressionEvaluator.cxx          |  111 ++++++++-
 Source/cmGlobalXCodeGenerator.cxx                  |    6 +-
 Source/cmLocalGenerator.cxx                        |   20 ++
 Source/cmLocalGenerator.h                          |    3 +
 Source/cmLocalVisualStudio6Generator.cxx           |   41 ++-
 Source/cmLocalVisualStudio7Generator.cxx           |    4 +-
 Source/cmMakefileTargetGenerator.cxx               |   32 ++-
 Source/cmNinjaTargetGenerator.cxx                  |   10 +-
 Source/cmTarget.cxx                                |  292 ++++++++++++++++++--
 Source/cmTarget.h                                  |    6 +
 ...mmand.cxx => cmTargetCompileOptionsCommand.cxx} |   32 +--
 ...nsCommand.h => cmTargetCompileOptionsCommand.h} |   29 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |    6 +-
 .../target_compile_options/CMakeLists.txt          |   35 +++
 .../target_compile_options/consumer.cpp            |   18 ++
 .../CMakeCommands/target_compile_options/main.cpp  |   18 ++
 Tests/CMakeLists.txt                               |    2 +
 Tests/CompileOptions/CMakeLists.txt                |   16 +
 Tests/CompileOptions/main.cpp                      |   11 +
 Tests/CompileOptions/other.cpp                     |    5 +
 25 files changed, 629 insertions(+), 95 deletions(-)
 copy Source/{cmTargetCompileDefinitionsCommand.cxx => 
cmTargetCompileOptionsCommand.cxx} (68%)
 copy Source/{cmTargetCompileDefinitionsCommand.h => 
cmTargetCompileOptionsCommand.h} (71%)
 create mode 100644 Tests/CMakeCommands/target_compile_options/CMakeLists.txt
 create mode 100644 Tests/CMakeCommands/target_compile_options/consumer.cpp
 create mode 100644 Tests/CMakeCommands/target_compile_options/main.cpp
 create mode 100644 Tests/CompileOptions/CMakeLists.txt
 create mode 100644 Tests/CompileOptions/main.cpp
 create mode 100644 Tests/CompileOptions/other.cpp


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to