patchThe FreeType Project - Patches: patch #8497, Add support for iOS with cmake

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8497: Add support for iOS with cmake

Submitter:  David Wimsey <dwimsey>
Submitted:  Thu 17 Jul 2014 02:02:34 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  wl Open/Closed:  Closed

Sat 18 Oct 2014 08:44:33 AM UTC, comment #3: 

This is now in the git repository, with some modifications.  Thanks a lot, and please test!

Werner LEMBERG <wl>
Group administrator
Thu 17 Jul 2014 02:45:09 PM UTC, comment #2: 

Let me know if you'd like anything changed, the option checking is a bit more verbose than the rest of CMakeLists.txt so it can be simplified down to about 5 lines (ignoring comments/docs) in CMakeLists.txt and the addition of iOS.cmake.

(file #31734)

David Wimsey <dwimsey>
Thu 17 Jul 2014 02:20:14 PM UTC, comment #1: 

Yes, please send a patch.  This ensures that it is available on Savannah.

Werner LEMBERG <wl>
Group administrator
Thu 17 Jul 2014 02:02:34 PM UTC, original submission:  

The following pull request adds iOS support in the CMake build process.  I think you'd make a lot of us iOS developers happy if you included it :)

I can submit a standard patch as well if that is preferred.

The following changes since commit 4e754133342d109881a56a5cee77ae613435d37d:

  Fix Savannah bug #42788. (2014-07-17 17:34:49 +0900)

are available in the git repository at:

  git://github.com/dwimsey/freetype2.git feature/cmake-ios

for you to fetch changes up to cec79df62ec5613f56632cb3a733d2657aece8db:

  Tweaked to build universal binary with all both 32 and 64 bit arm architectures (2014-07-17 09:52:34 -0400)

----------------------------------------------------------------
David Wimsey (2):
      Added support for building on iOS by setting IOS_PLATFORM to OS or SIMULATOR to build iOS builds on APPLE
      Tweaked to build universal binary with all both 32 and 64 bit arm architectures

 CMakeLists.txt                  |  41 +++++++++++++++++++++++-
 builds/cmake/Platform/iOS.cmake | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 233 insertions(+), 1 deletion(-)
 create mode 100644 builds/cmake/Platform/iOS.cmake

David Wimsey <dwimsey>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #31734:  cmake-ios.diff added by dwimsey (11KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wl (Posted a comment)
  • -email is unavailable- added by dwimsey (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-10-18 wl StatusNone Done
        Open/ClosedOpen Closed
    2014-07-17 dwimsey Attached File- Added cmake-ios.diff, #31734
    2014-07-17 wl Assigned toNone wl

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code