| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Fix crash due to mixing legacy filters and expressions (#12065) | Anand Thakker | 2018-06-06 | 1 | -33/+51 |
* | [core] fix bogus unused variable with GCC 7 | Konstantin Käfer | 2018-06-04 | 1 | -3/+3 |
* | [core] don't use floating point versions of pow/log | Konstantin Käfer | 2018-06-04 | 1 | -1/+1 |
* | Clamp TileJSON.bounds latitudes to [-90, 90] (#11964) | Asheem Mamoowala | 2018-05-21 | 1 | -8/+9 |
* | [core] Align match behavior with case/== | John Firebaugh | 2018-05-18 | 1 | -2/+16 |
* | Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-master | Fabian Guerra | 2018-05-17 | 6 | -639/+433 |
|\ |
|
| * | [core] Convert null to empty string, not “null” | Minh Nguyễn | 2018-05-14 | 1 | -0/+1 |
| * | [core] Convert "legacy" filters directly into expressions (#11610) | Lucas Wojciechowski | 2018-05-10 | 6 | -641/+434 |
* | | [qt] Fix build when building the Qt Location plugin | Thiago Marcos P. Santos | 2018-05-14 | 1 | -1/+1 |
* | | [core] Port is-supported-script to native. | Chris Loer | 2018-04-27 | 1 | -0/+5 |
|/ |
|
* | Don't enforce ["zoom"] constraints for filters (#11672) | Anand Thakker | 2018-04-12 | 2 | -5/+29 |
* | Update layer immediately when changing its max/min zoom level (#11399) | Łukasz Paczos | 2018-04-12 | 10 | -0/+20 |
* | Add abs, round, floor, ceil operators (#11653) | Anand Thakker | 2018-04-11 | 1 | -0/+6 |
* | Fix style parsing bug for constant expressions (#11606) | Anand Thakker | 2018-04-09 | 1 | -14/+27 |
* | Use a host interface for CustomLayer instead of function pointers (#11553) | Asheem Mamoowala | 2018-04-02 | 3 | -34/+8 |
* | [core] Fixed to-rgba with zero opacity | Minh Nguyễn | 2018-03-30 | 2 | -10/+6 |
* | [core] Round-trip linear interpolators | Minh Nguyễn | 2018-03-30 | 1 | -1/+5 |
* | [core] Stringify expression syntax, not function syntax | John Firebaugh | 2018-03-14 | 1 | -125/+6 |
* | [core] TileJSON conversion clamps bounds longitude to [-180,180], per spec | Asheem Mamoowala | 2018-03-09 | 1 | -0/+2 |
* | [core] Add expression filter support (#11251) | Lucas Wojciechowski | 2018-03-09 | 4 | -6/+301 |
* | Port fix for "at" expression off-by-1 error (#11375) | Anand Thakker | 2018-03-02 | 1 | -4/+10 |
* | Relax type checking for "length" | John Firebaugh | 2018-03-01 | 3 | -7/+68 |
* | Infer type assertions for object | John Firebaugh | 2018-03-01 | 1 | -1/+1 |
* | [core] Implement Expression::serialize() | Chris Loer | 2018-02-28 | 10 | -23/+177 |
* | [core] continue loading style even if we mutate it | Konstantin Käfer | 2018-02-23 | 1 | -5/+0 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 12 | -0/+378 |
* | [core] add support for mapzen terrarium (#11154) | Molly Lloyd | 2018-02-14 | 1 | -0/+10 |
* | TileJSON Bounds allows values inclusive of world extents | Asheem Mamoowala | 2018-02-12 | 1 | -1/+1 |
* | [core] don't force downloading of Open Sans fonts | Konstantin Käfer | 2018-01-25 | 1 | -1/+1 |
* | Reimplement style values atop NSExpression (#10726) | Minh Nguyễn | 2018-01-24 | 1 | -0/+6 |
* | [core] fix style parsing crash when a layer's paint property is not an object | Konstantin Käfer | 2018-01-23 | 1 | -0/+3 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 16 | -7/+424 |
* | [core] Add warning for invalid text-font values | John Firebaugh | 2018-01-10 | 1 | -0/+6 |
* | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 14 | -19/+117 |
* | [core] Handle NaN input to interpolate and step | John Firebaugh | 2018-01-10 | 2 | -8/+11 |
* | [core] Omit inferred type annotations for 'coalesce' arguments | John Firebaugh | 2018-01-09 | 2 | -31/+50 |
* | [core] Fix alpha handling in rgba and to-rgba operators | John Firebaugh | 2018-01-09 | 2 | -4/+7 |
* | [core] Enable implicit type assertions for array types | John Firebaugh | 2018-01-09 | 1 | -0/+2 |
* | [core] Improve typing for !=, == expressions | John Firebaugh | 2018-01-09 | 3 | -16/+86 |
* | [windows][qt] Remove std:: namespace of some functions | Thiago Marcos P. Santos | 2018-01-08 | 1 | -1/+1 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 2 | -2/+40 |
* | [core] Migrated upcase, downcase to platform code | Minh Nguyễn | 2017-12-14 | 1 | -8/+3 |
* | [core] Use wrapped bounds check for CustomTileLoader | Asheem Mamoowala | 2017-12-07 | 1 | -1/+1 |
* | [core] Mark custom geometry tiles stale without clearing data | Asheem Mamoowala | 2017-12-06 | 3 | -15/+17 |
* | [core] Use Actors for CustomTileLoader invocation from bindings. | Asheem Mamoowala | 2017-11-22 | 3 | -17/+8 |
* | [core] Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 6 | -0/+276 |
* | [core] Fix build on Android + GCC and Android + armeabi | Thiago Marcos P. Santos | 2017-11-12 | 11 | -20/+31 |
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 24 | -0/+2881 |
* | [core] Add layer before notifying observer | John Firebaugh | 2017-10-25 | 1 | -1/+2 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 17 | -82/+1508 |