summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [node] Blacklist Node ABI 83maps-v1.5.2upstream/release-v1.5.0Thiago Marcos P. Santos2020-04-271-0/+1
* [macos] Fixed minimum deployment targetMinh Nguyễn2020-04-271-3/+1
* Add NSURLSession delegation to http_file_source.mm (#16321)Julian Rex2020-03-253-33/+58
* [core] Use const& for the OfflineRegion objectThiago Marcos P. Santos2020-03-251-5/+7
* [android] Expose getLayer, getSource and Observer interface for snapshotterAlexander Shalamov2020-03-2518-59/+84
* [android] - use RGB values instead of alpha values for local glyph generationtobrun2020-03-241-1/+3
* [android] Add jni binding for styleable snapshotter (#16286)Kevin Li2020-03-2432-242/+426
* [core] Fix modernize-use-override errorsThiago Marcos P. Santos2020-03-232-2/+2
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-231-1/+2
* [core] Fix modernize-deprecated-headers errorsThiago Marcos P. Santos2020-03-231-3/+4
* [core] Fix modernize-use-equals-default errorsThiago Marcos P. Santos2020-03-232-2/+2
* [core] Fix modernize-use-auto errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Fix modernize-return-braced-init-list errorsThiago Marcos P. Santos2020-03-231-2/+2
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-231-3/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-2325-123/+120
* [core] Fix performance-noexcept-move-constructor errorsThiago Marcos P. Santos2020-03-232-5/+4
* Update map_snapshotter.cpp (#16308)Kevin Li2020-03-161-1/+1
* [test][ios] Update iOS render test data setup scriptJuha Alanen2020-03-122-4/+12
* [glfw] Add OpenGL files only when the flag is enabledJuha Alanen2020-03-121-2/+14
* [ios] Disable ccacheThiago Marcos P. Santos2020-03-091-1/+1
* [build] Make curl for Android a vendor packageThiago Marcos P. Santos2020-03-091-8/+4
* [core] Calculate size of an ambient cache without offline resourcesAlexander Shalamov2020-03-072-25/+147
* [android] Update android snapshotterAlexander Shalamov2020-03-052-29/+20
* [glfw] Use simplified Snapshotter APIAlexander Shalamov2020-03-052-32/+48
* [glfw] Add snapshotter to glfw test appAlexander Shalamov2020-03-054-52/+114
* [core] Simplify MapSnapshotter constructor and add observer interfaceAlexander Shalamov2020-03-052-44/+50
* [core] Add Snapshotter::cancel methodAlexander Shalamov2020-03-052-4/+10
* [core] Expose Style from SnapshotterAlexander Shalamov2020-03-052-0/+12
* [core] Remove Actor from public Snapshotter APIAlexander Shalamov2020-03-052-11/+39
* [core] Refactor SnapshotterAlexander Shalamov2020-03-052-150/+200
* [default] Build a no-op number formatter for old ICUsThiago Marcos P. Santos2020-03-052-16/+30
* [android] Add sort key jni binding for fill_layer and line_layer (#16256)Kevin Li2020-03-045-3/+25
* [android] Update toGeoJSON in android_conversion.hpp (#16243)Kevin Li2020-03-041-2/+22
* [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