summaryrefslogtreecommitdiff
path: root/src/mbgl/util/grid_index.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-5/+4
| | | | As reported by clang-tidy-8.
* [core] Fix int overflow issue in GridIndexAlexander Shalamov2019-07-301-5/+5
|
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-2/+3
| | | | | [node] Hook up map-wide "crossSourceCollisions" option, defaulting to true. [test] Pass "crossSourceCollisions" test option through test harness; enable cross-source-collisions tests on native.
* [core] Add circle geometries to GridIndex.Chris Loer2017-11-171-14/+82
| | | | | - Adds early exiting "hitTest" query for fast collision detection - GridIndex now determines cell count separately for x and y axes based on grid dimensions.
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/llvm-namespace-comment.html
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-131-12/+8
|
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+42