[Cmake-commits] CMake branch, master, updated. v2.8.12-200-g0649195

Brad King brad.king at kitware.com
Tue Oct 15 09:32:43 EDT 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  06491955ebe566e025b25abaa91977824811e282 (commit)
       via  a4263c9f6447e526886d6af301b84c9097c097fa (commit)
       via  66b290e7e2bbeb987ea83e2f9edaac99fe8593f5 (commit)
       via  5fe5c32480a5acf26bd20e52a091cd63747ed77d (commit)
       via  e383555838c2539eca11c43abfccba9fa41ca97d (commit)
      from  ebffbda4476aae1e89029f2e24fd76a22765205a (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=06491955ebe566e025b25abaa91977824811e282
commit 06491955ebe566e025b25abaa91977824811e282
Merge: ebffbda a4263c9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 15 09:32:36 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 15 09:32:36 2013 -0400

    Merge topic 'export-at-generate-time'
    
    a4263c9 export(): Handle multiple dependent export sets.
    66b290e export(): Process the export() command at generate time.
    5fe5c32 export(): Set a Makefile on the cmExportBuildFileGenerator.
    e383555 cmExportInstallFileGenerator: Fix comment to match reality.


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

Summary of changes:
 Source/cmExportBuildFileGenerator.cxx              |  115 ++++++++++++++------
 Source/cmExportBuildFileGenerator.h                |   31 ++++--
 Source/cmExportCommand.cxx                         |   71 ++++---------
 Source/cmExportCommand.h                           |    4 +-
 Source/cmExportFileGenerator.cxx                   |    6 +
 Source/cmExportFileGenerator.h                     |    2 +
 Source/cmExportInstallFileGenerator.cxx            |    4 +-
 Source/cmGlobalGenerator.cxx                       |   56 ++++++++++
 Source/cmGlobalGenerator.h                         |   22 ++---
 Source/cmIncludeCommand.cxx                        |    1 +
 Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt   |    2 +-
 .../ExportWithoutLanguage/NoLanguage-stderr.txt    |    4 +-
 Tests/RunCMake/ExportWithoutLanguage/header.h      |    2 +
 13 files changed, 209 insertions(+), 111 deletions(-)
 create mode 100644 Tests/RunCMake/ExportWithoutLanguage/header.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list