[Cmake-commits] CMake branch, master, updated. v2.8.6-182-g608d05b

David Cole david.cole at kitware.com
Tue Nov 15 14:38:54 EST 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  608d05b469a446aeb85c0d3374ccf2a3f397292b (commit)
       via  c71f7ab7db843234cab7e6b75ab2636a0d7e8d67 (commit)
       via  a42e3f2bf915c510b43fd0f8c90f4716aab41541 (commit)
       via  b297da615aa2331a558a1c9aa8864e4db3e1f39a (commit)
       via  54595e6d89a6280dfbc9580500ce50283ce71d3f (commit)
       via  36b0c432cf5804ec45367066e34f4c38165d5c09 (commit)
      from  151850ed0345ed6353b2b836ffe00da0e448b50b (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=608d05b469a446aeb85c0d3374ccf2a3f397292b
commit 608d05b469a446aeb85c0d3374ccf2a3f397292b
Merge: 151850e c71f7ab
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Nov 15 14:38:52 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 15 14:38:52 2011 -0500

    Merge topic 'add-mfc-test'
    
    c71f7ab Tests: Avoid MFC test automatically for Watcom WMake builds (#11213)
    a42e3f2 Tests: Fix MFC test for old vs6 dashboards (#11213)
    b297da6 Tests: Fix MFC test w/ Make-based generators (#11213)
    54595e6 Tests: Avoid MFC test automatically for VCExpress builds (#11213)
    36b0c43 Tests: Add the MFC test (#11213)


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

Summary of changes:
 Tests/CMakeLists.txt             |   55 ++++++
 Tests/MFC/CMakeLists.txt         |   50 +++++
 Tests/MFC/CMakeLists.txt.in      |   62 ++++++
 Tests/MFC/ValidateBuild.cmake.in |   60 ++++++
 Tests/MFC/mfc1/.gitattributes    |    6 +
 Tests/MFC/mfc1/ChildFrm.cpp      |   59 ++++++
 Tests/MFC/mfc1/ChildFrm.h        |   34 ++++
 Tests/MFC/mfc1/MainFrm.cpp       |   98 ++++++++++
 Tests/MFC/mfc1/MainFrm.h         |   38 ++++
 Tests/MFC/mfc1/ReadMe.txt        |  135 +++++++++++++
 Tests/MFC/mfc1/Resource.h        |   20 ++
 Tests/MFC/mfc1/mfc1.cpp          |  144 ++++++++++++++
 Tests/MFC/mfc1/mfc1.h            |   31 +++
 Tests/MFC/mfc1/mfc1.rc           |  393 ++++++++++++++++++++++++++++++++++++++
 Tests/MFC/mfc1/mfc1.reg          |   13 ++
 Tests/MFC/mfc1/mfc1.sln          |   21 ++
 Tests/MFC/mfc1/mfc1.vcproj       |  216 +++++++++++++++++++++
 Tests/MFC/mfc1/mfc1Doc.cpp       |   78 ++++++++
 Tests/MFC/mfc1/mfc1Doc.h         |   37 ++++
 Tests/MFC/mfc1/mfc1View.cpp      |   99 ++++++++++
 Tests/MFC/mfc1/mfc1View.h        |   48 +++++
 Tests/MFC/mfc1/res/Toolbar.bmp   |  Bin 0 -> 1078 bytes
 Tests/MFC/mfc1/res/mfc1.ico      |  Bin 0 -> 21630 bytes
 Tests/MFC/mfc1/res/mfc1.manifest |   22 ++
 Tests/MFC/mfc1/res/mfc1.rc2      |   13 ++
 Tests/MFC/mfc1/res/mfc1Doc.ico   |  Bin 0 -> 1078 bytes
 Tests/MFC/mfc1/stdafx.cpp        |    5 +
 Tests/MFC/mfc1/stdafx.h          |   41 ++++
 28 files changed, 1778 insertions(+), 0 deletions(-)
 create mode 100644 Tests/MFC/CMakeLists.txt
 create mode 100644 Tests/MFC/CMakeLists.txt.in
 create mode 100644 Tests/MFC/ValidateBuild.cmake.in
 create mode 100644 Tests/MFC/mfc1/.gitattributes
 create mode 100644 Tests/MFC/mfc1/ChildFrm.cpp
 create mode 100644 Tests/MFC/mfc1/ChildFrm.h
 create mode 100644 Tests/MFC/mfc1/MainFrm.cpp
 create mode 100644 Tests/MFC/mfc1/MainFrm.h
 create mode 100644 Tests/MFC/mfc1/ReadMe.txt
 create mode 100644 Tests/MFC/mfc1/Resource.h
 create mode 100644 Tests/MFC/mfc1/mfc1.cpp
 create mode 100644 Tests/MFC/mfc1/mfc1.h
 create mode 100644 Tests/MFC/mfc1/mfc1.rc
 create mode 100644 Tests/MFC/mfc1/mfc1.reg
 create mode 100644 Tests/MFC/mfc1/mfc1.sln
 create mode 100644 Tests/MFC/mfc1/mfc1.vcproj
 create mode 100644 Tests/MFC/mfc1/mfc1Doc.cpp
 create mode 100644 Tests/MFC/mfc1/mfc1Doc.h
 create mode 100644 Tests/MFC/mfc1/mfc1View.cpp
 create mode 100644 Tests/MFC/mfc1/mfc1View.h
 create mode 100644 Tests/MFC/mfc1/res/Toolbar.bmp
 create mode 100644 Tests/MFC/mfc1/res/mfc1.ico
 create mode 100644 Tests/MFC/mfc1/res/mfc1.manifest
 create mode 100644 Tests/MFC/mfc1/res/mfc1.rc2
 create mode 100644 Tests/MFC/mfc1/res/mfc1Doc.ico
 create mode 100644 Tests/MFC/mfc1/stdafx.cpp
 create mode 100644 Tests/MFC/mfc1/stdafx.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list