summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre9upstream/node-v4.0.0-pre.10John Firebaugh2018-07-241-1/+1
* pre8John Firebaugh2018-07-241-1/+1
* Remove node 4 supportJohn Firebaugh2018-07-241-8/+0
* Remove failing builds that aren't relevant to this branchJohn Firebaugh2018-07-242-61/+0
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-07-245-7/+47
* [ios] Add custom events library start-up delay (#12088)Randall Lee2018-07-172-13/+43
* [node] prevent scheduled renderFinished() calls from running when render is c...Konstantin Käfer2018-07-131-9/+16
* Change error message with invalid render usage (#12265)Dane Springmeyer2018-07-022-2/+2
* [build] Xcode 10 no longer exposes DEVELOPER_DIR to the compiler launcherKonstantin Käfer2018-06-112-2/+2
* [build] make Xcode schemes profilableKonstantin Käfer2018-06-112-2/+10
* fixup macosKonstantin Käfer2018-06-112-3/+1
* fixup linuxKonstantin Käfer2018-06-111-1/+1
* [build] allow WITH_EGL for macOS as well (SwiftShader) and enable EGL for GLFWKonstantin Käfer2018-06-117-11/+49
* [linux] link EGL backend against SwiftShader to avoid Mesa dependencyKonstantin Käfer2018-06-111-7/+2
* pre7node-v4.0.0-pre.7Asheem Mamoowala2018-05-211-1/+1
* Cherry-pick #11964 from master: Clamp TileJSON.bounds latitudes to [-90, 90]Asheem Mamoowala2018-05-212-9/+10
* pre6, brings https://github.com/mapbox/mapbox-gl-native/pull/11948node-v4.0.0-pre.6ian292018-05-201-1/+1
* [node] prevent race condition for renderFinishedKonstantin Käfer2018-05-191-0/+6
* pre5node-v4.0.0-pre.5ian292018-05-081-1/+1
* Fix CXX11ABI builds with clang++Dane Springmeyer2018-05-081-6/+2
* pre4node-v4.0.0-pre.4ian292018-05-071-1/+1
* pre3 for realian292018-05-071-1/+1
* [node] - release v4.0.0Emily DuBois2018-05-071-2/+2
* [android] - update changelog to v6.1.1android-v6.1.1Tobrun2018-05-071-0/+3
* [ios, macos] Add to-rgba expression operator. (#11725)Fabian Guerra Soto2018-05-0710-9/+87
* [android] - update telemetry to 3.1.0Tobrun2018-05-071-1/+1
* [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-0425-86/+149
* [ios, macos] Add support for subscripting in expressions. (#11770)Fabian Guerra Soto2018-05-044-1/+45
* [android] - bump snapshot versiontobrun2018-05-042-2/+2
* [android] - update changelog for release v6.1.0tobrun2018-05-041-2/+11
* [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-043-27/+10
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-044-19/+18
* [android] - null check source before removingŁukasz Paczos2018-05-042-1/+19
* [ios, macos] Fix overlay bounds that span the antimeridian. (#11783)Fabian Guerra Soto2018-05-047-2/+56
* [ios, macos] Update migration guides in jazzy table (#11808)Jordan Kiley2018-05-042-2/+2
* [ios] Switched to use center property (instead of frame) when repositioning a...Julian Rex2018-05-032-4/+11
* [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-0323-237/+557
* iOS: Add custom layer example to debugging app (#7734)Konstantin Käfer2018-05-036-20/+40
* [ios, macos] Fix broken link to predicates and expressions guide. (#11818)Fabian Guerra Soto2018-05-033-6/+6
* [ios, macos] Avoid implicit capture of MBGLOfflineRegionObserver this pointerJohn Firebaugh2018-05-023-3/+8
* [android, ios, macos] Added Korean localizationMinh Nguyễn2018-05-0213-2/+554
* [android] Map European Portuguese to system-compatible locale codeMinh Nguyễn2018-05-021-0/+1
* [core] Don't copy TileLayerIndexes on every frame.Chris Loer2018-05-023-1/+4
* [ios, macos] Fix possible retain cycles in blocksJason Wray2018-04-273-16/+33
* [ios, macos] Accept Xcode 9.3 project suggestionsJason Wray2018-04-2714-44/+28
* [ios, macos] Raise exceptions for empty expression stops dictionaries (#9539)Julian Rex2018-04-264-2/+89
* [ios, macos] Added change logs for #11731Julian Rex2018-04-252-0/+5
* [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-04-251-1/+6
* [android] - improve stop javadoc to include interpolateTobrun2018-04-241-1/+5
* [android] - clear map change listeners when map is destroyedTobrun2018-04-242-2/+4