summaryrefslogtreecommitdiff
path: root/platform/default/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-2/+2
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-232-3/+3
* [core] Fix performance-noexcept-move-constructor errorsThiago Marcos P. Santos2020-03-231-2/+2
* [core] Calculate size of an ambient cache without offline resourcesAlexander Shalamov2020-03-071-3/+34
* [core] Simplify MapSnapshotter constructor and add observer interfaceAlexander Shalamov2020-03-051-6/+16
* [core] Add Snapshotter::cancel methodAlexander Shalamov2020-03-051-0/+1
* [core] Expose Style from SnapshotterAlexander Shalamov2020-03-051-0/+3
* [core] Remove Actor from public Snapshotter APIAlexander Shalamov2020-03-051-5/+1
* [core] Refactor SnapshotterAlexander Shalamov2020-03-051-8/+7
* [core] Fix offline region download freezingMikhail Pozdnyakov2020-02-251-0/+1
* Expose READ_ONLY_MODE_KEY property for DatabaseFileSourceMikhail Pozdnyakov2020-02-071-2/+2
* [core] Switch unordered_map to mapAlexander Shalamov2020-02-062-4/+4
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-3/+3
* [core] Make it possible to reopen the database read-only for testingThiago Marcos P. Santos2020-01-081-2/+4
* [core] Introduce OfflineDatabase::runPackDatabaseAutomatically() APIMikhail Pozdnyakov2019-12-021-1/+3
* [core] OfflineDatabase pack APIMikhail Pozdnyakov2019-11-121-1/+2
* [core] Improve OfflineDatabase error handlingMikhail Pozdnyakov2019-11-111-0/+1
* [render-test] Implement gfx probe for tracking gpu resourcesMikko Pulkki2019-10-301-1/+7
* [core] Enable incremental vacuum for Offline DBMikhail Pozdnyakov2019-10-221-0/+1
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-223-6/+19
* [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
* [ios, macos] Fix MGLOfflinePack invalidate crash (#15582)Julian Rex2019-09-181-0/+1
* [build] Make the default styles part of GL NativeThiago Marcos P. Santos2019-09-171-30/+0
* [core] Mark offline region resources in batchesMikhail Pozdnyakov2019-08-292-2/+4
* [core] Add OfflineDatabase::markUsedResources()Mikhail Pozdnyakov2019-08-291-0/+1
* [core] Move semantics for OfflineDownload::ensureResource()Mikhail Pozdnyakov2019-08-291-1/+1
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-272-3/+0
* [core] Add method for setting a maximum size for the ambient cacheThiago Marcos P. Santos2019-06-181-3/+5
* [core] Clear/Invalidate should also work on non-tile resourcesThiago Marcos P. Santos2019-06-181-2/+2
* [core] Rename resetCache to resetDatabaseThiago Marcos P. Santos2019-06-181-1/+1
* [core] Add API for clearing tile cacheThiago Marcos P. Santos2019-06-131-0/+5
* [core] refactor program object creationKonstantin Käfer2019-05-281-2/+7
* [core] Introduce usage tag for resourcesThiago Marcos P. Santos2019-05-281-1/+1
* [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692)Aleksandar Stojiljkovic2019-05-213-18/+36
* [core] Add API for invalidating tilesThiago Marcos P. Santos2019-05-211-0/+8
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-104-41/+1
* [core] Introduce resetCache APISudarsana Babu Nagineni2019-04-291-2/+2
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-052-4/+12
* [core] refactor RendererBackendKonstantin Käfer2019-04-052-11/+14
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-4/+5
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-131-1/+5
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-3/+2
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-181-5/+5
* [core] Refactor duplicated code in Asset and File sourcesAlexander Shalamov2018-12-171-0/+13
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-1418-0/+956