summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [build] cache Node + Nan headers globally, not build-specificupstream/linux-portableKonstantin Käfer2018-05-301-0/+1
* [node] hide all symbols from the Node.js addonsKonstantin Käfer2018-05-304-2/+10
* [core] fix bogus unused variable with GCC 7Konstantin Käfer2018-05-301-3/+3
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-05-3014-31/+20
* [linux] link EGL backend against SwiftShader to avoid Mesa dependencyKonstantin Käfer2018-05-301-7/+2
* [linux] load cURL dynamically for wider compatibilityKonstantin Käfer2018-05-302-44/+125
* [linux] statically link the C++ standard libraryKonstantin Käfer2018-05-302-1/+9
* [android] - fix literal wrapping in comparission expressionstobrun2018-05-292-16/+57
* [android] - null check access token in filesource initializertobrun2018-05-291-1/+3
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-283-2/+18
* [android] - raw expression supportŁukasz Paczos2018-05-284-91/+255
* [ios] Bump mapbox-mobile-events to avoid build warning (#12005)Jason Wray2018-05-251-0/+0
* [android] - update changelog for v6.2.0-alpha.2 (#12006)android-v6.2.0-alpha.2Tobrun2018-05-251-2/+17
* UI thread checking (#12000)Tobrun2018-05-2529-197/+644
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-254-55/+71
* [ios, build] Remove obsolete UI tests, KIF and OHHTTPStubs submodulesupstream/fb-remove-dead-uitest-infraJason Wray2018-05-2436-2249/+1
* [build] disable parts of the build that require node when WITH_NODEJS=OFF is setKonstantin Käfer2018-05-244-15/+18
* Set Tile loaded/rendered instead of marking tile as optional.Asheem Mamoowala2018-05-241-3/+3
* [android] - update onMapChange docs for possible valuesŁukasz Paczos2018-05-241-0/+2
* [ios] Updated MGLScaleBar to use rendered UIImages instead of MGLScaleBarLabe...Julian Rex2018-05-243-63/+273
* [core] wrap glGetString in `MBGL_CHECK_ERROR` tooKonstantin Käfer2018-05-242-3/+3
* [ios] Provide custom hit test for callout views (#11939)Julian Rex2018-05-242-0/+39
* [ios, macos] Added macro to handle pending iOS tests (rather than disabling v...Julian Rex2018-05-247-16/+51
* [ios, macos] Fix keypath expressions, json object is parsed incorrectly for n...Fabian Guerra Soto2018-05-234-1/+16
* Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-233-3/+33
* [android] - update changelog for v6.1.3Łukasz Paczos2018-05-231-0/+6
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-2311-12/+120
* [android] - bump telemetry to v3.1.2tobrun2018-05-231-1/+1
* [ios] Use standard callout positioning for unanimated user location changesJason Wray2018-05-221-24/+8
* [ios] Run MGLMapboxEvents setup asynchronously (#11784)Randall Lee2018-05-222-1/+4
* [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-225-4/+53
* [core] avoid symbol flickering when longitude is wrappedAnsis Brammanis2018-05-224-6/+42
* [android] - remove mips and armeabi as supported ABIsTobrun2018-05-2211-35/+34
* [android] - change MapView#initialize modifier to allow subclasses to overrid...Tobrun2018-05-221-5/+7
* [core] Use std::ios::binary format in std::ifstreamBruno de Oliveira Abinader2018-05-221-2/+2
* [core] fix hang when parsing very large angles for hue in hsl colorsKonstantin Käfer2018-05-221-3/+3
* [node] fixup bad mergeKonstantin Käfer2018-05-221-1/+1
* [node] allow building all ABIs at onceKonstantin Käfer2018-05-228-669/+122
* [node] move to Nan 2.10.0Konstantin Käfer2018-05-225-15/+34
* [node] prevent race condition for renderFinishedKonstantin Käfer2018-05-221-0/+6
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-212-9/+10
* [ios,macos] Fix for infinite loop crash when setting shape to nil in MGLMapVi...Julian Rex2018-05-2111-32/+630
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-187-7/+31
* [core] Align match behavior with case/==John Firebaugh2018-05-184-7/+24
* [ios] Bump podspect to 4.1.0-alpha.1. (#11937)ios-v4.1.0-alpha.1Fabian Guerra Soto2018-05-183-3/+3
* [android] - bump telemetry to v3.1.1Tobrun2018-05-182-11/+13
* [android] - add changelog for 6.2.0-alpha.1tobrun2018-05-181-1/+6
* [ios, macos] Support array values in match expressions. (#11866)android-v6.2.0-alpha.1Fabian Guerra Soto2018-05-177-28/+62
* [android] - expose MapView created callbacks on MapFragment and MapSupportFra...tobrun2018-05-174-64/+160
* [android] - add nullability annotations to public api for kotlin language int...tobrun2018-05-174-59/+81