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-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-20Review fixesSergey Yershov
2017-03-20Clang-format fixesSergey Yershov
2017-03-20New serializer for traffic dataSergey Yershov
2016-11-01Bindings to Python for tracking protocolSergey Yershov
2016-10-13gps tracking reporterДобрый Ээх
2016-10-12Review fixes.Maxim Pimenov
2016-10-12[coding] Added a serialization method for traffic coords.Maxim Pimenov