summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FIx review commentsupstream/kl-styleable-snapshotterkevin2020-03-241-9/+9
|
* Fix review commentskevin2020-03-242-12/+11
|
* Update CHANGELOG.mdkevin2020-03-241-1/+1
|
* Clang formatAlexander Shalamov2020-03-242-7/+7
|
* Release snapshotter pointer to deleting lambdaAlexander Shalamov2020-03-242-31/+20
|
* format codeskevin2020-03-242-19/+19
|
* Use custom deleter for snapshotterAlexander Shalamov2020-03-242-25/+35
|
* Activate file sources in startAlexander Shalamov2020-03-241-1/+0
|
* Destroy snapshotter on the thread it was createdAlexander Shalamov2020-03-242-3/+20
|
* Update map_snapshotter.cppkevin2020-03-241-2/+2
|
* Update CHANGELOG.mdkevin2020-03-241-0/+2
|
* Apply baselinekevin2020-03-241-1/+1
|
* format codeskevin2020-03-2419-125/+140
|
* Implement addImages functionkevin2020-03-242-10/+34
|
* Implement addsource function for snapshotterkevin2020-03-244-0/+31
|
* implement addlayer functionkevin2020-03-242-4/+62
|
* Remove Map parameter from factoriesAlexander Shalamov2020-03-2430-219/+239
| | | | - remove unused map from factory interfaces. Map is only needed for repaint.
* [android] Add jni binding for styleable snapshotterkevin2020-03-242-3/+25
|
* [test] Include cpp-httplib as a system libraryThiago Marcos P. Santos2020-03-232-4/+14
| | | | This way it will not get warnings by linters and -Werror.
* [build] Deprecated GCC 4.9 and set the minimum to GCC 5Thiago Marcos P. Santos2020-03-232-5/+3
|
* [build] Prevent future modernize-* regressionsThiago Marcos P. Santos2020-03-231-2/+2
| | | | | Also ignore modernize-avoid-c-arrays, not such a big deal at the moment.
* [core] Fix modernize-use-override errorsThiago Marcos P. Santos2020-03-232-2/+2
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-238-35/+23
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-deprecated-headers errorsThiago Marcos P. Santos2020-03-232-4/+6
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-use-equals-default errorsThiago Marcos P. Santos2020-03-232-2/+2
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-use-auto errorsThiago Marcos P. Santos2020-03-231-1/+1
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-return-braced-init-list errorsThiago Marcos P. Santos2020-03-239-47/+35
| | | | As reported by clang-tidy-8.
* Update LICENSE.mbgl-core.md license fileAlexander Shalamov2020-03-231-96/+32
|
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-2319-53/+30
|
* Add Changelogzmiao2020-03-231-0/+6
|
* [build] Thread clang-tidy performance-* warnings as errorsThiago Marcos P. Santos2020-03-231-1/+1
| | | | With all them fixed, they won't come back.
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-23112-475/+539
| | | | As reported by clang-tidy-8.
* [core] Fix performance-type-promotion-in-math-fn errorsThiago Marcos P. Santos2020-03-236-19/+26
| | | | As reported by clang-tidy-8.
* [core] Fix performance-noexcept-move-constructor errorsThiago Marcos P. Santos2020-03-232-5/+4
| | | | As reported by clang-tidy-8.
* [core] Fix performance-inefficient-vector-operation errorsThiago Marcos P. Santos2020-03-232-0/+2
| | | | As reported by clang-tidy-8.
* [core] Fix performance-unnecessary-copy-initialization errorsThiago Marcos P. Santos2020-03-231-1/+1
| | | | As reported by clang-tidy-8.
* [core] Fix performance-for-range-copy errorsThiago Marcos P. Santos2020-03-235-8/+8
| | | | As reported by clang-tidy-8.
* [build] Trigger the downstream CI and get the status backThiago Marcos P. Santos2020-03-202-0/+91
| | | | | Allows triggering a pipeline at any other repository passing parameters.
* [core] Render::clearData clears fontsMikhail Pozdnyakov2020-03-203-23/+26
|
* Update changelogMikhail Pozdnyakov2020-03-201-14/+2
|
* Update metricsMikhail Pozdnyakov2020-03-2020-40/+40
|
* [core] Introduce Renderer::clearData() instead of keepRenderData map optionsMikhail Pozdnyakov2020-03-2011-76/+28
| | | | | | | | | | `Renderer::clearData()` is a better API than the removed `MapOptions::keepRenderData()`: - gives more flexibility to the client - similar to the existing `Renderer::reduceMemoryUse()` - the `MapOptions::keepRenderData()` API implementation could not handle the raise condition, which happened if the new still image request had come before all tiles from the previous requests were loaded. Co-authored-by: Dane Springmeyer <dane@mapbox.com>
* Add additional transformState::latLngToScreenCoordinate getter (#16311)galinelle2020-03-193-2/+17
| | | | | | This change adds a latLngToScreenCoordinate overload, to retrieve the projected vec4 in additional to the ScreenCoordinate object, that is useful to detect whether the projected latLng is in front or behind the camera.
* Update metricszmiao2020-03-191-1/+1
|
* Refactor within functionzmiao2020-03-192-80/+54
|
* update testzmiao2020-03-191-0/+48
|
* [core] Using TileCoordinates for geometry comparisonzmiao2020-03-194-168/+180
|
* [build] Use found code sign identitieszmiao2020-03-194-19/+27
|
* Change log entryMikhail Pozdnyakov2020-03-181-0/+18
|
* Add Map.KeepRenderData and Map.DontKeepRenderData testsMikhail Pozdnyakov2020-03-181-0/+57
|