summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Decouple style change and transitions updateupstream/mikhail_decouple_map_change_and_transition_updatesMikhail Pozdnyakov2019-10-222-13/+26
| | | | | | Update transitions in a separate call chain in order to avoid infinite loop, in case map is modified from within the transitions update callback.
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-2227-122/+422
|
* [test runner] Improve error messaging for memory metrics testsMikhail Pozdnyakov2019-10-212-15/+10
|
* [test runner] Memory metrics expectations for MACMikhail Pozdnyakov2019-10-213-1/+29
|
* [test runner] Command line option for the tests expectations pathMikhail Pozdnyakov2019-10-216-30/+40
| | | | | | -e[expectationsPath], --expectationsPath=[expectationsPath] Test expectations path.
* [test runner] Adjust memory metrics test resultsMikhail Pozdnyakov2019-10-215-5/+62
|
* [test runner] Disable memory metrics checks on sanitize buildsMikhail Pozdnyakov2019-10-211-1/+2
|
* [test runner] Tests for memory size metricsMikhail Pozdnyakov2019-10-2111-2/+163
|
* [test runner] Threshold for memory metricsMikhail Pozdnyakov2019-10-213-13/+30
|
* [build] Only add mapbox-base if target is not setBruno de Oliveira Abinader2019-10-201-2/+4
|
* [ios] Add ARC config to the new build system. (#15833)Fabian Guerra Soto2019-10-181-0/+2
|
* [build] Make output of the tests verboseThiago Marcos P. Santos2019-10-181-1/+1
| | | | | We have a flaky test that is hanging on the bots and we need to find out which one.
* [core] Update ImageManager.OnStyleImageMissingBeforeSpriteLoadedMikhail Pozdnyakov2019-10-171-2/+12
| | | | So that it checks pending image requests for a different requestor.
* [core] Fix image requests for already obtained imagesMikhail Pozdnyakov2019-10-172-5/+7
| | | | | Before this change, repeated request for an already obtained image was erroneously treated as pending.
* [android] Check flag before runnable task invocationAlexander Shalamov2019-10-162-6/+15
|
* [render-test] Add network metrics test caseJuha Alanen2019-10-1613-1/+328
|
* [render-test] Add support for collecting network metricsJuha Alanen2019-10-166-2/+204
|
* [build] Update to Xcode 11.1upstream/friedbunny-updates-to-xcode-11.1Jason Wray2019-10-151-7/+7
|
* [test-runner] make render-test a shared lib (#15816)zmiao2019-10-158-40/+134
| | | | | | | | | | * [test-runner] make render-test a shared lib [test-runner] nit [test-runner] nit again * [test-runner] Remove redundant linked file in cmake
* [android] - remove snapshot and release builds, disable broken metric ↵tobrun2019-10-151-14/+3
| | | | collection script
* [render-test] Add test for file size toleranceThiago Marcos P. Santos2019-10-146-0/+92
|
* [render-test] Add tolerance to file-size testsThiago Marcos P. Santos2019-10-149-16/+27
|
* [core] fix icon-text-fitKonstantin Käfer2019-10-147-235/+214
| | | | This fixes rendering by account for the 1px texture padding around icons that were stretched with icon-text-fit. We've added the 1px padding before, but didn't scale it accordingly when we are resizing the icon when it is stretched to fit the text. Adjusts the code to match the logic in GL JS.
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-145-37/+44
|
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-143-0/+18
|
* Add iOS bindings for cluster properties (#15515)Jordan Kiley2019-10-1111-8/+244
|
* [ios] Fix for iOS 9 crash (seen in simulator) (#15771)Julian Rex2019-10-112-1/+28
| | | | | | | | * [ios] Fix for iOS 9 crash (seen in simulator) * [ios] Update change log * [ios, macos] Add #if around new function.
* [render-test] No camelCase on the metrics.json tagThiago Marcos P. Santos2019-10-1116-12/+12
| | | | It is ugly.
* [render-test] Prettyfy metrics outputThiago Marcos P. Santos2019-10-115-5/+57
|
* [render-test] Add more probe tests for file sizeThiago Marcos P. Santos2019-10-1113-32/+50
| | | | Also make the tests simpler.
* [render-test] Fix UPDATE_METRICS=1 changing the path of file size testsThiago Marcos P. Santos2019-10-114-9/+11
| | | | Should use the exact same path as described on style.json
* [render-test] Fix bots not running the render tests self checksThiago Marcos P. Santos2019-10-111-12/+1
|
* [offline] Document the database schemaThiago Marcos P. Santos2019-10-111-30/+134
|
* [build] Make sure offline_schema.hpp is up-to-dateThiago Marcos P. Santos2019-10-113-4/+7
| | | | | - Get the bots to verify that. - Fix the paths.
* [render-test] Update location of render / query test html pageAlexander Shalamov2019-10-101-1/+1
|
* [ios, android] Update curl command to indicate there is no password (as per ↵Julian Rex2019-10-101-3/+3
| | | | https://circleci.com/docs/api/#authentication) (#15796)
* [android] update changelog for 8.5.0-alpha.2android-v8.5.0-alpha.2tobrun2019-10-101-1/+9
|
* [render-test] Only write metrics if they are availableThiago Marcos P. Santos2019-10-101-18/+20
| | | | Otherwise the file will have an empty tag.
* [render-test] Add tests for filesize probeThiago Marcos P. Santos2019-10-1015-7/+173
| | | | And make sure we run it on the bots
* [render-test] Make clang-format happyThiago Marcos P. Santos2019-10-101-44/+25
|
* [render-test] Add instruction for verifying file sizeThiago Marcos P. Santos2019-10-103-1/+98
| | | | | | | | | | For a given absolute or relative path, measure the size of the file. This is useful for measuring if the cache has increased as expected after moving a camera or decreased after cleaning up. In a more hackish manner, could be used for collecting binary size statistics of shared libraries.
* [render-test] Fix rootPath parameter being ignoredThiago Marcos P. Santos2019-10-101-2/+2
| | | | It was doing nothing and always using the default root path.
* [tests] Do not run tests in parallelThiago Marcos P. Santos2019-10-101-1/+1
| | | | Introduces too much flakeness.
* [build] Check for code generation on DarwinThiago Marcos P. Santos2019-10-101-0/+6
| | | | | Sadly, it can only be done inside macOS because of how examples are generated.
* [build] Remove redundant botsThiago Marcos P. Santos2019-10-101-245/+0
| | | | We have something equivalent on the `next` workspace for these bots.
* [android] - manually write and read camera's padding array to parcelŁukasz Paczos2019-10-102-3/+31
| | | | This avoids relying on Parcel's util methods that do not handle null arrays gracefully.
* [android][ios] Change log entriesMikhail Pozdnyakov2019-10-102-1/+8
|
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-103-6/+21
|
* [ci] Fixed duplicated render tests run on MacOSMikhail Pozdnyakov2019-10-101-1/+1
|
* [core] Update ImageManager.OnStyleImageMissingBeforeSpriteLoaded unit testMikhail Pozdnyakov2019-10-101-0/+14
| | | | So that it checks missing images requests coalescing.