summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* 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
* [core] Introduce `Resource::minimumUpdateInterval`Mikhail Pozdnyakov2020-04-201-25/+30
* [core] Add platform abstractions for utils::now()Thiago Marcos P. Santos2020-04-201-0/+11
* [core] Fix -Werror={pessimizing,redundant}-move from GCC 9Bruno de Oliveira Abinader2020-04-205-5/+5
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-3/+3
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-2/+1
* [android] Fix onStyleImageMissing callback in Snapshotter not fired issue. (#...Kevin Li2020-04-101-0/+4
* Add LocationIndicatorLayerGali Nelle2020-04-081-0/+7
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-073-8/+10
* [core] Fix misc-* errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-306-14/+13
* [core] Fix bugprone-exception-escape errorsThiago Marcos P. Santos2020-03-301-1/+4
* [core] Fix bugprone-macro-parentheses errorsThiago Marcos P. Santos2020-03-301-2/+1
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-301-2/+2
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-304-10/+4
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-303-5/+5
* [core] Use const& for the OfflineRegion objectThiago Marcos P. Santos2020-03-251-5/+7
* [core] Fix modernize-use-override errorsThiago Marcos P. Santos2020-03-231-1/+1
* [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
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-2314-94/+95
* [core] Fix performance-noexcept-move-constructor errorsThiago Marcos P. Santos2020-03-232-5/+4
* [core] Calculate size of an ambient cache without offline resourcesAlexander Shalamov2020-03-072-25/+147
* [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-051-12/+11
* [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
* [core] OnlineFileSource is never accessed directlyMikhail Pozdnyakov2020-02-261-1/+1
* [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
* [core] Set priorData from cache only if resource is useableAlexander Shalamov2020-02-141-1/+5
* [build] Remove unused filesThiago Marcos P. Santos2020-02-071-35/+0
* 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-065-10/+26
* [core] Add platform::setCurrentThreadPriority(double)Alexander Shalamov2020-02-061-3/+16
* 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-031-1/+5
* [core] Add pause and resume to database filesource implementationAlexander Shalamov2020-01-271-0/+11