| Commit message (Expand) | Author | Age | Files | Lines |
* | [core,ios,macos] Updates default styles to streets v11, etc. (#13585) | Julian Rex | 2018-12-18 | 1 | -5/+5 |
* | [core] Refactor duplicated code in Asset and File sources | Alexander Shalamov | 2018-12-17 | 4 | -57/+56 |
* | [core] Use util::readFile for Local and Asset file sources | Alexander Shalamov | 2018-12-17 | 2 | -8/+10 |
* | [build] rework platform/default directory and add -files.txt for vendored libs | Konstantin Käfer | 2018-12-14 | 53 | -15/+12 |
* | [core, android, darwin] Move layer factories to separate files | Mikhail Pozdnyakov | 2018-12-10 | 1 | -10/+11 |
* | [core] layermanager folder | Mikhail Pozdnyakov | 2018-11-30 | 1 | -11/+11 |
* | [core] LayerManager can disable annotations | Mikhail Pozdnyakov | 2018-11-28 | 1 | -0/+2 |
* | [core][Android][Darwin] LayerManager creates RenderLayer instances | Mikhail Pozdnyakov | 2018-11-27 | 1 | -32/+30 |
* | [core] Expose "local ideograph font family" in MapSnapshotter. | Chris Loer | 2018-11-24 | 2 | -6/+10 |
* | [core] define number of concurrent downloads in online file source variable | Huyen Chau Nguyen | 2018-11-15 | 4 | -25/+25 |
* | [core][android] Introduce mbgl::style::LayerTypeInfo | Mikhail Pozdnyakov | 2018-11-15 | 1 | -16/+30 |
* | [core] Add RendererState::{pixelForLatLng,latLngForPixel} | Bruno de Oliveira Abinader | 2018-11-14 | 2 | -0/+18 |
* | noexcept specifier for layer factory methods | Mikhail Pozdnyakov | 2018-11-07 | 1 | -3/+6 |
* | Refer corresponding LayerFactory instance from the Layer::Impl | Mikhail Pozdnyakov | 2018-11-07 | 1 | -0/+61 |
* | [build] Remove #pragma diagnostic for boost | Thiago Marcos P. Santos | 2018-11-01 | 2 | -12/+0 |
* | [build] GCC 7+ complains about -Wimplicit-fallthrough in utf.cpp | Bruno de Oliveira Abinader | 2018-10-25 | 1 | -0/+9 |
* | [core] Added RendererState::has{Image,Layer,Source} | Bruno de Oliveira Abinader | 2018-10-25 | 2 | -0/+28 |
* | [core] add tests for handling requests with different priorities | Huyen Chau Nguyen | 2018-10-23 | 1 | -13/+20 |
* | [core] add logic of high and low priority requests to OnlineFileSource | Huyen Chau Nguyen | 2018-10-23 | 1 | -22/+85 |
* | [core] add priorities to resources | Huyen Chau Nguyen | 2018-10-23 | 1 | -3/+6 |
* | [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp> | Konstantin Käfer | 2018-10-23 | 3 | -34/+24 |
* | [core] Introduce mbgl::RendererState | Bruno de Oliveira Abinader | 2018-10-19 | 1 | -0/+1 |
* | [core] Add TransformState::getCameraOptions() | Bruno de Oliveira Abinader | 2018-10-19 | 2 | -0/+10 |
* | [core] Promote DefaultFileSource::put to general use. | Chris Loer | 2018-10-17 | 1 | -4/+4 |
* | [core, test] Add BiDi unit test | Chris Loer | 2018-10-15 | 1 | -2/+7 |
* | [core] Bidi support for styled text. | Chris Loer | 2018-10-15 | 1 | -0/+102 |
* | [android] explicitly set temp directory for SQLite3 | Konstantin Käfer | 2018-09-26 | 2 | -0/+6 |
* | [core] Always request 1x and @2x sprite images for portability | Konstantin Käfer | 2018-09-24 | 1 | -4/+6 |
* | Use named function instead of lambda for SQlite3 log config | Asheem Mamoowala | 2018-09-21 | 1 | -3/+8 |
* | [ios, macos] Offline regions merge. (#12791) | Fabian Guerra Soto | 2018-09-17 | 1 | -2/+2 |
* | [linux,qt] Remove remainder of WebP support | Konstantin Käfer | 2018-09-13 | 2 | -45/+0 |
* | [core] add polyfill for codecvt for STLs that don't have it yet | Konstantin Käfer | 2018-09-11 | 2 | -14/+32 |
* | Enforce Offline tile limit when merging sideloaded databases | Asheem Mamoowala | 2018-08-28 | 1 | -6/+28 |
* | Require minimum side-loaded database user_version=6 | Asheem Mamoowala | 2018-08-28 | 1 | -4/+6 |
* | Add unit tests and fixtures for OfflineDatabase::mergeDatabase | Asheem Mamoowala | 2018-08-28 | 1 | -5/+5 |
* | [core] Add DefaultFileSource::mergeRegions API and CLI support in the mbgl-of... | Asheem Mamoowala | 2018-08-28 | 3 | -1/+68 |
* | SQL Statements to merge an attached database with name 'side' into the main d... | Asheem Mamoowala | 2018-08-28 | 3 | -0/+125 |
* | [core] offline region definition - add support for arbitrary geometries | Ivo van Dongen | 2018-08-20 | 2 | -69/+149 |
* | [core] recreate offline database when it is deleted out from under our feet | Konstantin Käfer | 2018-08-14 | 3 | -14/+22 |
* | WIP: use expected<T, E> for passing on errors | Konstantin Käfer | 2018-08-14 | 3 | -60/+49 |
* | [core] harden OfflineDatabase | Konstantin Käfer | 2018-08-14 | 5 | -152/+292 |
* | [core] Fix out of range exception for string compare | Vladimir Kondrashov | 2018-08-14 | 2 | -2/+2 |
* | [windows] Fix build on Windows | Thiago Marcos P. Santos | 2018-08-14 | 1 | -0/+1 |
* | [core] make the offline DB schema a regular include file | Konstantin Käfer | 2018-07-16 | 3 | -25/+30 |
* | [core] - add LatLng for screencoordinate to mapsnapshotter | tobrun | 2018-07-05 | 2 | -2/+13 |
* | [core] Avoid blocking in Thread<Object> constructor (#12151) | Anand Thakker | 2018-07-03 | 3 | -19/+16 |
* | [core] Default "collator" implementation | Chris Loer | 2018-07-03 | 3 | -0/+135 |
* | [core, vendor] Create vendored nunicode 1.8. | Chris Loer | 2018-07-03 | 1 | -4/+1 |
* | [core] Fix GCC8's new -Wcatch-value warnings | Zsolt Bölöny | 2018-06-25 | 2 | -2/+2 |
* | [core] Measuring tiles requesting/parsing time using logging (#12152) | Lloyd Sheng | 2018-06-21 | 1 | -0/+10 |