summaryrefslogtreecommitdiff
path: root/platform/ios/ios.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Build default http stack if MBGL_PUBLIC_BUILD is setupstream/tmpsantos-buildAlexander Shalamov2020-04-271-1/+1
|
* [core] Add platform abstractions for utils::now()Thiago Marcos P. Santos2020-04-201-0/+1
| | | | | Some platforms might require special permissions or custom APIs to access the current time of the day.
* [build] Enable ccache for iOS CI buildsJuha Alanen2020-03-271-1/+5
| | | | | Now ccache can be optionally enabled. Enable it for CI builds. By default it is disabled due to issues in some environments.
* [test][ios] Update iOS render test data setup scriptJuha Alanen2020-03-121-1/+3
|
* [ios] Disable ccacheThiago Marcos P. Santos2020-03-091-1/+1
|
* [ios] Restored support for iOS 9–11 by defaultMinh Nguyễn2020-02-281-1/+1
|
* [ios, macos] Deleted iOS/macOS map SDK sources, resources, scriptsMinh Nguyễn2020-02-271-1/+0
|
* [ios, macos] Cleaned up iOS, macOS CMake configurationMinh Nguyễn2020-02-271-4/+2
|
* [build] Make csscolorparser and parsedate vendorsThiago Marcos P. Santos2020-02-271-0/+2
| | | | | | They have a different license from the rest of the code and this will make it explicit. Also the script for generating the license will dectect them correctly.
* [build][ios] Move iOS test runners to a separate cmake fileJuha Alanen2020-02-271-244/+1
|
* [build][ios] Move iOS specific ccache scripts to platform directoryJuha Alanen2020-02-271-0/+1
|
* [build] Build files related to OpenGL renderer only when the flag is enabledJuha Alanen2020-02-271-10/+17
|
* [benchmark] Add iOS benchmark runnerJuha Alanen2020-02-181-0/+72
|
* [test-runner] Share common code between test runnersJuha Alanen2020-02-181-5/+1
| | | | Also remove some unnecessary files.
* [build] Bump minimum iOS version to 12.0Juha Alanen2020-02-141-1/+1
|
* [test-runner] Share common code between iOS test runnersJuha Alanen2020-02-141-49/+33
|
* [test] Add iOS unit test runnerJuha Alanen2020-02-141-0/+94
|
* [build] Run cmake-format on all the CMake filesThiago Marcos P. Santos2020-02-071-1/+2
| | | | Unify and enforce a CMake coding style.
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-071-0/+193
This will make the `next` buildsystem no longer the `next`, but the `actual`. The idea is to simplify the build, removing scripts, to make the platform buildsystem generated by CMake more compatible with IDEs and make development more streamlined. It will also make cross compilation easier.