summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #984 from mapbox/log_stderr_printfJohn Firebaugh2015-03-129-26/+35
|\
| * Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-129-26/+35
* | tolerate missing spritesKonstantin Käfer2015-03-121-8/+4
|/
* Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-121-1/+37
|\
| * Update the FixtureLogThiago Marcos P. Santos2015-03-121-0/+14
| * Make the logging system staticThiago Marcos P. Santos2015-03-121-5/+7
| * Simplify the logging mechanismThiago Marcos P. Santos2015-03-121-0/+20
* | fixes black flicker on rotating the deviceKonstantin Käfer2015-03-123-75/+94
|/
* Don't copy VT keys / values into each featureJohn Firebaugh2015-03-102-18/+24
* More include fixesJohn Firebaugh2015-03-104-5/+4
* Move parseValue(pbf) to vector_tile.cppJohn Firebaugh2015-03-103-30/+30
* Remove unused headerJohn Firebaugh2015-03-101-1/+0
* virtual ⇢ override in derived classJohn Firebaugh2015-03-101-6/+6
* Don't use const on value-type returnsJohn Firebaugh2015-03-103-6/+6
* Inline PBFGeometryJohn Firebaugh2015-03-102-99/+35
* Revert FeatureType renameJohn Firebaugh2015-03-094-9/+9
* Use single geometry formatJohn Firebaugh2015-03-097-283/+252
* Rework GeometryTile* interfaceJohn Firebaugh2015-03-099-297/+112
* unique -> shared ptrJustin R. Miller2015-03-095-7/+6
* reference cleanupsJustin R. Miller2015-03-092-10/+10
* move to shared pointers for queried layers passed to bucketsJustin R. Miller2015-03-097-44/+28
* move from range-based for loop to iterator for to be clearerJustin R. Miller2015-03-095-11/+23
* fix iterator comparatorJustin R. Miller2015-03-092-1/+6
* move to abstract interfaces to more be in line with original APIJustin R. Miller2015-03-099-115/+178
* doesn't make sense to move shared pointersJustin R. Miller2015-03-091-3/+3
* safely check pointsJustin R. Miller2015-03-091-3/+4
* refactor varsJustin R. Miller2015-03-091-6/+5
* properly iterate geometriesJustin R. Miller2015-03-091-3/+1
* increment feature filter on creationJustin R. Miller2015-03-091-0/+1
* get rid of unused memberJustin R. Miller2015-03-093-10/+0
* parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-099-264/+270
* pass actual feature pbf when filtering layer featuresJustin R. Miller2015-03-091-3/+4
* no need for while loopJustin R. Miller2015-03-091-1/+1
* proper moveJustin R. Miller2015-03-091-1/+1
* iterate through fresh copy of layer dataJustin R. Miller2015-03-091-10/+10
* fix referenceJustin R. Miller2015-03-091-1/+1
* move to abstract base classes & shared pointersJustin R. Miller2015-03-098-95/+91
* refs #928: bookmarking working build of refactorJustin R. Miller2015-03-0913-243/+233
* refs #928: 90% of way to genericizing VectorTileJustin R. Miller2015-03-095-148/+203
* Fix satellite style label renderingJohn Firebaugh2015-03-091-4/+0
* Fix satellite style contour renderingJohn Firebaugh2015-03-081-1/+1
* Fix conditional in normalizeSourceURLJohn Firebaugh2015-03-061-2/+1
* Insert {ratio} before extension, not inside access tokenMinh Nguyễn2015-03-061-2/+2
* Only add {ratio} to raster tile URLsMinh Nguyễn2015-03-063-10/+16
* Replace regex usage with basic string manipulationMinh Nguyễn2015-03-061-3/+17
* Load 2× raster tiles on HiDPI screensMinh Nguyễn2015-03-063-1/+12
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-0617-120/+235
* use a reinterpret_cast to return the correct typeKonstantin Käfer2015-03-061-1/+1
* fix ambiguous name (gcc)Konstantin Käfer2015-03-061-4/+4
* throw exception when shader compilation failsKonstantin Käfer2015-03-0614-74/+7