Re: [cmake-developers] Xcode 7 tbd library stub support

2015-08-26 Thread Gregor Jasny via cmake-developers

On 25/08/15 19:01, Brad King wrote:

On 08/24/2015 04:43 PM, Gregor Jasny via cmake-developers wrote:

I just pushed a topic branch to add support for Xcode 7 TDB files:
http://www.cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/apple-tbd-stubs


Thanks.  Please merge to 'next' when ready.


Test looks good:

-- XcodeFileType - PASSED
-- XcodeAttributeGenex - PASSED
-- XcodeAttributeGenexError - PASSED
-- XcodeObjectNeedsQuote - PASSED
-- XcodePlatformFrameworks - PASSED
-- XcodeBundles - PASSED
-- XcodeBundles-build - PASSED
-- XcodeBundles - PASSED
-- XcodeBundles-build - PASSED
-- XcodeTbdStub - PASSED

https://open.cdash.org/testDetails.php?test=366644123build=3974796

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] Xcode 7 tbd library stub support

2015-08-25 Thread Brad King
On 08/24/2015 04:43 PM, Gregor Jasny via cmake-developers wrote:
 I just pushed a topic branch to add support for Xcode 7 TDB files:
 http://www.cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/apple-tbd-stubs

Thanks.  Please merge to 'next' when ready.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


[cmake-developers] Xcode 7 tbd library stub support

2015-08-24 Thread Gregor Jasny via cmake-developers
Hello,

Starting with Xcode 7 the OSX and iOS SDKs contain only stub
files for dynamic system libraries. These stub files contain
some meta data and a list of exported sysbols in plain text.

They are handled by the toolchain like regular dylibs.

I just pushed a topic branch to add support for Xcode 7 TDB files:
http://www.cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/apple-tbd-stubs

Please review and merge if the patch is acceptable.

Thanks,
Gregor

See for example the following posts:
https://forums.developer.apple.com/thread/4572
https://forums.developer.apple.com/message/9176
http://stackoverflow.com/questions/30890830/missing-dylib-library-while-opening-in-xcode-7-beta


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers