summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] update pathsupstream/jmkiley-add-codecovjmkiley2019-03-142-2/+2
|
* [ios] that didn't workjmkiley2019-03-141-7/+6
|
* [ios] maybe this will workjmkiley2019-03-141-6/+7
|
* [ios] pokejmkiley2019-03-142-7/+7
|
* [ios] Get percentagejmkiley2019-03-141-10/+6
|
* [ios] remove output, kind of give percentagejmkiley2019-03-141-4/+5
|
* [ios] update logs pathjmkiley2019-03-141-1/+1
|
* [ios] move generation to build-ios-testjmkiley2019-03-142-7/+11
|
* [ios] generate coverage in ios-debug for testing purposesjmkiley2019-03-141-5/+9
|
* [ios] testing out coverage scriptjmkiley2019-03-141-1/+6
|
* [ios] Updated codecov.ymljmkiley2019-03-141-4/+3
|
* [ios] changed pathsjmkiley2019-03-141-3/+4
|
* [ios] -Jjmkiley2019-03-142-2/+5
|
* [ios] add code-coverage.shjmkiley2019-03-143-9/+20
|
* [ios] move codecov to nightlyjmkiley2019-03-142-5/+13
|
* [ios] updated codecov.ymljmkiley2019-03-141-2/+10
|
* [ios] update coverage generationjmkiley2019-03-141-0/+4
|
* [ios] removed -cjmkiley2019-03-141-1/+1
|
* [ios] moved the -Fjmkiley2019-03-141-2/+2
|
* [ios] removed targetjmkiley2019-03-141-1/+1
|
* [ios] moved flagjmkiley2019-03-141-7/+7
|
* [ios] specify targetjmkiley2019-03-141-1/+1
|
* [ios] stray spacejmkiley2019-03-141-1/+1
|
* [ios] testing flagsjmkiley2019-03-142-1/+5
|
* [ios] update ignore directoriesjmkiley2019-03-141-1/+2
|
* [ios] add codecov stepjmkiley2019-03-141-0/+6
|
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-1411-56/+123
| | | | | | | | Group bounds, minimum and maximum zoom related methods together using the new BoundOptions. v2: Document that getBounds() initializes all optional fields. - Add test for getBounds() on a map with default values.
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-1410-44/+58
| | | | | | | | This is a first step into grouping together bounds related Map methods into one that takes a "BoundOptions" object. LatLngBounds::unbounded() replaces an undefined optional<LatLngBounds>. v2: Document LatLngBounds::unbounded()
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-148-85/+3
| | | | | | | | | Support for limiting pitch was introduced in commit c4fc89977bcb ([core] Added {set,get}{Min,Max}Pitch) in 2017 but was never exposed by the platform SDKs. Simplify the Map interface by removing this unused feature. v2: Add util::PITCH_MIN
* [android] - move TextureView to top of list so UiAutomator finds it more quicklytobrun2019-03-141-1/+1
|
* [build] Fix for ci.template cloudformationAlexander Shalamov2019-03-141-1/+1
|
* [ios] Updated podspecs (#14110)ios-v4.10.0-alpha.2Jordan Kiley2019-03-133-3/+3
|
* [android, ios] Fix issue in binary size scriptNadia Barbosa2019-03-131-4/+8
|
* [ios] Generate iOS code coverage for metrics (#14015)Jordan Kiley2019-03-135-0/+82
|
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-1314-693/+145
|
* [android] rearrange execution time of the binary size metric collection scriptandroid-v7.3.0-alpha.2Łukasz Paczos2019-03-131-5/+5
|
* [android] changelog for 7.3.0-alpha.2Łukasz Paczos2019-03-131-0/+12
|
* [core] Remove fileSource from render.benchmark.cppAlexander Shalamov2019-03-131-1/+1
| | | | | | There were two PRs that are in mergeable state, yet, had dependencies between each other, therefore, introduced build break on master for benchmark target.
* [android] when changing the resource path, recreate database instead of the ↵Łukasz Paczos2019-03-135-107/+121
| | | | whole FileSource
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-136-11/+45
|
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-138-48/+377
|
* [android, iOS, macOS] Adding Galician translation from Transifex (#14095)Langston Smith2019-03-1314-1/+594
| | | | | | | | | | | | * [android] adding galician strings * [ios] adding galician strings * [ios, macos] Added Galician localization to Xcode projects * [ios, macos] Converted Galician localization to UTF-8 * [android, ios, macos] Updated changelogs
* [scripts] Fix local code coverage scriptSudarsana Babu Nagineni2019-03-131-14/+24
| | | | | Fix the code cov script for coverage data collection and report generation.
* [android] Updated Android readme links and writing (#14090)Langston Smith2019-03-131-8/+4
|
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-1336-66/+46
|
* [core] Lazy-load {Image,Glyph}Manager on Renderer::ImplBruno de Oliveira Abinader2019-03-132-9/+18
|
* [core] Add possibility of overriding paint properties inside format ↵Alexander Shalamov2019-03-1340-256/+4792
| | | | | | | | | | | | | | | | | | expression #14062 * [core] Add format override expression and formatted section to evaluation context * [core] Add textColor to TaggedString's formatted section * [core] Add FormatSectionOverrides and introduce overridable properties * [core] Populate symbol layer paint properties for text sections * [core] Add benchmark for style that uses text-color override * [core] Add unit test for FormatOverrideExpression * [core] Add unit test for FormatSectionOverrides
* [build] Upload documentation coverage metrics to S3Ander Conselvan de Oliveira2019-03-132-2/+31
|
* [build] Check documentation coverage on CIAnder Conselvan de Oliveira2019-03-134-9/+108
| | | | | | Add a CI target that checks documentation coverage and reports back to github. While at it, change the output of doxy-coverage to a json file so it is easy to consume.
* [build] Ignore private symbols when calculating documentation coverageAnder Conselvan de Oliveira2019-03-131-1/+2
|