summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a mean to add render features in layers with no sourcesupstream/galinelle_locationIndicatorPickingGali Nelle2020-04-1714-12/+346
| | | | | | 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.
* Use unique_ptr for RenderLocationIndicatorImplGali Nelle2020-04-172-2/+2
|
* Better structure fix.Luke Seelenbinder2020-04-171-4/+4
|
* Fix segfault resulting from an invalid geometry.Luke Seelenbinder2020-04-171-2/+5
|
* [glfw] Fix clang-10 buildThiago Marcos P. Santos2020-04-171-3/+3
| | | | Implicit conversion from int to float.
* [node] Fix clang-tidy errors on the Node bindings headersThiago Marcos P. Santos2020-04-177-35/+24
| | | | As reported by clang-tidy-8.
* [core] Fix performance-no-automatic-move (bonus)Thiago Marcos P. Santos2020-04-176-9/+10
| | | | | | As reported by clang-tidy-10. We don't run clang-tidy-10 yet. We should probably consider moving the bots at some point so errors like this won't return.
* [core] Fix performance-noexcept-move-constructor in header filesThiago Marcos P. Santos2020-04-177-17/+16
| | | | As reported by clang-tidy-8.
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-1711-13/+18
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-use-equals-default errors in header filesThiago Marcos P. Santos2020-04-176-7/+7
| | | | As reported by clang-tidy-8.
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-179-21/+22
| | | | As reported by clang-tidy-8.
* [core] Fix misc-unconventional-assign-operator errors in header filesThiago Marcos P. Santos2020-04-172-2/+6
| | | | As reported by clang-tidy-8.
* [core] Fix google-build-namespaces errors in header filesThiago Marcos P. Santos2020-04-173-12/+2
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-use-override errors in header filesThiago Marcos P. Santos2020-04-1717-17/+17
| | | | As reported by clang-tidy-8.
* [core] Fix readability-container-size-empty errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
| | | | As reported by clang-tidy-8.
* [core] Fix readability-redundant-smartptr-get errors in header filesThiago Marcos P. Santos2020-04-172-4/+2
| | | | As reported by clang-tidy-8.
* [core] Fix performance-type-promotion-in-math-fn errors in header filesThiago Marcos P. Santos2020-04-173-10/+15
| | | | As reported by clang-tidy-8.
* [core] Fix readability-redundant-declaration errors in header filesThiago Marcos P. Santos2020-04-171-0/+4
| | | | As reported by clang-tidy-8.
* [core] Fix readability-const-return-type errors in header filesThiago Marcos P. Santos2020-04-171-6/+2
| | | | As reported by clang-tidy-8.
* [core] Fix modernize-return-braced-init-list errors in header filesThiago Marcos P. Santos2020-04-176-18/+11
| | | | As reported by clang-tidy-8.
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-1711-59/+37
| | | | As reported by clang-tidy-8.
* [core] Fix performance-move-const-arg errors in header filesThiago Marcos P. Santos2020-04-172-3/+3
| | | | As reported by clang-tidy-8.
* [core] Fix bugprone-forwarding-reference-overload errors in header filesThiago Marcos P. Santos2020-04-171-0/+1
| | | | | | This was a false positive. As reported by clang-tidy-8.
* [core] Fix modernize-pass-by-value errors in header filesThiago Marcos P. Santos2020-04-173-11/+12
| | | | As reported by clang-tidy-8.
* [core] Fix bugprone-forward-declaration-namespace errors in header filesThiago Marcos P. Santos2020-04-172-5/+0
| | | | As reported by clang-tidy-8.
* [core] Fix performance-unnecessary-copy-initialization errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
| | | | As reported by clang-tidy-8.
* [core] Fix performance-inefficient-vector-operation errors in header filesThiago Marcos P. Santos2020-04-171-0/+1
| | | | As reported by clang-tidy-8.
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-1721-23/+24
| | | | As reported by clang-tidy-8.
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-1749-217/+260
| | | | As reported by clang-tidy-8.
* [build] Make the code tidyThiago Marcos P. Santos2020-04-172-2/+7
| | | | Now clang-tidy runs for all the mbgl-core.
* Update changelogAlexander Shalamov2020-04-161-0/+2
|
* Add generic setter for 'source' propertyAlexander Shalamov2020-04-164-2/+50
| | | | | - Add setter for 'source' property - Test generic setters via setProperty method
* [baselines] Update binary size baselinesThiago Marcos P. Santos2020-04-161-3/+3
| | | | New image, new libraries we link against.
* [build] Move to Ubuntu EoanThiago Marcos P. Santos2020-04-163-38/+43
| | | | Disco has reached EOL and apt-get fails.
* Fix LocationIndicator not updating image sizes when image manager content ↵Gali Nelle2020-04-164-20/+133
| | | | 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.
* [build] Compare benchmark results to baselineJuha Alanen2020-04-151-0/+15
|
* [benchmark] Add script for comparing benchmark results to baselineJuha Alanen2020-04-151-0/+41
| | | | | Benchmark will fail if the average time is more than 5% higher than the baseline.
* [build] Disable benchmark for MacOS debug CI buildsJuha Alanen2020-04-151-1/+4
|
* [metrics] Add baselines for benchmark testsJuha Alanen2020-04-152-0/+25478
|
* [android, ios] Increase benchmark repetition countJuha Alanen2020-04-152-2/+2
| | | | More repetitions give more stable results.
* [benchmark] Increase iteration count for some benchmarksJuha Alanen2020-04-152-7/+7
| | | | | Some benchmarks were run less than 5 iterations, which is not enough for stable results.
* [benchmark] Add new benchmark for rendering a mapJuha Alanen2020-04-152-11/+34
|
* [build] Bump benchmark to v1.5.0Juha Alanen2020-04-152-0/+3
|
* [build] Save rebaselined metrics as artifactsJuha Alanen2020-04-151-0/+2
|
* Update baselines for macos botAlexander Shalamov2020-04-151-3/+3
|
* Use single threaded fixture logAlexander Shalamov2020-04-151-3/+2
|
* [build] Drop unused modules from .gitmodulesRinigus2020-04-151-12/+0
|
* Add change log entryMikhail Pozdnyakov2020-04-141-0/+6
|