| Commit message (Expand) | Author | Age | Files | Lines |
* | [linux,qt] Remove remainder of WebP support | Konstantin Käfer | 2018-09-13 | 2 | -30/+2 |
* | [android] add support for gnustl | Konstantin Käfer | 2018-09-11 | 1 | -13/+13 |
* | [core] Replace unique_any with peer from mapbox-bindgen | Bruno de Oliveira Abinader | 2018-08-08 | 2 | -218/+194 |
* | Add fuzz tests for TileCover and fix out of bounds access crash. | Asheem Mamoowala | 2018-07-16 | 1 | -1/+58 |
* | Fix TileCover asserts. The create_bounds_towards_* methods were treating | Asheem Mamoowala | 2018-07-16 | 1 | -0/+14 |
* | [core] Harden Projection::project() | Bruno de Oliveira Abinader | 2018-07-09 | 1 | -0/+43 |
* | [core] Avoid blocking in Thread<Object> constructor (#12151) | Anand Thakker | 2018-07-03 | 1 | -2/+59 |
* | [core] Fix issues in unique_any | John Firebaugh | 2018-06-25 | 1 | -4/+36 |
* | [core] Align URL token replacement behavior with GL JS | John Firebaugh | 2018-05-18 | 1 | -0/+3 |
* | [core] Streaming TileCover for polygonal regions (#11267) | Asheem Mamoowala | 2018-04-26 | 2 | -17/+223 |
* | [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques... | Asheem Mamoowala | 2018-02-19 | 1 | -1/+12 |
* | [core] prioritize Thread::pause() calls | Konstantin Käfer | 2018-02-06 | 1 | -0/+14 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 1 | -0/+56 |
* | [core] Support wrapped bounds in LatLngBounds::contains and LatLngBounds::int... | Asheem Mamoowala | 2017-12-07 | 1 | -3/+122 |
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 1 | -0/+186 |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 1 | -3/+3 |
* | [core] Update unit tests for viewport collision. | Chris Loer | 2017-11-17 | 1 | -0/+53 |
* | [core] Add LatLngBounds::contains(const LatLngBounds&) | Asheem Mamoowala | 2017-10-30 | 1 | -0/+6 |
* | [core] Move SourceType to the 'style' namespace | Anand Thakker | 2017-10-16 | 1 | -0/+1 |
* | Fast tileCount with help from @mapbox/sphericalmercator module | Asheem Mamoowala | 2017-09-08 | 1 | -0/+9 |
* | [node, tests] Consolidate headless rendering logic in HeadlessFrontend | John Firebaugh | 2017-07-26 | 2 | -62/+37 |
* | [test] allow only a single shared display to avoid egl errors | Ivo van Dongen | 2017-07-18 | 2 | -3/+3 |
* | [core] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 2 | -2/+2 |
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 1 | -13/+35 |
* | [core] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 1 | -7/+9 |
* | [core] Make sure ThreadLocal will not own the pointer it is managing | Thiago Marcos P. Santos | 2017-07-14 | 1 | -10/+18 |
* | [core] GCC 4.9 bracket initialization issues | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -33/+40 |
* | [test] Add utest to assert our dtoa implementation precision | Thiago Marcos P. Santos | 2017-07-12 | 1 | -0/+24 |
* | [core] Isolate pthread-based tls implementation | Thiago Marcos P. Santos | 2017-07-07 | 1 | -17/+9 |
* | [test] Reuse StubGeometryTileFeature in MergeLines | Bruno de Oliveira Abinader | 2017-07-06 | 1 | -34/+7 |
* | [core] Move setStyleJSON/URL to Style; add Map::setStyle | John Firebaugh | 2017-06-22 | 1 | -3/+4 |
* | [core] add MBGL_CHECK_ERROR to some locations where it was missing | Konstantin Käfer | 2017-06-21 | 1 | -2/+2 |
* | [core] Rename ThreadedObject to Thread | Thiago Marcos P. Santos | 2017-06-21 | 2 | -34/+34 |
* | [core] Remove util::Thread | Thiago Marcos P. Santos | 2017-06-21 | 1 | -296/+0 |
* | [tests] Port the ThreadLocalStorage test to the actor model | Thiago Marcos P. Santos | 2017-06-21 | 1 | -16/+29 |
* | [tests] Port the AsyncTask test to the actor model | Thiago Marcos P. Santos | 2017-06-21 | 1 | -30/+29 |
* | [tests] Added tests for ThreadedObject | Thiago Marcos P. Santos | 2017-06-21 | 1 | -0/+277 |
* | [core] Per-tile glyph/icon atlases | John Firebaugh | 2017-06-13 | 1 | -16/+32 |
* | [core] Added Backend::{assume,set}ScissorTest | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -0/+10 |
* | [test] Lower memory ceiling | John Firebaugh | 2017-05-26 | 1 | -1/+1 |
* | [core] leave Image objects in a valid state after premultiply/unpremultiply | Konstantin Käfer | 2017-05-19 | 1 | -0/+4 |
* | [core] Remove WorkQueue | John Firebaugh | 2017-05-17 | 1 | -59/+0 |
* | [tidy] modernize-deprecated-headers | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -1/+1 |
* | [tidy] modernize-pass-by-value | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+4 |
* | [core, android, ios, macos, qt] v10 default styles | Minh Nguyễn | 2017-05-11 | 1 | -2/+2 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 1 | -0/+27 |
* | [core] Make Map.addImage tests pass (#8843) | Asheem Mamoowala | 2017-05-02 | 1 | -0/+15 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 2 | -2/+52 |
* | [core] Move ProjectedMeters to projection.hpp | John Firebaugh | 2017-04-18 | 2 | -16/+15 |
* | [core] Tighten geo.hpp ctors | Bruno de Oliveira Abinader | 2017-04-14 | 2 | -5/+74 |