summaryrefslogtreecommitdiff
path: root/include/mbgl/util/interpolate.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix readability-container-size-empty errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
| | | | As reported by clang-tidy-8.
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-2/+24
| | | | | | This change introduces a new property type, Rotation, that uses a custom interpolator, and that is currently applied to all style properties named "bearing", with a period attribute.
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+33
| | | Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups)
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-121-1/+5
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+12
|
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-0/+89
|
* make most headers privateKonstantin Käfer2014-12-041-27/+0
|
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+2
|
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-201-0/+25
While here, do not interpolate style properties that are not transitionable. The previous behavior was to switch from old to new value halfway through the transition; now the new value is used immediately, as in JS.