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-11[coding] Refactored EncodeDelta for points.Maxim Pimenov
2018-04-11[coding] [geometry] Refactored geometry serialization.Maxim Pimenov
This commit moves all the code related to geometry serialization from indexer/ and coding/ to a single place, namely coding/geometry_coding.{c,h}pp.
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.
2017-04-11Moved point-to-integer to codingr.kuznetsov
2017-03-22warnings fixArsentiy Milchakov
2017-01-13Fix warnings.Sergey Yershov
2016-07-29Review fixes.Yuri Gorshenin
2016-07-28[search] Added centers table usage.Yuri Gorshenin
2016-07-22Review fixes.Yuri Gorshenin
2016-07-22[indexer] Implemented CentersTable.Yuri Gorshenin