summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [node] Protect against synchronous request implementationsupstream/fix-8812John Firebaugh2017-07-191-1/+6
|
* Partially revert "[node] Fix memory test hanging after GlyphAtlas ↵John Firebaugh2017-07-192-16/+0
| | | | | | refactoring (#8394)" This reverts commit 5700c99e553c6e487649350505f438844056a1c8.
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-1913-13/+15
|
* [core] Refactor Painter awayJohn Firebaugh2017-07-1942-872/+814
|
* [core] Inline Painter::renderPassJohn Firebaugh2017-07-192-41/+42
|
* [core] Move extrusion rendering to RenderFillExtrusionLayerJohn Firebaugh2017-07-192-53/+42
|
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-1910-270/+175
|
* [core] Inline Painter::renderSymbolJohn Firebaugh2017-07-194-208/+195
|
* [core] Inline Painter::renderLine and RenderImageSource::renderJohn Firebaugh2017-07-196-117/+102
|
* [core] Inline Painter::renderLineJohn Firebaugh2017-07-194-103/+78
|
* [core] Inline Painter::renderFillExtrusionJohn Firebaugh2017-07-194-100/+77
|
* [core] Inline Painter::renderFillJohn Firebaugh2017-07-194-155/+134
|
* [core] Inline Painter::renderCircleJohn Firebaugh2017-07-194-71/+46
|
* [core] Inline Painter::renderBackgroundJohn Firebaugh2017-07-194-89/+74
|
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-1931-105/+112
|
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-1913-73/+13
|
* [core] std::vector can be bracket-initializedBruno de Oliveira Abinader2017-07-192-4/+4
|
* [core] Bracket init works for optional<T> in GCC 4.9Bruno de Oliveira Abinader2017-07-193-7/+7
|
* [build] Downgrade GCC support from 5.0 to 4.9Bruno de Oliveira Abinader2017-07-194-7/+128
|
* [build] Separate CODE-OF-CONDUCT.md to its own fileBruno de Oliveira Abinader2017-07-192-5/+5
|
* [Qt] Avoid using brace-list init ctor in QMapboxGLThiago Marcos P. Santos2017-07-192-14/+31
|
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-194-120/+94
|
* [android] - trying to update non-existent polyline fix #9543 (#9544)Łukasz Paczos2017-07-191-0/+1
|
* [Qt] Rename files with same nameThiago Marcos P. Santos2017-07-194-2/+2
| | | | | QMake is having some issues with files with same names when building the Qt Location plugin.
* [build] Add ccache install reminder and docs (#9520)Jason Wray2017-07-182-4/+10
|
* [Qt] Destroy the map object before the renderer frontendThiago Marcos P. Santos2017-07-181-1/+1
| | | | | | The Map object will call the renderer frontend on its destructor. Fixes #9535.
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-184-12/+175
|
* [android] - bump OkHttp dependency to avoid null pointer exceptions on ↵Tobrun2017-07-181-1/+1
| | | | Android 7.0 (#9522)
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-182-2/+2
|
* [build] do not run clang-tidy on masterKonstantin Käfer2017-07-181-4/+4
|
* [build] make Xcode use the correct compiler when it is installed in a ↵Konstantin Käfer2017-07-186-21/+19
| | | | non-standard location
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-182-9/+0
|
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-185-8/+148
| | | | | - Guards against duplicate activations by checking wether the backend of the prior scope is the same as the current ones - Makes sure that only the most outer backend scope deactivates by tracking activation state
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-1821-43/+35
|
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-1813-30/+30
|
* [core] rename backend to renderer backendIvo van Dongen2017-07-1829-70/+68
|
* [qt] rendering interface changesIvo van Dongen2017-07-185-4/+96
|
* [benchmark] rendering interface changesIvo van Dongen2017-07-184-8/+19
|
* [glfw] rendering interface changesIvo van Dongen2017-07-186-8/+91
|
* [android] rendering interface changesIvo van Dongen2017-07-1819-68/+229
|
* [ios][macos] rendering interface changesIvo van Dongen2017-07-189-32/+130
|
* [node] rendering interface changesIvo van Dongen2017-07-185-10/+125
|
* [core] renderer interfaceIvo van Dongen2017-07-1844-538/+1013
|
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-1810-14/+20
|
* [core] split backend from mapobserverIvo van Dongen2017-07-1815-83/+81
|
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-189-75/+77
|
* [core][ios][android][macos] Use premultiplied image directly for RasterTile ↵Asheem Mamoowala2017-07-1715-34/+53
| | | | and ImageSource, un-premultiply in the shader for blending
* [core] Use shared pointer to manage Image source raster data and speed up ↵Asheem Mamoowala2017-07-177-42/+75
| | | | change detection
* [macos] Use [NSImage CGImageForProposedRect:context:hints:] instead of ↵Asheem Mamoowala2017-07-171-10/+3
| | | | drawing into a bitmap representation
* [tests] Add test to enforce database not found behaviorThiago Marcos P. Santos2017-07-171-0/+11
| | | | | | Make sure all the implementations, currently Qt and Default, throw an exception with error code CANTOPEN when opening a database that doesn't exist without the CREATE flag.