summaryrefslogtreecommitdiff
path: root/platform/default/src
Commit message (Expand)AuthorAgeFilesLines
* [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-2312-91/+92
* [core] Fix performance-noexcept-move-constructor errorsThiago Marcos P. Santos2020-03-231-3/+2
* [core] Calculate size of an ambient cache without offline resourcesAlexander Shalamov2020-03-071-22/+113
* [core] Simplify MapSnapshotter constructor and add observer interfaceAlexander Shalamov2020-03-051-38/+34
* [core] Add Snapshotter::cancel methodAlexander Shalamov2020-03-051-4/+9
* [core] Expose Style from SnapshotterAlexander Shalamov2020-03-051-0/+9
* [core] Remove Actor from public Snapshotter APIAlexander Shalamov2020-03-051-6/+38
* [core] Refactor SnapshotterAlexander Shalamov2020-03-051-142/+193
* [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-251-16/+25
* [core] Set priorData from cache only if resource is useableAlexander Shalamov2020-02-141-1/+5
* Expose READ_ONLY_MODE_KEY property for DatabaseFileSourceMikhail Pozdnyakov2020-02-072-33/+33
* [core] Switch unordered_map to mapAlexander Shalamov2020-02-063-6/+7
* [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-139-551/+839
* [core] Make it possible to reopen the database read-only for testingThiago Marcos P. Santos2020-01-082-36/+109
* [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-022-11/+15
* [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-121-3/+13
* remove duplicate formatNumber (#15908)Dane Springmeyer2019-11-121-39/+0
* [core] Improve OfflineDatabase error handlingMikhail Pozdnyakov2019-11-111-55/+61
* [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-301-5/+6
* [render-test] Add resource usage tracking to gfx contextMikko Pulkki2019-10-301-0/+1
* [core] Enable incremental vacuum for Offline DBMikhail Pozdnyakov2019-10-221-5/+15
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-224-37/+84