summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion/transition_options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
|
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-301-6/+6
| | | | | * return {} → return nullopt * error = { "..." } → error.message = "..."
* [core] fix bogus unused variable with GCC 7Konstantin Käfer2018-06-041-3/+3
|
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-231-0/+40
conversion system