summaryrefslogtreecommitdiff
path: root/src/mbgl/text/get_anchors.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-6/+6
* [core] Fix performance-type-promotion-in-math-fn errorsThiago Marcos P. Santos2020-03-231-5/+5
* [core] Add unit test for getAnchors and remove unused fieldAlexander Shalamov2019-12-091-4/+4
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-091-3/+3
* [core] Do not try to place a center anchor beyond the center of the lineThiago Marcos P. Santos2019-07-191-0/+2
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-12/+65
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-1/+1
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-10/+23
* [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-201-0/+1
* [core] code style cleanupsKonstantin Käfer2016-07-011-5/+5
* [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-291-0/+3
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-4/+4
* [core] make sure icons fit before the ends of the lineAnsis Brammanis2016-02-091-3/+13
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-3/+3
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-1/+1
* don't use certain STL functionsKonstantin Käfer2015-08-041-1/+1
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-291-1/+1
* Updates to labels along linesNicki Dlugash2015-07-091-14/+31
* use floats when resampling lines to match -jsAnsis Brammanis2015-05-291-3/+3
* port checkMaxAngle from -jsAnsis Brammanis2015-04-011-4/+4
* port getAnchors from -jsAnsis Brammanis2015-04-011-0/+79