| Commit message (Expand) | Author | Age | Files | Lines |
* | [build] don't advertise headers that aren't used in public headers | Konstantin Käfer | 2017-03-28 | 4 | -4/+4 |
* | [core] implement dds for text-offset | Molly Lloyd | 2017-03-28 | 5 | -12/+93 |
* | [core] Update mapbox-gl-js submodule | John Firebaugh | 2017-03-28 | 1 | -2/+2 |
* | [node] fix node bindings :bug: | Molly Lloyd | 2017-03-28 | 1 | -1/+1 |
* | [android] geojson source - add conversion tests | Ivo van Dongen | 2017-03-28 | 10 | -0/+457 |
* | [android] add option to set geometry and feature on geojson source | Ivo van Dongen | 2017-03-28 | 3 | -0/+96 |
* | [android] geojson conversion optimisation | Ivo van Dongen | 2017-03-28 | 47 | -134/+1266 |
* | [core] Privatize gl/gl.hpp | Konstantin Käfer | 2017-03-28 | 3 | -13/+12 |
* | [core] Privatize OpenGL/Context headers | Konstantin Käfer | 2017-03-28 | 10 | -62/+40 |
* | [android] Move SDK files to separate target | Konstantin Käfer | 2017-03-28 | 1 | -179/+163 |
* | [android] Remove public usage of private util/thread.hpp header | Konstantin Käfer | 2017-03-28 | 2 | -1/+2 |
* | [glfw] Remove GL state restoration | Konstantin Käfer | 2017-03-28 | 1 | -26/+10 |
* | [core] Internalize rapidjson.hpp | Bruno de Oliveira Abinader | 2017-03-28 | 2 | -48/+3 |
* | [node] Eliminate src as an include path | John Firebaugh | 2017-03-28 | 3 | -21/+25 |
* | [node] Fix mistaken .cpp include | John Firebaugh | 2017-03-28 | 1 | -1/+1 |
* | [core] Core tests and benchmarks are allowed to include via src | John Firebaugh | 2017-03-28 | 1 | -1/+1 |
* | [android] use more appropriate numeric types for filter conversion | Ivo van Dongen | 2017-03-28 | 5 | -5/+22 |
* | [android] - mark non-translatable resources, remove debug string resources, e... | Tobrun | 2017-03-28 | 3 | -12/+16 |
* | [build] Add Dockerfile for Bitrise | Konstantin Käfer | 2017-03-28 | 1 | -43/+13 |
* | [android] - harden offline region creation, add include method, expose world ... | Tobrun | 2017-03-24 | 7 | -32/+252 |
* | [android] - correct anchoring when Icon is updated (#8519) | Tobrun | 2017-03-24 | 2 | -0/+10 |
* | [android] - update VectorSource javadoc (#8521) | Tobrun | 2017-03-24 | 1 | -2/+2 |
* | [core] Refactor OpenGL extension loading mechanism | Konstantin Käfer | 2017-03-23 | 1 | -1/+1 |
* | [core] Move OpenGL extension initialization to Backend | Konstantin Käfer | 2017-03-23 | 20 | -88/+68 |
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 5 | -1/+17 |
* | [all] Replace Result<T> with optional<T> plus out Error parameter | John Firebaugh | 2017-03-23 | 12 | -70/+101 |
* | [build] Autodetect Qt{4,5} | Bruno de Oliveira Abinader | 2017-03-23 | 1 | -1/+0 |
* | [core] cache binary shaders on Android | Konstantin Käfer | 2017-03-22 | 3 | -14/+31 |
* | [qt] Add setFramebufferObject() for correct FBO binding restoration | Konstantin Käfer | 2017-03-22 | 6 | -16/+55 |
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0' | John Firebaugh | 2017-03-21 | 155 | -743/+4578 |
|\ |
|
| * | [ios][macos] Update DDS guide | Eric Wolfe | 2017-03-20 | 5 | -78/+189 |
| * | [ios] Add next steps to Runtime Styling guide (#7855) | Eric Wolfe | 2017-03-20 | 1 | -0/+4 |
| * | [ios][macos] Document that transitions using setStyleURL are not supported (#... | Eric Wolfe | 2017-03-20 | 1 | -2/+2 |
| * | [ios, build] Change version checker URL to ios-sdk site (#8468) | Jason Wray | 2017-03-19 | 2 | -21/+1 |
| * | [ios] Bump podspec version for v3.5.0-rc.2ios-v3.5.0-rc.2 | Jesse Bounds | 2017-03-18 | 2 | -2/+2 |
| * | [ios] Guard against over calling pause or resume | Jesse Bounds | 2017-03-18 | 1 | -0/+9 |
| * | Bump Android SNAPSHOT version (#8453) | Tobrun | 2017-03-18 | 2 | -2/+2 |
| * | [ios] updated pod spec to release version (#8462)ios-v3.5.0 | Fabian Guerra Soto | 2017-03-17 | 2 | -2/+2 |
| * | [ios, macos] update iOS SDK guides (#8354) | Jordan Kiley | 2017-03-17 | 17 | -9/+642 |
| * | [android] - update CHANGELOG.md for 5.0.0 release (#8449) | Tobrun | 2017-03-17 | 1 | -0/+57 |
| * | [android] Update dependencies to MAS v2.0.0 final | Antonio Zugaldia | 2017-03-17 | 1 | -3/+3 |
| * | [android] - only dispatch events if not handled by MarkerView (#8447) | Tobrun | 2017-03-17 | 3 | -13/+30 |
| * | 8322 javadoc 5.0.0 release (#8438) | Tobrun | 2017-03-17 | 11 | -53/+97 |
| * | [android] - take in account focalpoint when performing transformations, simpl... | Tobrun | 2017-03-17 | 7 | -101/+94 |
| * | [android] - fix LOST location updates (#8445) | Tobrun | 2017-03-17 | 2 | -1/+4 |
| * | [android] - update proguard configuration for 5.0.0 (#8437) | Tobrun | 2017-03-16 | 1 | -2/+6 |
| * | [ios] Update podspec for v3.5.0-rc.1 (#8422)ios-v3.5.0-rc.1 | Jordan Kiley | 2017-03-15 | 2 | -2/+2 |
| * | [ios, macos] Add more information to interpolation mode docs (#8425) | Jordan Kiley | 2017-03-15 | 1 | -6/+13 |
| * | [ios, macos] Update changelogs for 8374 | Jesse Bounds | 2017-03-14 | 2 | -1/+3 |
| * | [ios, macos] Expanded feature querying documentation | Minh Nguyễn | 2017-03-14 | 5 | -101/+164 |