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-25Review fixes.vng
2015-09-25[mwm set] Do not create MwmHandle instantly after registering map.vng
2015-09-23[indexer] Fixed memory leaks related to MwmValues.Yuri Gorshenin
2015-09-23Review fixes.vng
2015-09-23Mwm set public interface corrections.vng
2015-09-23[mwm set] Avoid shared_ptr for MwmValue instances.vng
2015-09-23Simplified routing when GetCountryName() needed.vng
2015-09-23Moved mm_version.* into “platform” library.vng
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Review fixes.vng
2015-09-23Minor refactoring to store feature’s offsets table once for every cache val...vng
2015-09-23Factor out DebugPrint for MwmSet::MwmId.vng
2015-09-23[mwm set] Skip mwm files with higher format.vng
2015-09-23PR fixesLev Dragunov
2015-09-23clang-formatLev Dragunov
2015-09-23Tests for proper routing mapping mwm locking.Lev Dragunov
2015-09-23[index, mwm-set] MwmLock -> MwmHandleYuri Gorshenin
2015-09-23GetCountryFile().GetNameWithoutExt() -> GetCountryName()Yuri Gorshenin
2015-09-23[indexer, storage, framework] DeleteAllMaps() method is replaced by Clear().Yuri Gorshenin
2015-09-23Revert "Merge pull request #1068 from maps/revert-929-abstract-country-file"Yuri Gorshenin
2015-09-23Revert "[storage, framework, index] Storage redesign. Plain strings are repla...gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Storage redesign.Yuri Gorshenin
2015-09-23Corrections after colleagues comments.Vladimir Byko-Ianko
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Localized all mwm references to a two functions.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[index] MwmValues are wrapped in shared_ptr's.Yuri Gorshenin
2015-09-23[index] Removed MwmSet::m_name.Yuri Gorshenin
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Style fixes.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Added Observers interface to Index.Yuri Gorshenin
2015-09-23[index] Check for “pending ready” files every time the app starts.vng
2015-09-23[search] Get english country name from mwm file name.vng
2015-09-23Fix issue when mwm file is an invalid map (file is broken), we should delete ...vng
2015-09-23Minor changes.vng
2015-09-23Refactoring of maps update after downloading:vng
2015-09-23Fix bug with adding invalid mwm file to maps container in MwmSet.vng
2015-09-23[search] Simplify logic and fix bug with shared reading of features.vng
2015-09-23Add Model::RemoveAllCountries function.vng
2015-09-23[Experimental] Code for advanced definition of countries, needed to download ...vng
2015-09-23Fix warnings and some abuse return type.vng
2015-09-23Make MwmInfo a class, not a struct.Yury Melnichek
2015-09-23Added Framework::GetLowestMapVersion() for correct iOS upgrade supportAlex Zolotarev