[Cmake-commits] CMake branch, master, updated. v2.8.5-460-g98d5623

David Cole david.cole at kitware.com
Tue Sep 13 14:33:24 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  98d5623a7b809a8d730fd197412935b52f234e7d (commit)
       via  64c9b318bf6062aa1a451d15af9e7016057168c1 (commit)
       via  59a22655765a46c48dc3f45189101f2e9a265776 (commit)
      from  21e03c4c4431878c70afeefcf4f0271f5d8b16ed (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=98d5623a7b809a8d730fd197412935b52f234e7d
commit 98d5623a7b809a8d730fd197412935b52f234e7d
Merge: 21e03c4 64c9b31
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Sep 13 14:33:21 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 13 14:33:21 2011 -0400

    Merge topic 'effective-platform-name'
    
    64c9b31 Xcode: Add test to demonstrate iOS project in Xcode
    59a2265 Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir


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

Summary of changes:
 Source/cmTarget.cxx                          |    6 +-
 Tests/iOSNavApp/CMakeLists.txt               |   38 ++
 Tests/iOSNavApp/Classes/NavApp3AppDelegate.h |   20 +
 Tests/iOSNavApp/Classes/NavApp3AppDelegate.m |   88 +++++
 Tests/iOSNavApp/Classes/RootViewController.h |   14 +
 Tests/iOSNavApp/Classes/RootViewController.m |  168 ++++++++
 Tests/iOSNavApp/Info.plist.in                |   32 ++
 Tests/iOSNavApp/MainWindow.xib               |  542 ++++++++++++++++++++++++++
 Tests/iOSNavApp/NavApp3_Prefix.pch           |   14 +
 Tests/iOSNavApp/RootViewController.xib       |  384 ++++++++++++++++++
 Tests/iOSNavApp/TotalFunction.c              |   14 +
 Tests/iOSNavApp/TotalFunction.h              |   14 +
 Tests/iOSNavApp/main.m                       |   17 +
 13 files changed, 1350 insertions(+), 1 deletions(-)
 create mode 100644 Tests/iOSNavApp/CMakeLists.txt
 create mode 100644 Tests/iOSNavApp/Classes/NavApp3AppDelegate.h
 create mode 100644 Tests/iOSNavApp/Classes/NavApp3AppDelegate.m
 create mode 100644 Tests/iOSNavApp/Classes/RootViewController.h
 create mode 100644 Tests/iOSNavApp/Classes/RootViewController.m
 create mode 100644 Tests/iOSNavApp/Info.plist.in
 create mode 100644 Tests/iOSNavApp/MainWindow.xib
 create mode 100644 Tests/iOSNavApp/NavApp3_Prefix.pch
 create mode 100644 Tests/iOSNavApp/RootViewController.xib
 create mode 100644 Tests/iOSNavApp/TotalFunction.c
 create mode 100644 Tests/iOSNavApp/TotalFunction.h
 create mode 100644 Tests/iOSNavApp/main.m


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list