summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #946 from friedbunny/931-fullwidth-blockMike Morris2015-03-181-1/+1
|\
| * #931: fix end of acceptable glyph/unicode rangeJason Wray2015-03-041-1/+1
* | Log the Environment ID and the Thread nameThiago Marcos P. Santos2015-03-181-1/+25
* | Add an ID to EnvironmentThiago Marcos P. Santos2015-03-182-1/+14
* | Scope the Tile worker thread to an EnvironmentThiago Marcos P. Santos2015-03-1813-46/+41
* | Scope the Map thread to an EnvironmentThiago Marcos P. Santos2015-03-183-56/+35
* | Introduce the ThreadInfoStore and Environment::ScopeThiago Marcos P. Santos2015-03-182-2/+113
* | feature() -> getFeature() to clear up ambiguity / Linux compiler errorJustin R. Miller2015-03-176-6/+6
* | properly clean up tile annotations on deleteJustin R. Miller2015-03-171-0/+6
* | fix passing of annotation managerJustin R. Miller2015-03-173-5/+5
* | refs #893 #992: point annotations APIJustin R. Miller2015-03-1718-33/+541
* | fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-178-55/+312
* | Revert "Move atlas ownership to Style"John Firebaugh2015-03-138-136/+131
* | Index glyph use by tile pointer value, not tile IDJohn Firebaugh2015-03-136-18/+21
* | Remove unused declarationJohn Firebaugh2015-03-131-3/+0
* | Remove needless indirectionJohn Firebaugh2015-03-132-12/+1
* | Clean up GlyphAtlasJohn Firebaugh2015-03-132-40/+40
* | Move atlas ownership to StyleJohn Firebaugh2015-03-138-131/+136
* | fix rare issue that had the notify and cancel callbacks called in the wrong o...Konstantin Käfer2015-03-131-57/+44
* | 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