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-09-23saving surface content on resize. fixes redraw after landscape/portrait orien...rachytski
2015-09-23added test for m2::Rectrachytski
2015-09-23Feature geometry size optimization : make triangles Encoding\Decoding as bina...vng
2015-09-23Add extended assert in IsPolygonCCW.vng
2015-09-23Better distance calculation. Add more tests for distance to section.vng
2015-09-23Minor code fix.vng
2015-09-23Add kdtree unit-tests.vng
2015-09-23Refactored settings engineAlex Zolotarev
2015-09-23Fix DistanceToLineSquare for degenerate sections (equal ends).vng
2015-09-23Fixed GCC compilationAlex Zolotarev
2015-09-23Add std::polar() and m2::Points<X>::SquareLength().Yury Melnichek
2015-09-23Factor test polygon of Australia into a separate file.Yury Melnichek
2015-09-23Add typedefs PointU64, PointI64.Yury Melnichek
2015-09-23Move ZigZagEncode() and ZigZagDecode() to bits. Factor out BitwiseMerge() and...Yury Melnichek
2015-09-23Forgot to commit tesselator headerAlex Zolotarev
2015-09-23Moved tesselator from indexer_tool to geometryAlex Zolotarev
2015-09-23Make correct comparison of points and cross product with zero in m2::Region::...Alex Zolotarev
2015-09-23Add m4::Tree::ForEachInRect and some othe functions.vng
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-23Fix many conversion...vng
2015-09-23m2::Region::Contains optimizations:vng
2015-09-23Use our "std" headers instead of native.vng
2015-09-23Make SimplifyNearOptimal() work with STL-like interval. Uncomment unit tests.Yury Melnichek
2015-09-23Fixed warningAlex Zolotarev
2015-09-23Fixed linux build errorAlex Zolotarev
2015-09-23- IsPolygonCCW more stable nowvng
2015-09-23Make better logic in SimplifeDP:vng
2015-09-23[Region::Contains()] Removed unnecessary divisionsAlex Zolotarev
2015-09-23Updated distance testsAlex Zolotarev
2015-09-23Added static assert in distance for unsigned point typesAlex Zolotarev
2015-09-23New tests and more debug checks in geometry simplification (stripification).vng
2015-09-23Replaced region.Contains(point) code with working versionAlex Zolotarev
2015-09-23Improved region tests with complex polygonAlex Zolotarev
2015-09-23Added m2::Region::ForEachPoint, updated unit testsAlex Zolotarev
2015-09-23Added m2::Region for 2d polygonsAlex Zolotarev
2015-09-23Add strip-test for T-like polygon. Minor statistic-calc fix.vng
2015-09-23- Fix 'strip' algorithm;vng
2015-09-23Add polygon.hpp with tests.Yury Melnichek
2015-09-23Fix CrossProduct().Yury Melnichek
2015-09-23Sticky touches navigation and heading drawing.rachytski
2015-09-23Make simple for_each function in kdtree++. Delete other 'visitors'.vng
2015-09-23Minor bug fixed in OpenGL tests code.rachytski
2015-09-23Fix m4::Tree.vng
2015-09-23Text Filtering and Kd-Tree tests.rachytski
2015-09-23Refactor index to use FilesContainer and pass occlusionRect (unused for now) ...Yury Melnichek
2015-09-23Refactored storage engineAlex Zolotarev
2015-09-23Get rid of most pragma pack's, because using it causes wrong alignment on GCC.Yury Melnichek
2015-09-23[GCC] kD-tree compilation fixes.rachytski