summaryrefslogtreecommitdiff
path: root/metrics
Commit message (Collapse)AuthorAgeFilesLines
* Update baselinezmiao2020-04-301-1/+1
|
* Update baselinesMikhail Pozdnyakov2020-04-281-3/+3
|
* [render tests] Update tile-avoid-edges expectationsMikhail Pozdnyakov2020-04-245-40/+40
| | | | And other affected tests metrics too.
* Update baselinezmiao2020-04-224-6/+6
|
* Introduce a mean to add render features in layers with no sourcesGali Nelle2020-04-177-1/+219
| | | | | | This change also uses the support in the LocationIndicator layer, to return a point feature when queried in correspondence of the location indicator.
* [metrics] Ignore location indicator on iOS until we move to gfx::Thiago Marcos P. Santos2020-04-171-0/+1
| | | | After that, it will be more portable.
* [baselines] Update binary size baselinesThiago Marcos P. Santos2020-04-161-3/+3
| | | | New image, new libraries we link against.
* Fix LocationIndicator not updating image sizes when image manager content ↵Gali Nelle2020-04-163-1/+106
| | | | changes
* [build] Ignore location indicator on iOS until we port to ::gfxThiago Marcos P. Santos2020-04-151-1/+15
| | | | Remove the ignore after https://github.com/mapbox/mapbox-gl-native/issues/16401 is done.
* [metrics] Add baselines for benchmark testsJuha Alanen2020-04-152-0/+25478
|
* Update baselines for macos botAlexander Shalamov2020-04-151-3/+3
|
* Update baselinesMikhail Pozdnyakov2020-04-144-0/+140
|
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-142-1/+0
|
* Fix LocationIndicator LayerGali Nelle2020-04-1047-230/+306
| | | | | | | | | This changes image size properties to be scales instead of pixel sizes. The commit also adds fixes for handling image updates with the same ID, adds tests for expressions in paint properties, as well as tests for using images with pixel ratio greater than 1. Finally it moves image-tilt-displacement and perspective-compensation properties from layout to paint properties, and includes other minor cleanups.
* Update baselines after addition of Location Indicator layerGali Nelle2020-04-0849-41/+1357
|
* Add LocationIndicatorLayerGali Nelle2020-04-0843-0/+1637
| | | | | New key is "G" in mbgl-glfw, cycling between no puck, centered in the viewport and positioned in Tokyo.
* Update render tests expectationsMikhail Pozdnyakov2020-04-083-1/+2
|
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [build] Fix integer overflow runtime error for core part Temporarily remove circle ci UBSAN build precondition * [build] Enable all of the ubsans [build] Check runtime error [build] Update UBSAN_OPTION * [build] Add UBSAN blacklist [build] Ignore system libraries [build] Ignore vendor library * [build] Fix implicit conversion runtime error in core * [build] Fix division by zero runtime error * [build] Add unfixed error to ubsan blacklist * [build] Make UBSAN halt on error Revert "Temporary remove build precondition" * [build] Fix division by zero error * [build] Make UBSAN officially work without FIXME prefix * [build] Fix implicit conversion from int64_t to uint64_t * [build] Rename style test json file name * Address review findings
* [android] [build] [ci] Move Android JNI bindings code to ↵Igor Tarasov2020-04-028-12/+12
| | | | mapbox-gl-native-android repo. (#16356)
* [android] Add jni binding for styleable snapshotter (#16286)Kevin Li2020-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] Add jni binding for styleable snapshotter * Remove Map parameter from factories - remove unused map from factory interfaces. Map is only needed for repaint. * implement addlayer function * Implement addsource function for snapshotter * Implement addImages function * format codes * Apply baseline * Update CHANGELOG.md * Update map_snapshotter.cpp * Destroy snapshotter on the thread it was created * Activate file sources in start * Use custom deleter for snapshotter * format codes * Release snapshotter pointer to deleting lambda * Clang format * Update CHANGELOG.md * Fix review comments * FIx review comments Co-authored-by: Alexander Shalamov <alexander.shalamov@mapbox.com>
* Update metricsMikhail Pozdnyakov2020-03-2020-40/+40
|
* Update metricszmiao2020-03-191-1/+1
|
* Update metricsMikhail Pozdnyakov2020-03-1813-81/+81
|
* Update metricsMikhail Pozdnyakov2020-03-122-2/+2
|
* [core] Collision index uses doubled padding with the tilted viewMikhail Pozdnyakov2020-03-122-0/+0
|
* Update baselinesMikhail Pozdnyakov2020-03-124-0/+140
|
* [tests] Enable left-top-right-bottom-offset-tile-map-mode testMikhail Pozdnyakov2020-03-123-1/+35
| | | | Rebase its results after https://github.com/mapbox/mapbox-gl-native/commit/3ca26ed2a609ed2eec03be0e712c29ce83a99235
* [metrics] Updated baselinesThiago Marcos P. Santos2020-03-114-0/+140
|
* Update baselinesMikhail Pozdnyakov2020-03-11134-378/+658
|
* [core] Update baselinesAlexander Shalamov2020-03-071-1/+1
|
* [render tests] Temporarily ignore tile-mode/streets-v11Mikhail Pozdnyakov2020-03-061-1/+2
| | | | Due to flaky metrics results
* [render tests] Add resources for tile-mode/streets-v11Mikhail Pozdnyakov2020-03-065-0/+140
|
* Bump mapbox-gl-jsMikhail Pozdnyakov2020-03-061-1/+2
| | | | so that it includes `tile-mode/streets-v11` test
* [build] Collect code coverage from macOS buildsJuha Alanen2020-03-061-0/+1
| | | | | Collect coverage from development builds and add a nightly build to collect metrics.
* [core] Update binary size metrics for test appsAlexander Shalamov2020-03-053-8/+8
|
* [test] Add test manifest for the nightly buildJuha Alanen2020-03-031-0/+1
| | | | | | Use the same test manifest for the development and nightly coverage CI builds. Add manifest for the nightly build by creating a symbolic link to the existing manifest.
* Updated binary size baselinesMinh Nguyễn2020-02-271-3/+3
|
* [core] Update baselines for gl-native toolsAlexander Shalamov2020-02-261-3/+3
|
* [test-runner] Add new metricszmiao2020-02-214-0/+140
|
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-9/+9
| | | | | | | | | | | | | | | | | | * Implement in.cpp * Fix review comments. * Add expression_equality test for 'in' * Fix review comments. * [core] Update changelog. * [core] Update mapbox-gl-js * [core] Ignore render-tests/debug/padding * [core] Update baseline.
* [core] Update baselinesAlexander Shalamov2020-02-141-1/+1
|
* Apply new baselinesKarim Naaji2020-02-145-3/+143
|
* Whitelist render-tests/line-dasharray/zero-length-gapKarim Naaji2020-02-141-2/+1
|
* [metrics] Add new metric baselineszmiao2020-02-124-0/+140
|
* [core] Support [within expression] with layout propertyzmiao2020-02-121-2/+1
|
* Add metric baselines for within expression/render testszmiao2020-02-1216-0/+560
|
* Update baselineszmiao2020-02-126-15/+8
|
* Update metricsMikhail Pozdnyakov2020-02-112-4/+4
|
* Add new metric baselineszmiao2020-02-1116-0/+560
|
* Bump GL-JSzmiao2020-02-111-1/+30
| | | | Backport GL-JS fix 'Hide glyphs behind the camera'(https://github.com/mapbox/mapbox-gl-js/pull/9229)