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] [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-03-06Using _t suffix instead of ::type in whole project + using std:: somewhere.VladiMihaylenko
2016-12-28Remove using std from baseSergey Yershov
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23Fix include path for codingSergey Yershov
2015-09-23Moved osm_decl.hpp from indexer to generatorAlex Zolotarev
Minor include fixes
2015-09-23Move ZigZagEncode() and ZigZagDecode() to bits. Factor out BitwiseMerge() ↵Yury Melnichek
and BitwiseSplit().
2015-09-23Add ReadVarUint64Array.Yury Melnichek
2015-09-23ReadVarInt64() for an array of a given size.Yury Melnichek
2015-09-23Add ReadVarInt64Array().Yury Melnichek
2015-09-22One Month In Minsk. Made in Belarus.Alex Zolotarev