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
2019-11-18[storage][promo] possibility to use top_countries_geo_ids from countries.txt ↵Arsentiy Milchakov
is added into storage.
2019-11-01[geometry] Get rid of MercatorBounds, refactor to namespace mercatorMikhail Gorbushin
2019-10-28[storage] Convert lookupRadiusM to CountryInfoGetter::GetRegionsCountryId ↵tatiana-yan
parameter.
2019-10-16Added device id header to catalog requestsr.kuznetsov
2019-10-14[storage][platform] review fixesArsentiy Milchakov
2019-10-14[core] got rid of mwm migration and support of two component mwmsArsentiy Milchakov
2019-10-09[tests] storage integration tests fixArsentiy Milchakov
2019-10-08[platform][storage] review fixes for MapOptions refactoringArsentiy Milchakov
2019-10-08[storage][platform] clang-format after MapOptions refactoring + cosmetical ↵Arsentiy Milchakov
changes
2019-10-08[platform] MapOptions is renamed to MapFileTypeArsentiy Milchakov
2019-10-08[storage] got rid using MapOptions::MapWithCarRouting optionArsentiy Milchakov
2019-10-08[storage] got rig MapOptions::CarRouting from CountryFile and ↵Arsentiy Milchakov
LocalCountryFile + refactoring + dependent code fixes.
2019-10-08[storage] got rid using mapOptions::Nothing optionArsentiy Milchakov
2019-10-08[storage] got rid of support for two-component mwms from queued countryArsentiy Milchakov
2019-10-08[platform] LocalCountryFile::GetFiles is removedArsentiy Milchakov
2019-10-08[storage] change for more transparent diff cancellingArsentiy Milchakov
2019-10-08[storage] got rid downloading several files for one map file.Arsentiy Milchakov
2019-10-01[storage] review fixesArsentiy Milchakov
2019-10-01[storage] diffs are injected into downloaderArsentiy Milchakov
2019-10-01[storage] diffs loading is moved from diff managerArsentiy Milchakov
2019-10-01[storage] unused method and one liner are removed.Arsentiy Milchakov
2019-10-01[storage] got rid m_localMapsInfo member from diff managerArsentiy Milchakov
2019-10-01[storage] got rid mutex and separate worker thread from diff managerArsentiy Milchakov
2019-09-26[indexer] Removed the UPDATE event type from MwmSet.Maxim Pimenov
This event was used to save up on the calls to observers but it seems we'll be better off without it for now. 1. With current clients, the overhead of two calls Deregister(old)+Register(new) compared to one call Update(new,old) is negligible. 2. The OnMapsUpdated call in FeaturesFetcher used to bypass the reference count in MwmSet, thus deleting mwm files that still had clients holding handles to them.
2019-09-24[storage] checking mwm directory creation result is added.Arsentiy Milchakov
2019-09-23Got rid of the old style std/ includes for several files, mostly in ↵Maxim Pimenov
software_renderer/.
2019-09-23Got rid of the old style std/ includes for several files, mostly in map/ and ↵Maxim Pimenov
platform/.
2019-09-20[coding] Changed the filenames of the FilesContainers to better reflect the ↵Maxim Pimenov
class names.
2019-09-19Got rid of the old style std/ includes for several files.tatiana-yan
2019-09-19Got rid of the old style std/ includes for several files throughout the project.Maxim Pimenov
2019-09-18[map] Moved FeaturesFetcher out of namespace model (thus removing this ↵Maxim Pimenov
namespace). Alternatives considered were: namespace feature namespace map namespace utils
2019-09-18[routing] routes_builder_toolMikhail Gorbushin
Now routes_builder_api can build route with using api, support RPS limits. Add google api, add using UTC for google Add support comparison of mapsme and mapsme Add routing_quolity_tool
2019-09-13[storage] MapFilesDownloader hierarchy is refactored. Server list and ↵Arsentiy Milchakov
network logic are moved from Storage into MapFilesDownloader. Review fixes.
2019-09-13[storage] MapFilesDownloader hierarchy is refactored. Server list and ↵Arsentiy Milchakov
network logic are moved from Storage into MapFilesDownloader.
2019-08-12Added pw tags for bookmark catalog and purchasesr.kuznetsov
2019-08-02[bookmarks][geocoder] Region address for bookmarks.Daria Volvenkova
2019-07-17[indexer] Style fixes for the DataHeader.Maxim Pimenov
2019-06-13[storage][promo] review fixesArsentiy Milchakov
2019-06-13[promo][storage] Load promo city ids from countries.txtArsentiy Milchakov
2019-06-11[routing] Fixing routing quality and integration tests after ↵Vladimir Byko-Ianko
packed_polygons.bin update.
2019-06-06[qt] Use the general search-in-downloader machinery.Maxim Pimenov
2019-06-05[generator:geo_objetcs] Add street bbox and centerAnatoly Serdtcev
2019-06-04Review fixes.Maxim Pimenov
2019-06-04[storage] Benchmarks for CountryInfoGetter.Maxim Pimenov
2019-05-30[storage] Removed an unused file.Maxim Pimenov
2019-05-30[storage] Moved the CountryDef serialization code closer to the class ↵Maxim Pimenov
definition.
2019-05-30[data] [storage] [generator] Removed the Vatican City mwm.Maxim Pimenov
This commit removes "data/borders/Vatican City.poly" which means that we won't generate the "Vatican City.mwm" anymore. This mwm wasn't present in countries.txt and wasn't downloadable via the app. The city itself is included in Italy_Lazio.mwm, so the deleted mwm file was redundant anyway. Several tests against this situation are added.
2019-05-28[storage] A refactoring of CountryInfoGetter.Maxim Pimenov
2019-05-27[storage] Move CountryTree realization to cpp.tatiana-yan
2019-05-27[storage] Add optional country_name_synonyms parameter to countries.txt to ↵tatiana-yan
find corresponding CountryId by country name without countries.txt keys modification.