summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Fix bugprone-forward-declaration-namespace errors in header filesThiago Marcos P. Santos2020-04-172-5/+0
* [core] Fix performance-unnecessary-copy-initialization errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
* [core] Fix performance-inefficient-vector-operation errors in header filesThiago Marcos P. Santos2020-04-171-0/+1
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-1721-23/+24
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-1749-217/+260
* [build] Make the code tidyThiago Marcos P. Santos2020-04-172-2/+7
* Update changelogAlexander Shalamov2020-04-161-0/+2
* Add generic setter for 'source' propertyAlexander Shalamov2020-04-164-2/+50
* [baselines] Update binary size baselinesThiago Marcos P. Santos2020-04-161-3/+3
* [build] Move to Ubuntu EoanThiago Marcos P. Santos2020-04-163-38/+43
* Fix LocationIndicator not updating image sizes when image manager content cha...Gali Nelle2020-04-164-20/+133
* [build] Ignore location indicator on iOS until we port to ::gfxThiago Marcos P. Santos2020-04-151-1/+15
* [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
* [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
* [benchmark] Increase iteration count for some benchmarksJuha Alanen2020-04-152-7/+7
* [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
* Update baselinesMikhail Pozdnyakov2020-04-144-0/+140
* [core] RenderCircleLayer fixesMikhail Pozdnyakov2020-04-141-68/+52
* [core] CircleLayout fixesMikhail Pozdnyakov2020-04-141-37/+33
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-1418-104/+353
* [core] add regression test for #16391Łukasz Paczos2020-04-141-0/+18
* when removing an image use the correct list ptr for presence verificationŁukasz Paczos2020-04-102-1/+3
* [android] Fix onStyleImageMissing callback in Snapshotter not fired issue. (#...Kevin Li2020-04-101-0/+4
* Fix LocationIndicator LayerGali Nelle2020-04-1054-354/+488
* [core] PlacedSymbolData contains layer idMikhail Pozdnyakov2020-04-095-5/+22
* Add change log entryMikhail Pozdnyakov2020-04-081-9/+15
* [core][tile mode] Support variable placement + icon-text-fitMikhail Pozdnyakov2020-04-081-1/+15
* Update baselines after addition of Location Indicator layerGali Nelle2020-04-0849-41/+1357
* Add unit tests for Rotation interpolatorGali Nelle2020-04-083-3/+27
* Make location indicator bearing a paint propertyGali Nelle2020-04-0826-68/+231
* Add LocationIndicatorLayerGali Nelle2020-04-0875-18/+3843
* Add change log entryMikhail Pozdnyakov2020-04-081-0/+9
* Update render tests expectationsMikhail Pozdnyakov2020-04-083-1/+2
* [core][tile mode] Fix placement mismatch for the labels with same geomertyMikhail Pozdnyakov2020-04-081-2/+9
* [core][tile mode] Improve placement algorithm for variable labelsMikhail Pozdnyakov2020-04-082-17/+26
* [core][tile mode] Placement algorithm improvementsMikhail Pozdnyakov2020-04-083-29/+81
* [core] Symbol by symbol placement for intersectionsMikhail Pozdnyakov2020-04-082-57/+70
* [core] Introduce PlacementContextMikhail Pozdnyakov2020-04-082-371/+434
* [test] Rename deprecated gtest methodThiago Marcos P. Santos2020-04-082-42/+44
* [build] Bump googletest to 1.10.0Thiago Marcos P. Santos2020-04-081-0/+0
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-0721-51/+110