[Cmake-commits] CMake branch, master, updated. v2.8.10.2-765-gb887bca

Brad King brad.king at kitware.com
Mon Feb 25 13:12:04 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  b887bca6ee3651857be663fe1f2e2f2c1ed1ac1e (commit)
       via  236133e79e2d047810eeba90915e38d9861e2a22 (commit)
       via  1c0597c25bf69a9c73e3d4f6ab68d16b5e56a271 (commit)
       via  f2ab17d4db86af5695f70b5c49f388319e510472 (commit)
      from  6e567cabea8df6f8fc8c401f4b9bfe2997c4399e (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=b887bca6ee3651857be663fe1f2e2f2c1ed1ac1e
commit b887bca6ee3651857be663fe1f2e2f2c1ed1ac1e
Merge: 6e567ca 236133e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 25 13:12:02 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 25 13:12:02 2013 -0500

    Merge topic 'try_compile-targets'
    
    236133e Handle targets in the LINK_LIBRARIES of try_compile.
    1c0597c Add a new Export generator for IMPORTED targets.
    f2ab17d Keep track of all targets seen while evaluating a genex.


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

Summary of changes:
 Modules/CheckCSourceCompiles.cmake                 |    7 +-
 Modules/CheckCSourceRuns.cmake                     |    7 +-
 Modules/CheckCXXSourceCompiles.cmake               |    7 +-
 Modules/CheckCXXSourceRuns.cmake                   |    7 +-
 Modules/CheckFortranFunctionExists.cmake           |    7 +-
 Modules/CheckFunctionExists.cmake                  |    7 +-
 Modules/CheckLibraryExists.cmake                   |    7 +-
 Modules/CheckPrototypeDefinition.cmake             |    7 +-
 Modules/CheckSymbolExists.cmake                    |    7 +-
 Modules/CheckTypeSize.cmake                        |    5 +-
 Modules/CheckVariableExists.cmake                  |    7 +-
 Source/CMakeLists.txt                              |    2 +
 Source/cmCoreTryCompile.cxx                        |  108 +++++++++++++++++--
 Source/cmExportFileGenerator.cxx                   |    3 +
 Source/cmExportTryCompileFileGenerator.cxx         |  114 ++++++++++++++++++++
 Source/cmExportTryCompileFileGenerator.h           |   55 ++++++++++
 Source/cmGeneratorExpression.cxx                   |    3 +-
 Source/cmGeneratorExpression.h                     |    8 +-
 Source/cmGeneratorExpressionEvaluator.cxx          |    4 +-
 Source/cmGeneratorExpressionEvaluator.h            |    3 +-
 Source/cmTryCompileCommand.h                       |    8 ++-
 Tests/ExportImport/Import/CMakeLists.txt           |    2 +
 .../ExportImport/Import/try_compile/CMakeLists.txt |   21 ++++
 bootstrap                                          |    1 +
 24 files changed, 338 insertions(+), 69 deletions(-)
 create mode 100644 Source/cmExportTryCompileFileGenerator.cxx
 create mode 100644 Source/cmExportTryCompileFileGenerator.h
 create mode 100644 Tests/ExportImport/Import/try_compile/CMakeLists.txt


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list