summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/merge_lines.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-231-6/+2
|
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-4/+6
|
* [core] Clean up merge_lines.cpp and add bounds checkingJohn Firebaugh2017-01-181-37/+27
|
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra ↵Chris Loer2016-11-171-2/+2
| | | | | | | conversions and reduce in-memory size. Continue to use uint32 as glyph ID to maintain Glyph PBF, even though we're only using 16 bits of that uint32. Use std::codecvt instead of boost::unicode_iterator for UTF8->UTF16 conversions.
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-161-4/+4
|
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-161-4/+4
|
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-161-0/+1
|
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-161-0/+106