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-05-10Save to bookmark data persistent feature types based on index.Daria Volvenkova
2018-04-25[core] Tightened the thread checkerAlexander Zatsepin
2018-04-11clang-formatMaxim Pimenov
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-04-10[coding] [geometry] Deprecated PointToInt.Maxim Pimenov
For some reason we have been using bitwise merge to store a pair of 32-bit unsigned integer coordinates. Since the width of the coordinates is fixed and storage in general has nothing to do with the Z-order curve where bitwise merge is appropriate, this commit marks this method of storage as obsolete (and effectively deprecated). The functions to convert between PointD and PointU are still serviceable. Their usage is slightly refactored.
2018-04-02Using saved countryId instead of reference.VladiMihaylenko
2018-03-14[feature_list] Use correct wikipedia urlIlya Zverev
2018-03-14More columns to feature_listIlya Zverev
2018-03-14Added KML libraryr.kuznetsov
2018-03-06Using _t suffix instead of ::type in whole project + using std:: somewhere.VladiMihaylenko
2018-03-05Review fixesr.kuznetsov
2018-03-05Added min and max mwm version to PWr.kuznetsov
2018-02-27[gcc] Fix GCC-6 build buggreshilov
2018-02-27Fixed tests and warning.VladiMihaylenko
2018-02-21Using correct diffs size.VladiMihaylenko
2018-02-21Hold file and network threads as unique_ptrsVladiMihaylenko
2018-02-16Ping downloading urlsVladiMihaylenko
2018-02-15[storage] Fixed a test.Maxim Pimenov
2018-02-01Added applying status to nodes.VladiMihaylenko
2017-12-28Removing osrm. xcode.Vladimir Byko-Ianko
2017-12-28Removing osrm. cpp, hpp, CMake.Vladimir Byko-Ianko
2017-12-28[search] Translated names in results.Yuri Gorshenin
2017-12-28[qmake] Goodbye QMake!greshilov
+3party dirs +Rebased
2017-12-22[storage] Fixed diff applying on startup.VladiMihaylenko
2017-12-20Review fixes.Vladimir Byko-Ianko
2017-12-20CreateCountyInfoReader() function refactoring.Vladimir Byko-Ianko
2017-12-20Adding transit library and transit_tests.Vladimir Byko-Ianko
2017-11-30[editor] disable editing during download mapsArsentiy Milchakov
2017-11-17[platform] [tests] Added an option to ScopedFile.Maxim Pimenov
The option allows one to push responsibility on the user of the ScopedFile, that is, enables a scenario where a ScopedFile does not try to create the file on disk but only assures the cleanup.
2017-11-14 Review fixesr.kuznetsov
2017-11-09[storage] review fixesArsentiy Milchakov
2017-11-09[storage] crash fix on diff applyingArsentiy Milchakov
2017-11-09Review fixes.Yuri Gorshenin
2017-11-09[storage] One more test on failing network policy.Yuri Gorshenin
2017-11-09Review fixes.Yuri Gorshenin
2017-11-09[storage] Fixed crash.Yuri Gorshenin
2017-11-09Disable backup for mwm after diff was applied.VladiMihaylenko
2017-10-25[search] Simplified SearchParams.Yuri Gorshenin
2017-10-19Review fixes.Yuri Gorshenin
2017-10-19[pysearch] Get rid of Storage.Yuri Gorshenin
2017-10-17Moving routing_helpers.hpp and routing_helpers.cpp from map to storage.Vladimir Byko-Ianko
2017-09-26[platform] Fixed warnings in MkDir.Maxim Pimenov
2017-09-25[platform] Acknowledge the MWM_WRITABLE_DIR env. variable on Linux.Maxim Pimenov
2017-09-14Fixed storage testsVladiMihaylenko
2017-09-13Copy countryId before erase it.VladiMihaylenko
2017-09-13Fixed android obb download.VladiMihaylenko
2017-09-13Check if there is a diff before downloading.VladiMihaylenko
2017-09-13Special format for a file while which is on an applying process.VladiMihaylenko
2017-09-13Fixed canceling when diff is applying.VladiMihaylenko
2017-09-13Fixed canceling of diff download.VladiMihaylenko