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 (Expand)Author
2015-10-21PR fix.Lev Dragunov
2015-10-20Geometry unit test.Lev Dragunov
2015-10-19[routing] Cross section geometry generation fix.Lev Dragunov
2015-09-23Review fixesSergey Yershov
2015-09-23Fix problem with incorrect results of containsSergey Yershov
2015-09-23Review fixesSergey Yershov
2015-09-23Review fixesSergey Yershov
2015-09-23Review fixesSergey Yershov
2015-09-23Use AlmostEqualAbs instead AlmostEqualULPsSergey Yershov
2015-09-23VNG review fixes.vng
2015-09-23Remove dummy typedefs.vng
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Fix include path for geometrySergey Yershov
2015-09-23Pull request comment fixesLev Dragunov
2015-09-23[routing] Storing points of border crossingLev Dragunov
2015-09-23Cross context reading fixes + PR updatesLev Dragunov
2015-09-23Code review fixesLev Dragunov
2015-09-23Finding and writing exit nodesLev Dragunov
2015-09-23Removed useless includes.vng
2015-09-23Add serialized country polygons for 'feature belongs to country' routine.vng
2015-09-23Split coast cells by 4 with many polygon points.vng
2015-09-23[msvc] Fix build error (ADL in msvc is buggy).vng
2015-09-23Add m2::Region::Swapvng
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Add debug_print() to m2::Region.vng
2015-09-23Add support of integer regions intersection (based on "boost\polygon").vng
2015-09-23Fixed warningsAlex Zolotarev
2015-09-23Added serialization code for m2::Rect, m2::Point and m2::RegionAlex Zolotarev
2015-09-23Minor code fix.vng
2015-09-23Make correct comparison of points and cross product with zero in m2::Region::...Alex Zolotarev
2015-09-23Rename Region::Rect() to Region::GetRect().vng
2015-09-23Fixed GCC build errorAlex Zolotarev
2015-09-23Region with good calculation-overflow processing.vng
2015-09-23m2::Region::Contains optimizations:vng
2015-09-23[Region::Contains()] Removed unnecessary divisionsAlex Zolotarev
2015-09-23Replaced region.Contains(point) code with working versionAlex Zolotarev
2015-09-23Added m2::Region::ForEachPoint, updated unit testsAlex Zolotarev
2015-09-23Added m2::Region for 2d polygonsAlex Zolotarev