summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-0227-151/+154
* Rename methods to match gl-jsJohn Firebaugh2015-04-013-14/+14
* StyleLayer is noncopyableJohn Firebaugh2015-04-011-1/+2
* Remove unusedJohn Firebaugh2015-04-012-7/+0
* Remove unusedJohn Firebaugh2015-04-012-10/+3
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-0114-168/+63
* use hashes instead of string keysKonstantin Käfer2015-04-011-22/+24
* replace iterator variable types with autoKonstantin Käfer2015-04-0120-51/+51
* use cumulative hash instead of string for linedash lookupKonstantin Käfer2015-04-012-13/+16
* Parse VT tags lazilyJohn Firebaugh2015-04-012-25/+25
* Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-3110-107/+76
* Remove unusedJohn Firebaugh2015-03-313-17/+1
* Remove unused variableJohn Firebaugh2015-03-301-10/+2
* fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-303-7/+20
* normalize font stackKonstantin Käfer2015-03-301-1/+21
* Merge pull request #1137 from mapbox/clang-3.5Thiago Marcos P. Santos2015-03-301-0/+1
|\
| * Fix build failure when using clang-3.5 on LinuxThiago Marcos P. Santos2015-03-271-0/+1
* | Disable all Sources when terminatingKonstantin Käfer2015-03-271-1/+8
* | make sure the map terminatesKonstantin Käfer2015-03-271-1/+1
|/
* dispatch all AnnotationManager calls to the map threadKonstantin Käfer2015-03-271-18/+69
* make sure that we always have a style object after prepar()Konstantin Käfer2015-03-261-1/+2
* support wrapped bilinear scalingAnsis Brammanis2015-03-263-15/+16
* fix sprite padding, fixesAnsis Brammanis2015-03-261-14/+14
* height not width, fixes #1038Ansis Brammanis2015-03-251-1/+1
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-0/+6
* make 1.0 the default base for all typesAnsis Brammanis2015-03-241-4/+1
* clip fill antialiasing with depth buffer to avoid overlappingAnsis Brammanis2015-03-244-3/+10
* Compare correct fill/stroke variablesJohn Firebaugh2015-03-241-2/+2
* Merge pull request #1073 from mapbox/debug_crashKonstantin Käfer2015-03-241-2/+3
|\
| * Fix crash on debug buildThiago Marcos P. Santos2015-03-241-2/+3
* | annotations perf improvements & iOS app testingJustin R. Miller2015-03-233-30/+45
|/
* Merge branch 'master' into 1022-annotations-thread-safetyJustin R. Miller2015-03-2312-121/+394
|\
| * delete the workers in the correct threadKonstantin Käfer2015-03-231-0/+1
| * move style classes to MapData object and make thread safeKonstantin Käfer2015-03-233-25/+79
| * move accessToken to MapDataKonstantin Käfer2015-03-232-3/+13
| * move defaultTransitionDuration to MapDataKonstantin Käfer2015-03-232-6/+21
| * move animationTime to MapData storeKonstantin Käfer2015-03-232-8/+33
| * make the debug flag atomic and move to MapDataKonstantin Käfer2015-03-232-6/+15
| * make style updates a little more threadsafeKonstantin Käfer2015-03-232-49/+117
| * Cocoa annotations APIJustin R. Miller2015-03-221-1/+3
| * coalesce buffer deletions and run them in bulk during renderingKonstantin Käfer2015-03-209-32/+121
| * Delete the data buffer of LineAtlasThiago Marcos P. Santos2015-03-201-0/+1
* | add comments to annotation manager; fix vector reserveJustin R. Miller2015-03-201-6/+32
* | remove now-unused operatorJustin R. Miller2015-03-201-1/+0
* | make more things const and refs, and add mutexesKonstantin Käfer2015-03-207-78/+154
|/
* 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