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-23[win] Fixed some compilation errorsAlex Zolotarev
2015-09-23added and::GetShortestDistance and tests for it.rachytski
2015-09-23Add average vector calculation.vng
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23renamed AARect into AnyRect. renamed corresponding files.rachytski
2015-09-23refactored ScreenBase to support GUI rotation.rachytski
2015-09-23Fix region results accumulation in binary region operators.vng
2015-09-23hasRoom for a sequence of rects and tests.rachytski
2015-09-23Fix CellId.ToInt64(depth) when depth <= m_Level.Yury Melnichek
2015-09-23added POI, PathTexts and POI Names filtration. closes #240rachytski
2015-09-23CellId refactoring: explicitly specify DEPTH_LEVELS where needed.Yury Melnichek
2015-09-23CellId refactoring: remove default value for level in CellId::FromXY().Yury Melnichek
2015-09-23CellId refactoring: introduce depth variable and initialise it with DEPTH_LEV...Yury Melnichek
2015-09-23Restore class Covering.Yury Melnichek
2015-09-23Rename geometry/covering.hpp -> geometry/covering_utils.hpp.Yury Melnichek
2015-09-23Commit useless logging in geometry_tests.Yury Melnichek
2015-09-23Add polygon data tests.vng
2015-09-23Add simplification routine with specified 'Distance' policy object.vng
2015-09-23Add debug_print() to m2::Region.vng
2015-09-23Add difference of regions.vng
2015-09-23Add support of integer regions intersection (based on "boost\polygon").vng
2015-09-23code cleanup.rachytski
2015-09-23much better drawPathText implementation.rachytski
2015-09-23Fix infinite loop in rect-section interaction.vng
2015-09-23Minor code fixes for Rect-Point intersection.vng
2015-09-23Add DistanceOnEarth() and EarthRadiusMeters().Yury Melnichek
2015-09-23Fix compilation errors for msvc.vng
2015-09-23added axis-aligned 2d rect.rachytski
2015-09-23Add commented-out IsPolygonCCW_DataSet3, with a polygon that makes great_brit...Yury Melnichek
2015-09-23Rewrite feature covering. Use a simpler approach and remove stream optimizer.Yury Melnichek
2015-09-23Fix area features generation in case of self-intersection polygons.vng
2015-09-23- Add robust algorithms (OrientedS, SegmentsIntersect, PolygonSelfIntersectio...vng
2015-09-23Add IsPolygonCCW_DataSet2, which fails due to issue in IsPolygonCCW().Yury Melnichek
2015-09-23Fix bug in covering optimizer. Convert some ASSERTs to CHECKs. Add unit test.Yury Melnichek
2015-09-23added test for m2::Rectrachytski
2015-09-23Better distance calculation. Add more tests for distance to section.vng
2015-09-23Add kdtree unit-tests.vng
2015-09-23Fix DistanceToLineSquare for degenerate sections (equal ends).vng
2015-09-23Fixed GCC compilationAlex Zolotarev
2015-09-23Factor test polygon of Australia into a separate file.Yury Melnichek
2015-09-23Add m4::Tree::ForEachInRect and some othe functions.vng
2015-09-23Rename Region::Rect() to Region::GetRect().vng
2015-09-23Region with good calculation-overflow processing.vng
2015-09-23m2::Region::Contains optimizations:vng
2015-09-23Make SimplifyNearOptimal() work with STL-like interval. Uncomment unit tests.Yury Melnichek
2015-09-23Fixed warningAlex Zolotarev
2015-09-23- IsPolygonCCW more stable nowvng
2015-09-23Make better logic in SimplifeDP:vng
2015-09-23Updated distance testsAlex Zolotarev
2015-09-23New tests and more debug checks in geometry simplification (stripification).vng