Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-21[geocoder] Convert LocalityIndex depth to template parameter. Use different ↵tatiana-kondakova
depth for objects and regions index in geocoder
2018-04-17Review fixes.Maxim Pimenov
2018-04-17[geometry] Faster CellId::XY and CellId::FromXY.Maxim Pimenov
2018-04-10[coding] [geometry] Deprecated PointToInt.Maxim Pimenov
For some reason we have been using bitwise merge to store a pair of 32-bit unsigned integer coordinates. Since the width of the coordinates is fixed and storage in general has nothing to do with the Z-order curve where bitwise merge is appropriate, this commit marks this method of storage as obsolete (and effectively deprecated). The functions to convert between PointD and PointU are still serviceable. Their usage is slightly refactored.
2018-03-16Add geo rankingtatiana-kondakova
2018-03-16BoundsT -> Bounds, CellIdT -> CellIdtatiana-kondakova
2018-02-08Change LocalityIndex depthtatiana-kondakova
2017-04-11Moved point-to-integer to codingr.kuznetsov
2015-12-07Move mercator.hpp to geometry.Sergey Magidovich
2015-11-30Added additional debug checks.vng
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Minor refaсtoring: removed CoordPointT typedef to avoid disambiguate.vng
2015-09-23CellId refactoring: remove default value for level in CellId::FromXY().Yury Melnichek
2015-09-23Factor Int64ToPoint, PointToInt64 and their helper functions into a separate ↵vng
header,
2015-09-22One Month In Minsk. Made in Belarus.Alex Zolotarev