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[geometry] Added area calculation functions.vng
2015-09-23[omim] Added method for correct Azimuth detection.Dmitry Yunitsky
2015-09-23Rearranged library dependencies.Alex Zolotarev
2015-09-23PR fixesLev Dragunov
2015-09-23New LatLon class.Lev Dragunov
2015-09-23Corrections after colleagues comments. Next portion.Vladimir Byko-Ianko
2015-09-23Corrections after colleagues comments.Vladimir Byko-Ianko
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Fix include path for geometrySergey Yershov
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-23Crash and memory leak was fixed.Vladimir Byko-Ianko
2015-09-23Drawing turn-arrows under the navigation route was implemented.Vladimir Byko-Ianko
2015-09-23Review fixes.vng
2015-09-23Minor m4::Tree code refactoring: ReplaceAllInRect, ReplaceEqualInRect.vng
2015-09-23[drape] path text adaptationExMix
2015-09-23Taking into account all outgoing edges for a turn generation.Vladimir Byko-Ianko
2015-09-23Spline rewritten for doubleRoman Sorokin
2015-09-23new test for length of splineRoman Sorokin
2015-09-23removed method FromArrayRoman Sorokin
2015-09-23syntax fixesRoman Sorokin
2015-09-23small fix, removing useless variableRoman Sorokin
2015-09-23new filesRoman Sorokin
2015-09-23tests for Spline::iteratorRoman Sorokin
2015-09-23Fixed viewport for search results on the map.vng
2015-09-23[core] delete unused methods, and rewrite oldKirill Zhdanovich
2015-09-23Code style fixes; Added ScreenBase test.vng
2015-09-23Added ProjectionToSection calculator.vng
2015-09-23Cleanup code for angles.hpp/cppvng
2015-09-23Fixed warnings in our codeAlex Zolotarev
2015-09-23Fixed warnings in 3party projectsAlex Zolotarev
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