summaryrefslogtreecommitdiff
path: root/src/map/tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-104/+0
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-5/+5
* [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-041-2/+2
* Pass SourceInfo as referenceJohn Firebaugh2014-11-261-3/+3
* Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-261-10/+10
* Map Map::getWorker() privateJohn Firebaugh2014-11-261-5/+5
* add {prefix} to tile URL replacement token schemeKonstantin Käfer2014-11-261-0/+6
* Eliminate Map::getFileSourceJohn Firebaugh2014-11-211-2/+2
* fix various issues in curl bindings related to tile cancelationKonstantin Käfer2014-11-061-1/+4
* pass Tile::ID by const refartemp2014-10-301-1/+1
* simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-291-8/+2
* fix variable shadowingKonstantin Käfer2014-10-221-5/+5
* make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-241-3/+3
* use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-241-1/+1
* 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-6/+13
* Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-211-9/+14
* remove uv.h dependency from header filesKonstantin Käfer2014-08-121-0/+1
* use filesource object for loading all http stuffKonstantin Käfer2014-08-081-2/+3
* more include what you useKonstantin Käfer2014-07-231-0/+1
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-171-2/+10
* rename llmr => mbglKonstantin Käfer2014-07-161-4/+4
* make sure we retain shared state when destructing the map objectKonstantin Käfer2014-05-301-2/+13
* release mode: silent debug output + ifdef any potentially expensive callsDane Springmeyer2014-05-291-0/+2
* Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-091-37/+5
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-15/+19
* use an event loop per map that is not the render threadKonstantin Käfer2014-04-251-9/+13
* add debug markers for easier gl debuggingKonstantin Käfer2014-04-151-6/+5
* Merge remote-tracking branch 'remotes/origin/pr/127'Konstantin Käfer2014-04-151-21/+6
|\
| * move to raster buckets & tile parser handling raster decodingJustin R. Miller2014-04-091-9/+1
| * refs #101: first cut of basic hacky data sourcesJustin R. Miller2014-04-021-12/+5
* | add human-readable error messagesKonstantin Käfer2014-04-151-1/+1
* | clean up os x + ios request codeKonstantin Käfer2014-04-141-6/+5
* | Merge branch 'master' of github.com:mapbox/llmr-nativeKonstantin Käfer2014-04-111-1/+1
|\ \
| * | log failed tile for more infoJustin R. Miller2014-04-101-1/+1
| |/
* | be more verbose about source of tile errorsKonstantin Käfer2014-04-101-1/+1
|/
* do not use shared pointers for buffersKonstantin Käfer2014-03-251-7/+0
* Merge branch 'master' into sdfKonstantin Käfer2014-03-211-4/+19
|\
| * fixes #70: raster tile rendering as toggleable mode from vectorJustin R. Miller2014-03-181-4/+19
* | remove unused glyphs from atlas againKonstantin Käfer2014-03-141-0/+1
* | move tile parsing to its own objectKonstantin Käfer2014-03-141-157/+5
* | add glyph atlas to mapKonstantin Käfer2014-03-141-2/+19
* | extract label shapingKonstantin Käfer2014-03-141-6/+6
* | parse feature objects so that we can access all tagsKonstantin Käfer2014-03-141-10/+39
* | add empty classes for rendering glyphsKonstantin Käfer2014-03-141-0/+7
* | use templated function to reduce codeKonstantin Käfer2014-03-141-34/+12
|/
* fix tile loadingKonstantin Käfer2014-03-051-5/+8
* don't pass around pointers if all we need is the stateKonstantin Käfer2014-03-051-15/+15
* implement tile wrappingKonstantin Käfer2014-03-051-2/+2
* rename Tile to TileDataKonstantin Käfer2014-03-041-0/+215