summaryrefslogtreecommitdiff
path: root/src/mbgl/style/property_evaluator.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move CrossFadedPropertyEvaluator to its own fileJohn Firebaugh2016-12-061-38/+0
* [core] Move evaluation algorithm to FunctionJohn Firebaugh2016-12-061-3/+2
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-5/+5
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-1/+2
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-4/+4
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-6/+9
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-0/+63
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-40/+0
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-061-5/+0
* [core] Simplify FunctionJohn Firebaugh2015-11-061-2/+2
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-231-6/+6
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-0/+45