| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Avoid unnecessary template instantiations | John Firebaugh | 2018-07-30 | 1 | -32/+23 |
* | Fix compilation errors with libc++ on QNX 7 | Sudarsana Babu Nagineni | 2018-07-30 | 3 | -15/+15 |
* | [core] Replace expressions RTTI with enums + static cast | Bruno de Oliveira Abinader | 2018-07-24 | 14 | -37/+70 |
* | [core] Add `symbol-placement: line-center` | Chris Loer | 2018-07-23 | 1 | -0/+1 |
* | Keep original input for filters using legacy syntax. | Asheem Mamoowala | 2018-07-23 | 1 | -1/+20 |
* | [core] Convert token strings to expressions | John Firebaugh | 2018-07-20 | 6 | -34/+93 |
* | [core] Move expression.cpp to expression directory | John Firebaugh | 2018-07-20 | 1 | -0/+0 |
* | [core] Replace {Source,Camera,Composite}Function with PropertyExpression | John Firebaugh | 2018-07-20 | 4 | -185/+143 |
* | fixed typo in error message | Justyna Janczyszyn | 2018-07-19 | 1 | -1/+1 |
* | [core] Convert legacy functions directly to expressions | John Firebaugh | 2018-07-13 | 5 | -170/+708 |
* | [core] Simplify Value conversions | John Firebaugh | 2018-07-12 | 1 | -66/+19 |
* | [core] Comparison expressions can have 4th member | Minh Nguyễn | 2018-07-09 | 1 | -1/+1 |
* | Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue` | Mikhail Pozdnyakov | 2018-07-05 | 7 | -16/+21 |
* | [core] Avoid blocking in Thread<Object> constructor (#12151) | Anand Thakker | 2018-07-03 | 1 | -3/+3 |
* | [core] Introduce "collator" expressions | Chris Loer | 2018-07-03 | 7 | -14/+199 |
* | [core] Add assertions to expression constructors | John Firebaugh | 2018-06-29 | 5 | -7/+39 |
* | [core] Remove stops-based *Function constructors | John Firebaugh | 2018-06-29 | 1 | -0/+40 |
* | [darwin] Replace use of *Stops with expressions DSL | John Firebaugh | 2018-06-29 | 1 | -0/+27 |
* | [core] Replace use of *Stops with expressions DSL | John Firebaugh | 2018-06-29 | 3 | -92/+208 |
* | [core] A filter expression that errors should be treated as false, not true | John Firebaugh | 2018-06-29 | 1 | -1/+1 |
* | [core] fix crash when trying to parse legacy filters | Konstantin Käfer | 2018-06-29 | 1 | -0/+5 |
* | [core] InterpolateBase → Interpolate; Interpolate → InterpolateImpl | John Firebaugh | 2018-06-28 | 3 | -16/+16 |
* | [core] Privatize Interpolate<T> | John Firebaugh | 2018-06-28 | 1 | -7/+88 |
* | [core] Move non-polymorphic Interpolate methods to base | John Firebaugh | 2018-06-28 | 1 | -2/+1 |
* | [core] Split Interpolator into a separate file | John Firebaugh | 2018-06-28 | 1 | -3/+0 |
* | [core] Simplify parseInterpolate | John Firebaugh | 2018-06-27 | 1 | -38/+14 |
* | [core] Fix GCC8's new -Wcatch-value warnings | Zsolt Bölöny | 2018-06-25 | 1 | -1/+1 |
* | [core] add raster-resampling property (#12176)upstream/rclee | Molly Lloyd | 2018-06-21 | 5 | -0/+43 |
* | [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 |