summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [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
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-232-7/+10
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-094-48/+77
* [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776)Jason Wray2018-04-271-5/+6
* [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-261-1/+1
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-3/+0
|\
| * [ios, macos] Mark deprecated methods as unavailable (#11205)Jordan Kiley2018-02-161-3/+0
* | [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-024-403/+405
* | [core] refactor SQLite error/status codesKonstantin Käfer2018-03-022-12/+45
* | [core] improve SQLite error loggingKonstantin Käfer2018-03-021-6/+76
* | [core] Add space in OfflineDatabase::updateMetadata SQL queryBruno de Oliveira Abinader2018-02-271-1/+1
|/
* [core] factor out RunLoop::wake()Konstantin Käfer2018-02-061-5/+2
* [core] align implementations of local and asset file sourceKonstantin Käfer2018-01-253-26/+30
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+13
* [windows][core] Define S_ISDIR when not definedThiago Marcos P. Santos2018-01-081-1/+4
* [core, macos, ios] Unit tests for LocalGlyphRasterizerChris Loer2017-12-112-6/+6
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-111-0/+9