summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump to with v5.0.2 with 335aab0node-v5.0.2upstream/v5.0.2-nodeDane Springmeyer2019-10-301-1/+1
* [core] fix cutoff cross-tile labels in MapMode::TileAnsis Brammanis2019-10-303-4/+8
* bump to 5.0.1-alpha.1Dane Springmeyer2019-10-241-1/+1
* merge in https://github.com/mapbox/mapbox-gl-native/pull/15828Ansis Brammanis2019-10-241-10/+49
* [core] avoid edges for labels that use text-variable-anchorsAnsis Brammanis2019-10-243-13/+13
* clear line atlas every frame + add more loggingDane Springmeyer2019-10-244-13/+4
* [node] Exclude node abi 79 (13.x) from buildAlexander Shalamov2019-10-243-3/+4
* attempt to keep line atlas from overflowingDane Springmeyer2019-10-244-9/+28
* bump to v5node-v5.0.0upstream/next-node-versionDane Springmeyer2019-10-082-2/+4
* node package improvements (#15748)Dane Springmeyer2019-10-085-16/+49
* [ios] Skip metrics.sh step (#15779)Julian Rex2019-10-081-2/+5
* [android] Expose pre-fetching zoom delta. (#15769)Peng Liu2019-10-0811-94/+260
* [tests] Share common code between test runnersJuha Alanen2019-10-088-222/+155
* [docs] add SMCalloutView to LICENSE.md (#15774)Chloe Krawczyk2019-10-071-1/+13
* [core] Introduce SequencedScheduler and ParallelSchedulerMikhail Pozdnyakov2019-10-073-43/+74
* [build] enable query tests on native test runnerJuha Alanen2019-10-072-6/+39
* [expression-test] fix result diffingJuha Alanen2019-10-071-2/+2
* [render-test] Add support for query testsJuha Alanen2019-10-0716-18/+387
* [render-test] Support feature-state tests where featureID is a numberJuha Alanen2019-10-071-4/+16
* [render-test] Add support for setPitch operationJuha Alanen2019-10-071-0/+7
* [ios, macos] Changed exception to assert and nil return, since attribution me...Julian Rex2019-10-053-3/+18
* [ios] Fixes an issue that caused the ornaments ignore contentInset property. ...Fabian Guerra Soto2019-10-049-35/+670
* [ios] Adds pointForCoordinate/coordinateForPoint to MGLMapSnapshotOverlay (#1...Julian Rex2019-10-047-12/+177
* [android] keep Mapbox.java when obfuscating code to allow look up from JNItobrun2019-10-041-0/+2
* [ios] Fix layout of Scale bar components (#15703)Julian Rex2019-10-045-74/+269
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-0413-39/+38
* [android] Check if Mapbox instance exists before creating default file sourceAlexander Shalamov2019-10-043-3/+15
* [ios][android] Add change log entriesMikhail Pozdnyakov2019-10-042-0/+9
* [core] Orchestration performance for styles with multiple sourcesMikhail Pozdnyakov2019-10-042-26/+39
* [core][benchmark] Add API_renderStill_multiple_sources benchmarkMikhail Pozdnyakov2019-10-041-4/+40
* [ios] Disable iOS code coverage script #15749Jordan Kiley2019-10-031-1/+4
* [android] - changelog for 8.5.0-alpha.1 (#15753)android-v8.5.0-alpha.1Igor Tarasov2019-10-031-0/+4
* [android] - remove projected meters per pixel and pixel ratio relationŁukasz Paczos2019-10-032-2/+2
* [ios] Podspec & changelog updates for v5.5.0-alpha.1ios-v5.5.0-alpha.1Nadia Barbosa2019-10-024-4/+4
* [core] fix opacity interpolation for composition expressions (#15738)Ansis Brammanis2019-10-022-5/+5
* [ios][android] Add change log entryMikhail Pozdnyakov2019-10-022-0/+9
* Exclude Source.InvisibleSourcesTileNecessity from sanitizer CIMikhail Pozdnyakov2019-10-021-2/+2
* [core] Suppress network requests for invisible tilesMikhail Pozdnyakov2019-10-022-1/+79
* [android] - changelog for v8.3.2Łukasz Paczos2019-10-011-1/+8
* [docs] Correct license typo in README (#15707)Jason Wray2019-09-301-1/+1
* [core] Enable move semantics for StylePropertyMikhail Pozdnyakov2019-09-272-27/+33
* [core] Return enum layer property values as stringAnder Conselvan de Oliveira2019-09-272-4/+4
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-275-39/+104
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2711-208/+271
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-276-48/+69
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2624-29/+29
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-264-9/+23
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2625-206/+206
* [core] Add Map.UniversalStyleGetter testMikhail Pozdnyakov2019-09-261-0/+73
* [core] Fix clang format errorsMikhail Pozdnyakov2019-09-2610-401/+441