summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [ios] Disable ccacheThiago Marcos P. Santos2020-03-091-1/+1
* [default] Fix possible crash at RunLoop::wake()Mikhail Pozdnyakov2020-03-021-1/+1
* Emit error message with URL details on load error 404Mikhail Pozdnyakov2020-02-281-0/+12
* [core][offline] Offline download does not hang on 404 errorMikhail Pozdnyakov2020-02-281-0/+7
* [android] Add jni binding for min and max pitch (#16236)Kevin Li2020-02-282-0/+28
* [ios] Restored support for iOS 9–11 by defaultMinh Nguyễn2020-02-281-1/+1
* [ios, macos] Redirect documentation to mapbox-gl-native-iosMinh Nguyễn2020-02-279-2561/+13
* [ios, macos] Deleted iOS/macOS map SDK sources, resources, scriptsMinh Nguyễn2020-02-27851-306881/+0
* [ios, macos] Cleaned up iOS, macOS CMake configurationMinh Nguyễn2020-02-272-94/+27
* [build] Make csscolorparser and parsedate vendorsThiago Marcos P. Santos2020-02-272-10/+8
* [build][ios] Move iOS test runners to a separate cmake fileJuha Alanen2020-02-272-244/+218
* [build][ios] Move iOS specific ccache scripts to platform directoryJuha Alanen2020-02-274-0/+46
* [build] Build files related to OpenGL renderer only when the flag is enabledJuha Alanen2020-02-271-10/+17
* [core] OnlineFileSource is never accessed directlyMikhail Pozdnyakov2020-02-266-8/+7
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-266-15/+18
* [glfw] Add option to test pitch boundsJuha Alanen2020-02-261-0/+13
* [core] Consolidate file source keys in the generic FileSource headerMikhail Pozdnyakov2020-02-251-1/+1
* [core] Fix offline region download freezingMikhail Pozdnyakov2020-02-252-16/+26
* [android] add jni binding for source zoom delta (#16221)Kevin Li2020-02-242-4/+27
* [qt] Fix compilation errorThiago Marcos P. Santos2020-02-201-1/+1
* Revert "[ios, macos] Include SKU token for offline requests (#16130)" (#16193)Jordan Kiley2020-02-192-4/+6
* [benchmark] Add iOS benchmark runnerJuha Alanen2020-02-181-0/+72
* [test-runner] Share common code between test runnersJuha Alanen2020-02-184-33/+84
* [android] Don't construct weak sheduler in renderer's custructorAlexander Shalamov2020-02-172-9/+28
* [build] Bump minimum iOS version to 12.0Juha Alanen2020-02-141-1/+1
* [test-runner] Share common code between iOS test runnersJuha Alanen2020-02-1410-49/+220
* [test] Add iOS unit test runnerJuha Alanen2020-02-141-0/+94
* [core] Set priorData from cache only if resource is useableAlexander Shalamov2020-02-141-1/+5
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-112-3/+3
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-5/+3
* Bump GL-JSzmiao2020-02-111-2/+4
* [build] Run cmake-format on all the CMake filesThiago Marcos P. Santos2020-02-072-2/+4
* [build] Remove unused filesThiago Marcos P. Santos2020-02-0712-1177/+0
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-077-0/+1333
* Expose READ_ONLY_MODE_KEY property for DatabaseFileSourceMikhail Pozdnyakov2020-02-073-35/+35
* [core] Switch unordered_map to mapAlexander Shalamov2020-02-065-10/+11
* [core] Add hooks for setting experimental thread priorities for mbgl threadsAlexander Shalamov2020-02-066-14/+33
* [core] Add platform::setCurrentThreadPriority(double)Alexander Shalamov2020-02-064-3/+36
* [test] Enable HTTP server on AndroidJuha Alanen2020-02-061-3/+6
* [android] Implement watch handler in RunLoopJuha Alanen2020-02-062-4/+36
* Made number format work for newer versions of ICU (#16176)Preston A Elder2020-02-041-0/+8
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-037-11/+15
* [build] Disable TSAN checks for the test HTTP server in CI buildsJuha Alanen2020-01-301-0/+2
* [build] Cleanup CircleCI configurationThiago Marcos P. Santos2020-01-281-2/+2
* [core] Add pause and resume to database filesource implementationAlexander Shalamov2020-01-271-0/+11
* [core] Move resource loader to dedicated thread with schedulerAlexander Shalamov2020-01-231-75/+48
* [core] Pass std::shared_ptr<UpdateParameters> to the render orchestratorMikhail Pozdnyakov2020-01-225-5/+5
* [ios, macos] Include SKU token for offline requests (#16130)Jordan Kiley2020-01-212-6/+4
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-152-2/+2
* [android] Use new FileSourceManager interfaceAlexander Shalamov2020-01-1310-65/+133