[Cmake-commits] CMake branch, master, updated. v2.8.5-426-g54730d7

David Cole david.cole at kitware.com
Wed Sep 7 15:38:10 EDT 2011


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  54730d7604a69975e66047c3b5f406df89a4ade5 (commit)
       via  dbd776dde7710a0bf1af1ca9c3554d9025502a31 (commit)
       via  93d8d1992ed94225bb0a5706f0a294524913dccc (commit)
      from  2ea27a54d97c72870ed69c9bde17826faf87f6d3 (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=54730d7604a69975e66047c3b5f406df89a4ade5
commit 54730d7604a69975e66047c3b5f406df89a4ade5
Merge: 2ea27a5 dbd776d
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Sep 7 15:38:00 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 7 15:38:00 2011 -0400

    Merge topic 'generate_export_header'
    
    dbd776d Don't put what some compilers consider junk at the end of the line.
    93d8d19 Add some more unit tests.


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

Summary of changes:
 Modules/exportheader.cmake.in                      |    2 +-
 Tests/Module/GenerateExportHeader/CMakeLists.txt   |    2 +
 .../nodeprecated/CMakeLists.txt                    |   26 ++++++++++++++++++++
 .../nodeprecated/CMakeLists.txt.in                 |   15 +++++++++++
 .../{override_symbol => nodeprecated/src}/main.cpp |    0
 .../nodeprecated/src/someclass.cpp                 |    9 +++++++
 .../nodeprecated/src/someclass.h                   |   10 +++++++
 .../GenerateExportHeader/prefix/CMakeLists.txt     |   15 +++++++++++
 Tests/Module/GenerateExportHeader/prefix/main.cpp  |    8 ++++++
 .../GenerateExportHeader/prefix/useprefixclass.cpp |    7 +++++
 .../GenerateExportHeader/prefix/useprefixclass.h   |   13 ++++++++++
 11 files changed, 106 insertions(+), 1 deletions(-)
 create mode 100644 Tests/Module/GenerateExportHeader/nodeprecated/CMakeLists.txt
 create mode 100644 Tests/Module/GenerateExportHeader/nodeprecated/CMakeLists.txt.in
 copy Tests/Module/GenerateExportHeader/{override_symbol => nodeprecated/src}/main.cpp (100%)
 create mode 100644 Tests/Module/GenerateExportHeader/nodeprecated/src/someclass.cpp
 create mode 100644 Tests/Module/GenerateExportHeader/nodeprecated/src/someclass.h
 create mode 100644 Tests/Module/GenerateExportHeader/prefix/CMakeLists.txt
 create mode 100644 Tests/Module/GenerateExportHeader/prefix/main.cpp
 create mode 100644 Tests/Module/GenerateExportHeader/prefix/useprefixclass.cpp
 create mode 100644 Tests/Module/GenerateExportHeader/prefix/useprefixclass.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list