summaryrefslogtreecommitdiff
path: root/include/mbgl/map/tile_data.hpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-88/+0
* [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-041-0/+1
* Pass SourceInfo as referenceJohn Firebaugh2014-11-261-2/+2
* Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-261-6/+4
* Map Map::getWorker() privateJohn Firebaugh2014-11-261-2/+6
* Eliminate Map::getFileSourceJohn Firebaugh2014-11-211-1/+2
* pass Tile::ID by const refartemp2014-10-301-1/+1
* simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-291-2/+0
* store glyphAtlas by value in Map object, pass by refartemp2014-10-291-1/+1
* properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-011-1/+1
* fix headless testsKonstantin Käfer2014-09-301-1/+1
* make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-241-2/+2
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-4/+4
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-3/+2
* Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-261-0/+4
|\
| * compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-211-0/+4
* | Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-211-3/+0
|/
* VICTORYLauren Budorick2014-08-111-1/+1
* more include what you useKonstantin Käfer2014-07-231-7/+10
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-171-1/+7
* rename llmr => mbglKonstantin Käfer2014-07-161-0/+77