summaryrefslogtreecommitdiff
path: root/src/mbgl/util/interpolate.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-89/+0
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+8
|
* [core] Correct boolean function interpolationJohn Firebaugh2016-12-221-0/+4
|
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-2/+2
|
* Color class (#5361)Young Hahn2016-06-151-0/+14
| | | | | | * Color class * Switch to list initialization
* [core] Eliminate interpolate special cases (#4882)John Firebaugh2016-04-281-42/+49
|
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-251-0/+1
| | | This allows the Function<Faded<T>> partial specialization to be eliminated, giving all property functions a consistent storage type.
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-0/+1
|
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-211-1/+1
|
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-1/+1
|
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-211-1/+1
|
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
|
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-1/+2
|
* switch to functions of arrays (from arrays of fns)Ansis Brammanis2015-02-051-0/+8
| | | | | | for properties like *-translate, *-offset https://github.com/mapbox/mapbox-gl-style-spec/issues/237
* make everything a functionAnsis Brammanis2015-02-051-3/+17
|
* remove names to suppress unused warningsAnsis Brammanis2015-01-161-2/+1
|
* support functions of dash arraysAnsis Brammanis2015-01-151-0/+6
|
* make most headers privateKonstantin Käfer2014-12-041-0/+27