[Cmake-commits] CMake branch, master, updated. v3.1.0-547-g6c39bc5
Brad King
brad.king at kitware.com
Mon Dec 22 13:41:05 EST 2014
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 6c39bc5520aca779a69ad31c0646777e99c2aaa5 (commit)
via c294a115f2a44b60eb6343324e15933ef8a4593d (commit)
via e42da30782785a02f0fabc385d14ac8f561af602 (commit)
from 99ca7a0391dc8363c372aa8717c1217431c829fb (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=6c39bc5520aca779a69ad31c0646777e99c2aaa5
commit 6c39bc5520aca779a69ad31c0646777e99c2aaa5
Merge: 99ca7a0 c294a11
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 22 13:41:03 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 22 13:41:03 2014 -0500
Merge topic 'macho-parser'
c294a115 Mach-O: Use Mach-O parser to extract install names instead of otool.
e42da307 Mach-O: Add Mach-O parser for OS X and iOS.
-----------------------------------------------------------------------
Summary of changes:
Source/CMakeLists.txt | 10 +
Source/cmConfigure.cmake.h.in | 1 +
Source/cmMachO.cxx | 419 +++++++++++++++++++++++++++++++++++++++++
Source/cmMachO.h | 51 +++++
Source/cmSystemTools.cxx | 34 ++--
5 files changed, 493 insertions(+), 22 deletions(-)
create mode 100644 Source/cmMachO.cxx
create mode 100644 Source/cmMachO.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list