summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [core][android] Introduce mbgl::style::LayerTypeInfoupstream/mikhail_LayerTypeInfoMikhail Pozdnyakov2018-11-151-16/+30
* [core] Add RendererState::{pixelForLatLng,latLngForPixel}Bruno de Oliveira Abinader2018-11-142-0/+18
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-071-3/+6
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-071-0/+61
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-012-12/+0
* [build] GCC 7+ complains about -Wimplicit-fallthrough in utf.cppBruno de Oliveira Abinader2018-10-251-0/+9
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-252-0/+28
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-231-13/+20
* [core] add logic of high and low priority requests to OnlineFileSourceHuyen Chau Nguyen2018-10-231-22/+85
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-231-3/+6
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-233-34/+24
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+1
* [core] Add TransformState::getCameraOptions()Bruno de Oliveira Abinader2018-10-192-0/+10
* [core] Promote DefaultFileSource::put to general use.Chris Loer2018-10-171-4/+4
* [core, test] Add BiDi unit testChris Loer2018-10-151-2/+7
* [core] Bidi support for styled text.Chris Loer2018-10-151-0/+102
* [android] explicitly set temp directory for SQLite3Konstantin Käfer2018-09-262-0/+6
* [core] Always request 1x and @2x sprite images for portabilityKonstantin Käfer2018-09-241-4/+6
* Use named function instead of lambda for SQlite3 log configAsheem Mamoowala2018-09-211-3/+8
* [ios, macos] Offline regions merge. (#12791)Fabian Guerra Soto2018-09-171-2/+2
* [linux,qt] Remove remainder of WebP supportKonstantin Käfer2018-09-132-45/+0
* [core] add polyfill for codecvt for STLs that don't have it yetKonstantin Käfer2018-09-112-14/+32
* Enforce Offline tile limit when merging sideloaded databasesAsheem Mamoowala2018-08-281-6/+28
* Require minimum side-loaded database user_version=6Asheem Mamoowala2018-08-281-4/+6
* Add unit tests and fixtures for OfflineDatabase::mergeDatabaseAsheem Mamoowala2018-08-281-5/+5
* [core] Add DefaultFileSource::mergeRegions API and CLI support in the mbgl-of...Asheem Mamoowala2018-08-283-1/+68
* SQL Statements to merge an attached database with name 'side' into the main d...Asheem Mamoowala2018-08-283-0/+125
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-202-69/+149
* [core] recreate offline database when it is deleted out from under our feetKonstantin Käfer2018-08-143-14/+22
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-143-60/+49
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-145-152/+292
* [core] Fix out of range exception for string compareVladimir Kondrashov2018-08-142-2/+2
* [windows] Fix build on WindowsThiago Marcos P. Santos2018-08-141-0/+1
* [core] make the offline DB schema a regular include fileKonstantin Käfer2018-07-163-25/+30
* [core] - add LatLng for screencoordinate to mapsnapshottertobrun2018-07-052-2/+13
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-033-19/+16
* [core] Default "collator" implementationChris Loer2018-07-033-0/+135
* [core, vendor] Create vendored nunicode 1.8.Chris Loer2018-07-031-4/+1
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-252-2/+2
* [core] Measuring tiles requesting/parsing time using logging (#12152)Lloyd Sheng2018-06-211-0/+10
* [core] consolidate database opening workflowKonstantin Käfer2018-06-123-57/+65
* [core] remove unused flags from SQLite headerKonstantin Käfer2018-06-121-4/+0
* [core] support moving Database object during a TransactionKonstantin Käfer2018-06-122-11/+24
* [test] verify log messages of OfflineDatabase testsKonstantin Käfer2018-06-121-1/+1
* [core] send all SQLite log messages to the Info bucket and add error codesKonstantin Käfer2018-06-121-77/+1
* [core] offline database - batch region resource insertsIvo van Dongen2018-06-044-20/+77
* [core] offline database - move transaction scope to public api levelIvo van Dongen2018-06-041-14/+4
* [linux] load cURL dynamically for wider compatibilityKonstantin Käfer2018-06-041-43/+122
* [core] [android] - optional map snapshotter camera positiontobrun2018-05-312-5/+8
* [core] [android] - add style json setter/getter to map snapshottertobrun2018-05-302-0/+22