summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-221-1/+1
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-1311-556/+848
* [core] Make it possible to reopen the database read-only for testingThiago Marcos P. Santos2020-01-083-38/+113
* [util] fix thread.cpp portabilitySamuel Thibault2020-01-081-0/+6
* [core] Offline download must clear batch buffer at load interruptMikhail Pozdnyakov2019-12-181-0/+1
* [core] Introduce OfflineDatabase::runPackDatabaseAutomatically() APIMikhail Pozdnyakov2019-12-023-12/+18
* [core] Set the priority of online requests for existing resource to lowJuha Alanen2019-11-211-0/+2
* [core] Add new method to DefaultFileSourceJuha Alanen2019-11-211-0/+8
* [core] Notify requests about network reachability only when coming back onlineJuha Alanen2019-11-211-1/+3
* [render-test] Wrap test data inside RenderTestRunner App + Add a new test app...zmiao2019-11-191-1/+1
* [core] Extend DefaultFileSource APIMikhail Pozdnyakov2019-11-121-6/+15
* [core] OfflineDatabase pack APIMikhail Pozdnyakov2019-11-122-4/+15
* remove duplicate formatNumber (#15908)Dane Springmeyer2019-11-121-39/+0
* [core] Improve OfflineDatabase error handlingMikhail Pozdnyakov2019-11-112-55/+62
* [Linux] Remove CA certificate bundleMikko Pulkki2019-11-111-1/+0
* [core] Use expected.hpp from mapbox-baseMikhail Pozdnyakov2019-11-081-1/+0
* [render-test] Implement gfx probe for tracking gpu resourcesMikko Pulkki2019-10-302-6/+13
* [render-test] Add resource usage tracking to gfx contextMikko Pulkki2019-10-301-0/+1
* [core] Enable incremental vacuum for Offline DBMikhail Pozdnyakov2019-10-222-5/+16
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-227-43/+103
* [test-runner] make render-test a shared lib (#15816)zmiao2019-10-151-0/+5
* [offline] Document the database schemaThiago Marcos P. Santos2019-10-111-30/+134
* [build] Make sure offline_schema.hpp is up-to-dateThiago Marcos P. Santos2019-10-112-4/+6
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-262-1/+42
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-261-35/+20
* [core][android] Remove unaccent from platform interfacesAlexander Shalamov2019-09-262-46/+40
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-253-11/+16