[Cmake-commits] CMake branch, master, updated. v2.8.4-35-g64d997a
Brad King
brad.king at kitware.com
Tue Feb 22 14:31:01 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 64d997a78c1f2a24a8fd1978856a2b5f4a97a0f9 (commit)
via cabc407912bb3bc0bb954e317a999cb2ee64de57 (commit)
via 5457b8254cb43e002fe90b7c81ae65134ec12b24 (commit)
from 6ec1ae2108afb8d9a72783fe945ad2410f08b4c1 (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=64d997a78c1f2a24a8fd1978856a2b5f4a97a0f9
commit 64d997a78c1f2a24a8fd1978856a2b5f4a97a0f9
Merge: 6ec1ae2 cabc407
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 22 14:30:58 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 22 14:30:58 2011 -0500
Merge topic 'fix-11295-support-plugin-bundles-on-mac'
cabc407 CFBundle Test: Add PATHS for finding Rez (#11295)
5457b82 Add support for CFBundle targets on the Mac (#11295)
-----------------------------------------------------------------------
Summary of changes:
Source/cmExportFileGenerator.cxx | 6 +++
Source/cmExportInstallFileGenerator.cxx | 14 +++++++
Source/cmGlobalXCodeGenerator.cxx | 55 +++++++++++++++++++++++---
Source/cmMakefileLibraryTargetGenerator.cxx | 49 +++++++++++++++++++++++
Source/cmMakefileLibraryTargetGenerator.h | 1 +
Source/cmSourceFile.cxx | 6 ++-
Source/cmTarget.cxx | 24 +++++++++++
Source/cmTarget.h | 3 +
Tests/CFBundleTest/CMakeLists.txt | 56 +++++++++++++++++++++++++++
Tests/CFBundleTest/ExportList_plugin.txt | 3 +
Tests/CFBundleTest/Info.plist.in | 54 ++++++++++++++++++++++++++
Tests/CFBundleTest/InfoPlist.strings.in | 4 ++
Tests/CFBundleTest/Localized.r | 18 +++++++++
Tests/CFBundleTest/Localized.rsrc | Bin 0 -> 496 bytes
Tests/CFBundleTest/PluginConfig.cmake | 21 ++++++++++
Tests/CFBundleTest/README.txt | 16 ++++++++
Tests/CFBundleTest/VerifyResult.cmake | 32 +++++++++++++++
Tests/CFBundleTest/np_macmain.cpp | 49 +++++++++++++++++++++++
Tests/CMakeLists.txt | 15 +++++++
19 files changed, 418 insertions(+), 8 deletions(-)
create mode 100644 Tests/CFBundleTest/CMakeLists.txt
create mode 100644 Tests/CFBundleTest/ExportList_plugin.txt
create mode 100644 Tests/CFBundleTest/Info.plist.in
create mode 100644 Tests/CFBundleTest/InfoPlist.strings.in
create mode 100644 Tests/CFBundleTest/Localized.r
create mode 100644 Tests/CFBundleTest/Localized.rsrc
create mode 100644 Tests/CFBundleTest/PluginConfig.cmake
create mode 100644 Tests/CFBundleTest/README.txt
create mode 100644 Tests/CFBundleTest/VerifyResult.cmake
create mode 100644 Tests/CFBundleTest/np_macmain.cpp
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list