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  3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d (commit)
       via  dc1d025197d48829f2c0389824c8273b9e257413 (commit)
       via  8576b3f978e65a9c94630226e1da3f03047691a7 (commit)
       via  00d71bdd193b645aec10b41866bddb164c0eb093 (commit)
       via  94e7fef2268ba9d31bd31834f05f6d0c2ffe5a18 (commit)
      from  d444fea16339e3d39bc38244d2f0ee36b31b6be1 (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=3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d
commit 3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d
Merge: d444fea dc1d025
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Jun 3 09:56:44 2013 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Jun 3 09:56:44 2013 -0400

    Merge topic 'rpath-on-mac'
    
    dc1d025 OS X: Add test for rpaths on Mac.
    8576b3f OS X: Add support for @rpath in export files.
    00d71bd Xcode: Add rpath support in Xcode generator.
    94e7fef OS X: Add RPATH support for Mac.


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

Summary of changes:
 Modules/Platform/Darwin.cmake                      |    5 +
 Source/cmComputeLinkInformation.cxx                |   60 ++++++++++--
 Source/cmExportBuildFileGenerator.cxx              |   16 +++
 Source/cmExportBuildFileGenerator.h                |    2 +
 Source/cmExportFileGenerator.cxx                   |    6 +-
 Source/cmExportFileGenerator.h                     |    3 +
 Source/cmExportInstallFileGenerator.cxx            |   16 +++
 Source/cmExportInstallFileGenerator.h              |    2 +
 Source/cmExportTryCompileFileGenerator.cxx         |   15 +++
 Source/cmExportTryCompileFileGenerator.h           |    2 +
 Source/cmGlobalXCodeGenerator.cxx                  |   23 +++++
 Source/cmInstallTargetGenerator.cxx                |   76 +++++++++++----
 Source/cmOrderDirectories.cxx                      |   45 ++++++++-
 Source/cmSystemTools.cxx                           |   21 ++++
 Source/cmSystemTools.h                             |    4 +
 Source/cmTarget.cxx                                |  105 +++++++++++++++++++-
 Source/cmTarget.h                                  |    9 ++
 Tests/CMakeLists.txt                               |   10 ++
 Tests/MacRuntimePath/A/CMakeLists.txt              |   63 ++++++++++++
 .../A}/framework.cpp                               |    0
 .../A}/framework.h                                 |    0
 .../A}/shared.cpp                                  |    0
 .../{BundleUtilities => MacRuntimePath/A}/shared.h |    0
 Tests/MacRuntimePath/A/test1.cpp                   |    8 ++
 Tests/MacRuntimePath/A/test2.cpp                   |    8 ++
 Tests/MacRuntimePath/A/test3.cpp                   |    8 ++
 Tests/MacRuntimePath/B/CMakeLists.txt              |   17 +++
 Tests/MacRuntimePath/CMakeLists.txt                |   72 +++++++++++++
 .../InitialCache.cmake.in                          |    4 +-
 29 files changed, 564 insertions(+), 36 deletions(-)
 create mode 100644 Tests/MacRuntimePath/A/CMakeLists.txt
 copy Tests/{BundleUtilities => MacRuntimePath/A}/framework.cpp (100%)
 copy Tests/{BundleUtilities => MacRuntimePath/A}/framework.h (100%)
 copy Tests/{BundleUtilities => MacRuntimePath/A}/shared.cpp (100%)
 copy Tests/{BundleUtilities => MacRuntimePath/A}/shared.h (100%)
 create mode 100644 Tests/MacRuntimePath/A/test1.cpp
 create mode 100644 Tests/MacRuntimePath/A/test2.cpp
 create mode 100644 Tests/MacRuntimePath/A/test3.cpp
 create mode 100644 Tests/MacRuntimePath/B/CMakeLists.txt
 create mode 100644 Tests/MacRuntimePath/CMakeLists.txt
 copy Tests/{ExportImport => MacRuntimePath}/InitialCache.cmake.in (81%)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to