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
2016-03-23Removed controversial lists support.Alex Zolotarev
2016-03-23MeasurementUtils::OSMDistanceToMeters validation.Alex Zolotarev
2016-03-23Removed hacks for maps downloading ULRs.Yuri Gorshenin
2016-03-23[new downloader] Changing small mwm update version.Vladimir Byko-Ianko
2016-03-23isfinite compilation fix.Alex Zolotarev
2016-03-23[new downloader] Fix Xcode projectSergey Yershov
2016-03-23Code review. Fix data loss.Sergey Magidovich
2016-03-23Add notes class. No upload yet.Sergey Magidovich
2016-03-23Settings code review/style fixes.Alex Zolotarev
2016-03-23Lowercased settings namespace.Alex Zolotarev
2016-03-23ScopedSettings to make correct unit tests.Alex Zolotarev
2016-03-23Introduced the constant for measurement units in the settings.Alex Zolotarev
2016-03-23Linux build fix.Lev Dragunov
2016-03-23Minor log message fix: this code is now used not only for TTS but also for ↵Alex Zolotarev
countries and cuisines.
2016-03-23Raise error if no space left on deviceSergey Yershov
2016-03-23Clang-formatted platform/settings.*Alex Zolotarev
2016-03-23Minor comment fix.Alex Zolotarev
2016-03-23Access to the current location mode from settings.Alex Zolotarev
2016-03-23languages::GetCurrentTwine() returns language in our twine translations ↵Alex Zolotarev
compatible format.
2016-03-23GetTextById::GetAllSortedTranslations().Alex Zolotarev
2016-03-23Cuisine translations support for our core localizations engine.Alex Zolotarev
2016-03-23Platform::GetReader returns unique_ptr. Fix leaks.Sergey Magidovich
2016-03-23[new downloader] Switch suffixes for files using in migration from 'migrate' ↵Sergey Yershov
to 'obsolete'
2016-03-23[tests] Replace auto with exact typesIlya Zverev
2016-03-23Store seconds since epoch in mwm as version.Sergey Magidovich
2016-03-23[new downloader][MAPSME-89] Fix existing checkSergey Yershov
2016-03-23[new downloader][MAPSME-89] Fix delete non-existing filesSergey Yershov
2016-03-23[new downloader][MAPSME-121] Improve error handling for space check functionsSergey Yershov
2016-03-23[new downloader][MAPSME-121] Add function to check enough space for migrateSergey Yershov
2016-03-23[new downloader] Fix platform tests for running on deviceSergey Yershov
2016-03-23[new downloader] Added countries names localizationConstantin Shalnev
2016-03-23[new downloader] Adding LocalCountryFile::SyncWithDisk() assumption that ↵Vladimir Byko-Ianko
every single mwm has a routing sections.
2016-03-23[new-downloader] Storage integration testsConstantin Shalnev
2016-03-23[new downloader] Fixing routing tests. Compatability local_country_files ↵Vladimir Byko-Ianko
with two components mwms.
2016-03-23[new downloader] Moving new developed map downloader functionality to new ↵Vladimir Byko-Ianko
map downloader branch.
2016-03-23[new downloader] Add storage integration tests sourcesSergey Yershov
2016-03-23Corrected resources URL for new-search branch.Alex Zolotarev
2016-03-23Moved mwm_traits from search to platform.Maxim Pimenov
2016-03-23Fix logging output in SettingsSergey Yershov
2016-03-23Fix behavior LocalCountryFile_AllLocalFilesLookup testSergey Yershov
2016-03-23Fix log output in AllLocalFilesLookup testSergey Yershov
2016-03-23Fix GetFilesInDir_Smoke testSergey Yershov
2016-03-23Add path to log output in WritableDir testSergey Yershov
2016-03-23[search] Fixed tests.Maxim Pimenov
Migration to small MWMs conicided with removing separate routing files (thus incorporating routing into regular map files). This CL fixes the corresponding behaviour of search integration tests. Also, fixed quality tests to account for a new World file.
2016-03-23[old-map-downloader] Fixed storage testsConstantin Shalnev
2016-03-23[old map downloader] Removing code duplication in tests.Vladimir Byko-Ianko
2016-03-23[Old map downloader] Review fixesSergey Yershov
2016-03-23[old map downloader] Corrections after colleagues comments.Vladimir Byko-Ianko
2016-03-23[Old map downloader] Tests on IsSingleMwm function.Vladimir Byko-Ianko
2016-03-23[old-map-downloader] Fixed platform test: LocalCountryFile_DiskFilesConstantin Shalnev