summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/constant.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-32/+3
|
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-301-8/+8
| | | | | * return {} → return nullopt * error = { "..." } → error.message = "..."
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-231-90/+8
| | | | conversion system
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-34/+15
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-24/+39
|
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-241-0/+174