summaryrefslogtreecommitdiff
path: root/include/mbgl/map/tile.hpp
Commit message (Collapse)AuthorAgeFilesLines
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-4/+1
| | | | std::to_string calls sprintf() internally, which is really slow
* fix variable shadowingKonstantin Käfer2014-10-221-2/+2
|
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-2/+2
|
* Refactor tile cover to match JSJohn Firebaugh2014-09-221-0/+3
|
* add != operator for certain stdlib implementationsKonstantin Käfer2014-08-211-0/+4
|
* compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-211-4/+8
| | | | | | fixes #206 fixes #220 refs #229
* more include what you useKonstantin Käfer2014-07-231-3/+5
|
* rename llmr => mbglKonstantin Käfer2014-07-161-0/+73