summaryrefslogtreecommitdiff
path: root/include/mbgl/style/function
Commit message (Expand)AuthorAgeFilesLines
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-292-2/+4
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-282-4/+4
* [core] Privatize Interpolate<T>John Firebaugh2018-06-281-34/+25
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-281-1/+1
* [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-223-22/+17
* [core] Implement Expression::serialize()Chris Loer2018-02-281-0/+1
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-243-1/+7
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-104-2/+17
* [core] Fix copy in range-based for loopsJason Wray2017-12-151-1/+1
* Implement Expressions (#9439)Anand Thakker2017-11-084-101/+481
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-123-4/+4
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-193-0/+3
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-22/+53
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-1/+1
* [core] Make ExponentialStops behavior consistent; add testsJohn Firebaugh2017-05-192-4/+2
* [core] Eliminate round-trip through Value in CameraFunction::evaluateJohn Firebaugh2017-05-193-16/+22
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-3/+0
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-1/+1
* Fix edge case in composite function interpolation (#8613)Anand Thakker2017-04-031-1/+8
* [core] Avoid public geometry_tile_data.hpp includeJohn Firebaugh2017-03-282-3/+4
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-094-16/+113
* [core] default value support in categorical function conversionIvo van Dongen2017-02-027-27/+35
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-027-0/+371