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
2020-09-18[transit] Replace osmoh::OpeningHours with Schedule.Olga Khlopkova
2020-06-19[generator][transit] Ser/des for new transit section.Olga Khlopkova
2019-05-15Fixed some warnings.Maxim Pimenov
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2018-11-23Review fixes.Maxim Pimenov
2018-11-23[coding] Moved functions that encode points to one common file.Maxim Pimenov
2018-04-11[coding] Refactored EncodeDelta for points.Maxim Pimenov
2018-04-11clang-formatMaxim 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.
2018-03-06Using _t suffix instead of ::type in whole project + using std:: somewhere.VladiMihaylenko
2017-12-20Adding transit library and transit_tests.Vladimir Byko-Ianko