Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] - trying to update non-existent polyline fix #9543upstream/LukasPaczos-9543-updating-non-existent-polyline | paczos | 2017-07-19 | 1 | -0/+1 |
| | |||||
* | [build] Add ccache install reminder and docs (#9520) | Jason Wray | 2017-07-18 | 2 | -4/+10 |
| | |||||
* | [Qt] Destroy the map object before the renderer frontend | Thiago Marcos P. Santos | 2017-07-18 | 1 | -1/+1 |
| | | | | | | The Map object will call the renderer frontend on its destructor. Fixes #9535. | ||||
* | [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443) | Tobrun | 2017-07-18 | 4 | -12/+175 |
| | |||||
* | [android] - bump OkHttp dependency to avoid null pointer exceptions on ↵ | Tobrun | 2017-07-18 | 1 | -1/+1 |
| | | | | Android 7.0 (#9522) | ||||
* | [android] - fine tune fling gesture (#9532) | Tobrun | 2017-07-18 | 2 | -2/+2 |
| | |||||
* | [build] do not run clang-tidy on master | Konstantin Käfer | 2017-07-18 | 1 | -4/+4 |
| | |||||
* | [build] make Xcode use the correct compiler when it is installed in a ↵ | Konstantin Käfer | 2017-07-18 | 6 | -21/+19 |
| | | | | non-standard location | ||||
* | [android] remove manual ref counting on activation/deactivation | Ivo van Dongen | 2017-07-18 | 2 | -9/+0 |
| | |||||
* | [core] BackendScope prevent double (de-)activation | Ivo van Dongen | 2017-07-18 | 5 | -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 errors | Ivo van Dongen | 2017-07-18 | 21 | -43/+35 |
| | |||||
* | [android][glfw][ios][macos][node][qt] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 13 | -30/+30 |
| | |||||
* | [core] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 29 | -70/+68 |
| | |||||
* | [qt] rendering interface changes | Ivo van Dongen | 2017-07-18 | 5 | -4/+96 |
| | |||||
* | [benchmark] rendering interface changes | Ivo van Dongen | 2017-07-18 | 4 | -8/+19 |
| | |||||
* | [glfw] rendering interface changes | Ivo van Dongen | 2017-07-18 | 6 | -8/+91 |
| | |||||
* | [android] rendering interface changes | Ivo van Dongen | 2017-07-18 | 19 | -68/+229 |
| | |||||
* | [ios][macos] rendering interface changes | Ivo van Dongen | 2017-07-18 | 9 | -32/+130 |
| | |||||
* | [node] rendering interface changes | Ivo van Dongen | 2017-07-18 | 5 | -10/+125 |
| | |||||
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 44 | -538/+1013 |
| | |||||
* | [android][glfw][ios][macos][node][qt] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 10 | -14/+20 |
| | |||||
* | [core] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 15 | -83/+81 |
| | |||||
* | [core] mutate style on annotation mutations immediately | Ivo van Dongen | 2017-07-18 | 9 | -75/+77 |
| | |||||
* | [core][ios][android][macos] Use premultiplied image directly for RasterTile ↵ | Asheem Mamoowala | 2017-07-17 | 15 | -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 Mamoowala | 2017-07-17 | 7 | -42/+75 |
| | | | | change detection | ||||
* | [macos] Use [NSImage CGImageForProposedRect:context:hints:] instead of ↵ | Asheem Mamoowala | 2017-07-17 | 1 | -10/+3 |
| | | | | drawing into a bitmap representation | ||||
* | [tests] Add test to enforce database not found behavior | Thiago Marcos P. Santos | 2017-07-17 | 1 | -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. | ||||
* | [Qt] Align database creation behavior with the default implementation | Thiago Marcos P. Santos | 2017-07-17 | 1 | -2/+11 |
| | | | | | Qt doesn't throw a Exception::Code::CANTOPEN when trying to open a database that doesn't exist without the Create flag. | ||||
* | [core] abort early when the dimension is 0 | Konstantin Käfer | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | [core] fix undefined behavior for division through 0 | Konstantin Käfer | 2017-07-17 | 3 | -10/+30 |
| | |||||
* | [build] Fix node package publish logic | Bruno de Oliveira Abinader | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | [android] - feature - location accuracy indicator threshold (#9472) | Tobrun | 2017-07-17 | 4 | -2/+66 |
| | |||||
* | [android] - rewire gesture handling and telemetry event push (#9494) | Tobrun | 2017-07-17 | 1 | -64/+57 |
| | |||||
* | [node] Bump version to 3.5.5 | Bruno de Oliveira Abinader | 2017-07-14 | 2 | -1/+4 |
| | |||||
* | [build] Publish node packages with RelWithDebInfo | Bruno de Oliveira Abinader | 2017-07-14 | 6 | -8/+13 |
| | |||||
* | [core] Make sure ThreadLocal will not own the pointer it is managing | Thiago Marcos P. Santos | 2017-07-14 | 4 | -20/+29 |
| | | | | | | | | | | | | | | ThreadLocal should not own the pointer it is managing because the use case in Mapbox GL is to keep a pointer to a stack allocated object, like: ``` MyObject foo; threadLocal.set(&foo); ``` To keep consistency, it is required that we clear the managed object before ThreadLocal gets destroyed by setting it to `nullptr`. | ||||
* | [test] Fix undefined behavior warning: | Chris Loer | 2017-07-14 | 1 | -2/+2 |
| | | | | | quads.test.cpp used a bin with unsupported x/y coordinates. Issue #9499. | ||||
* | [core] add unused default template parameter to keep Xcode 9's Clang from ↵ | Konstantin Käfer | 2017-07-13 | 1 | -0/+6 |
| | | | | crashing | ||||
* | [core] fix division by zero when defaultFadeDuration is 0 | Konstantin Käfer | 2017-07-13 | 1 | -1/+4 |
| | |||||
* | [core] fix undefined access for HTTP responses that don't contain a body | Konstantin Käfer | 2017-07-13 | 1 | -2/+2 |
| | |||||
* | [build] upload cache on Circle CI before running tests | Konstantin Käfer | 2017-07-13 | 1 | -11/+12 |
| | |||||
* | [build] add ccache + Circle CI caching | Konstantin Käfer | 2017-07-13 | 5 | -315/+279 |
| | |||||
* | [build] add address, undefined behavior + thread sanitizer | Konstantin Käfer | 2017-07-13 | 3 | -4/+151 |
| | |||||
* | [build] upgrade to v4 CircleCI images that have logbt/mesa/gdb/apitrace ↵ | Konstantin Käfer | 2017-07-13 | 4 | -354/+33 |
| | | | | installed | ||||
* | [Qt] Fix docs warnings | Thiago Marcos P. Santos | 2017-07-13 | 2 | -6/+6 |
| | |||||
* | [Qt] Share the DefaultFileSource for all QMapboxGL instances | Thiago Marcos P. Santos | 2017-07-13 | 2 | -2/+20 |
| | | | | | | Fix issues of concurrent access to the sqlite cache. Fixes #9108. | ||||
* | [build] Update GLFW to 2017-07-13-67c9155 | Bruno de Oliveira Abinader | 2017-07-13 | 3 | -13/+2 |
| | |||||
* | [build] enable -fvisibility=hidden for iOS | Konstantin Käfer | 2017-07-13 | 8 | -5/+25 |
| | |||||
* | [all] make default_styles header-only | Konstantin Käfer | 2017-07-13 | 7 | -31/+8 |
| | |||||
* | Update mapbox-gl-jsupstream/attribute-location | John Firebaugh | 2017-07-12 | 1 | -0/+0 |
| |