| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Fix issues in unique_any | John Firebaugh | 2018-06-25 | 1 | -10/+6 |
* | [core] add raster-resampling property (#12176)upstream/rclee | Molly Lloyd | 2018-06-21 | 2 | -0/+11 |
* | [core] Measuring tiles requesting/parsing time using logging (#12152) | Lloyd Sheng | 2018-06-21 | 1 | -0/+1 |
* | [core] allow logging error codes and formatting strings at the same time | Konstantin Käfer | 2018-06-12 | 1 | -2/+2 |
* | [core] don't use floating point versions of pow/log | Konstantin Käfer | 2018-06-04 | 2 | -14/+1 |
* | Accept constant expressions in non-dds properties (#11960) | Anand Thakker | 2018-05-23 | 1 | -3/+11 |
* | [core] re-assign ids when lng jumps to avoid flicker | Ansis Brammanis | 2018-05-22 | 1 | -2/+7 |
* | [core] avoid symbol flickering when longitude is wrapped | Ansis Brammanis | 2018-05-22 | 1 | -3/+8 |
* | Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-master | Fabian Guerra | 2018-05-17 | 4 | -315/+34 |
|\ |
|
| * | [core] Convert "legacy" filters directly into expressions (#11610) | Lucas Wojciechowski | 2018-05-10 | 4 | -315/+34 |
* | | [core] Streaming TileCover for polygonal regions (#11267) | Asheem Mamoowala | 2018-04-26 | 1 | -12/+4 |
|/ |
|
* | Don't enforce ["zoom"] constraints for filters (#11672) | Anand Thakker | 2018-04-12 | 5 | -59/+44 |
* | Fix style parsing bug for constant expressions (#11606) | Anand Thakker | 2018-04-09 | 2 | -2/+3 |
* | [core] Add Projection matrix to CustomLayerRenderParameters to transform web ... | Asheem Mamoowala | 2018-04-05 | 1 | -0/+3 |
* | Use a host interface for CustomLayer instead of function pointers (#11553) | Asheem Mamoowala | 2018-04-02 | 2 | -49/+43 |
* | [core] Fixed to-rgba with zero opacity | Minh Nguyễn | 2018-03-30 | 1 | -0/+2 |
* | [core] Don't resolve tokens after evaluating a text-field or icon-image expre... | John Firebaugh | 2018-03-22 | 4 | -22/+26 |
* | [core] Add expression filter support (#11251) | Lucas Wojciechowski | 2018-03-09 | 2 | -241/+40 |
* | Relax type checking for "length" | John Firebaugh | 2018-03-01 | 1 | -0/+32 |
* | [core] Implement Expression::serialize() | Chris Loer | 2018-02-28 | 17 | -8/+60 |
* | Correctly parse constant expressions in dds style properties (#11282) | Anand Thakker | 2018-02-21 | 2 | -3/+22 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 6 | -0/+188 |
* | [core] add support for mapzen terrarium (#11154) | Molly Lloyd | 2018-02-14 | 1 | -2/+8 |
* | [core] Rename "onLowMemory" to "reduceMemoryUse". | Chris Loer | 2018-02-14 | 1 | -1/+1 |
* | [core] Make RendererObserver a public interface | Thiago Marcos P. Santos | 2018-02-09 | 1 | -0/+35 |
* | Add options for Custom Geometry Source types to enable clipping and wrapping ... | Asheem Mamoowala | 2018-02-07 | 2 | -0/+22 |
* | [core] prioritize Thread::pause() calls | Konstantin Käfer | 2018-02-06 | 2 | -11/+34 |
* | [core] change RunLoop processing to check queue on every iteration | Konstantin Käfer | 2018-02-06 | 1 | -6/+7 |
* | [core] factor out RunLoop::wake() | Konstantin Käfer | 2018-02-06 | 1 | -4/+8 |
* | [core] use the RunLoop's schedule call directly | Konstantin Käfer | 2018-02-06 | 1 | -18/+1 |
* | Reimplement style values atop NSExpression (#10726) | Minh Nguyễn | 2018-01-24 | 6 | -1/+26 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 8 | -4/+126 |
* | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 22 | -22/+94 |
* | [core] Handle NaN input to interpolate and step | John Firebaugh | 2018-01-10 | 1 | -3/+9 |
* | [core] Omit inferred type annotations for 'coalesce' arguments | John Firebaugh | 2018-01-09 | 1 | -3/+10 |
* | [core] Improve typing for !=, == expressions | John Firebaugh | 2018-01-09 | 1 | -0/+31 |
* | [windows][core] Add std::tuple replacement for Windows | Thiago Marcos P. Santos | 2018-01-08 | 2 | -5/+24 |
* | [windows][core] Add missing != operator to Tileset | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+4 |
* | [windows][core] Include what you use | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+1 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 3 | -79/+16 |
* | [core] Fix copy in range-based for loops | Jason Wray | 2017-12-15 | 2 | -2/+2 |
* | [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer. | Chris Loer | 2017-12-11 | 1 | -1/+2 |
* | [core] Support wrapped bounds in LatLngBounds::contains and LatLngBounds::int... | Asheem Mamoowala | 2017-12-07 | 1 | -15/+74 |
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 1 | -5/+10 |
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 1 | -1/+1 |
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 4 | -14/+279 |
* | [core] Use Actors for CustomTileLoader invocation from bindings. | Asheem Mamoowala | 2017-11-22 | 1 | -3/+3 |
* | [core] Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 4 | -1/+124 |
* | [core] Cleanup in response to review comments. | Chris Loer | 2017-11-17 | 1 | -3/+3 |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 1 | -1/+2 |