summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [build] Disable benchmarks in CI on Linux and MacJuha Alanen2020-05-182-3/+6
* Add camera demo to the glfw appMikko Pulkki2020-05-022-1/+60
* [darwin] Restore platform check for sku token (#16456)Jordan Kiley2020-05-011-0/+2
* [darwin] remove accountType check (#16449)Jordan Kiley2020-04-301-9/+4
* Build default http stack if MBGL_PUBLIC_BUILD is setAlexander Shalamov2020-04-275-8/+8
* [ios, macos] Match only one font name attribute at a timeMinh Nguyễn2020-04-241-7/+5
* [ios, macos] Added and updated documentationMinh Nguyễn2020-04-241-38/+96
* [ios, macos] Get glyph metrics from fontMinh Nguyễn2020-04-241-33/+56
* [ios, macos] Avoid redundant fallback in font cascade listMinh Nguyễn2020-04-241-15/+38
* [ios, macos] Choose fonts from font stack that match local fontsMinh Nguyễn2020-04-241-47/+51
* [ios, macos] Take font family names from user defaultsMinh Nguyễn2020-04-241-5/+8
* [ios, macos] Allow specifying multiple fonts or font families for local font ...Minh Nguyễn2020-04-241-6/+25
* [ios, macos] Fixed receiving local file URL responseMinh Nguyễn2020-04-241-0/+2
* Fix compilation issues on GCC 9Bruno de Oliveira Abinader2020-04-221-0/+1
* [core] Database file source does not return stored tiles for volatile resourcesMikhail Pozdnyakov2020-04-221-1/+2
* [core] Add Resource::StoragePolicy and consider it in resource loaderMikhail Pozdnyakov2020-04-221-0/+2
* [node] Blacklist Node ABI 83Thiago Marcos P. Santos2020-04-211-0/+1
* [build] Fix the output path of the iOS ccache scriptsSudarsana Babu Nagineni2020-04-211-2/+2
* [macos] Fixed minimum deployment targetMinh Nguyễn2020-04-201-3/+1
* [core] Introduce `Resource::minimumUpdateInterval`Mikhail Pozdnyakov2020-04-201-25/+30
* [core] Add platform abstractions for utils::now()Thiago Marcos P. Santos2020-04-206-0/+16
* [core] Fix -Werror={pessimizing,redundant}-move from GCC 9Bruno de Oliveira Abinader2020-04-205-5/+5
* Introduce a mean to add render features in layers with no sourcesGali Nelle2020-04-171-0/+5
* [glfw] Fix clang-10 buildThiago Marcos P. Santos2020-04-171-3/+3
* [node] Fix clang-tidy errors on the Node bindings headersThiago Marcos P. Santos2020-04-177-35/+24
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-3/+3
* [core] Fix modernize-use-equals-default errors in header filesThiago Marcos P. Santos2020-04-172-2/+2
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-9/+5
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-172-2/+2
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-2/+1
* [build] Disable benchmark for MacOS debug CI buildsJuha Alanen2020-04-151-1/+4
* [android, ios] Increase benchmark repetition countJuha Alanen2020-04-151-1/+1
* [android] Fix onStyleImageMissing callback in Snapshotter not fired issue. (#...Kevin Li2020-04-101-0/+4
* Fix LocationIndicator LayerGali Nelle2020-04-101-4/+4
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-3/+4
* Add LocationIndicatorLayerGali Nelle2020-04-087-1/+137
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-073-8/+10
* [android] Remove forgotten JNI bindgings from android platform. (#16374)Igor Tarasov2020-04-032-302/+0
* [android] [build] [ci] Move Android JNI bindings code to mapbox-gl-native-and...Igor Tarasov2020-04-02173-14109/+2
* [android] Add Android bindingsAlexander Shalamov2020-04-012-7/+30
* [darwin] Remove debug leftoverThiago Marcos P. Santos2020-03-311-3/+0
* [core] Fix misc-* errorsThiago Marcos P. Santos2020-03-302-2/+2
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-3010-20/+27
* [core] Fix bugprone-virtual-near-miss errorsThiago Marcos P. Santos2020-03-302-10/+10
* [core] Fix bugprone-exception-escape errorsThiago Marcos P. Santos2020-03-302-2/+10
* [core] Fix bugprone-macro-parentheses errorsThiago Marcos P. Santos2020-03-301-2/+1
* [core] Fix bugprone-too-small-loop-variable errorsThiago Marcos P. Santos2020-03-303-3/+3
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-302-3/+3
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-301-1/+1