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
2016-12-28Remove using std from baseSergey Yershov
2016-06-03Review fixes.Yuri Gorshenin
2016-03-23[new downloader] Moving new developed map downloader functionality to new map...Vladimir Byko-Ianko
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[index] Fixed notifications logic, added UPDATE event.Yuri Gorshenin
2016-03-23Review fixes.vng
2016-03-23Integration of retrieval.Yuri Gorshenin
2015-10-22Minor improvements & comments.Alex Zolotarev
2015-09-25[mwm set] Handle file system exceptions when building feature offsets index.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-23[routing] Fixed map existence.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-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-23[mwm set] Always return valid locked MwmHandle even if the file is “out-of-...vng
2015-09-23Factor out DebugPrint for MwmSet::MwmId.vng
2015-09-23[mwm set] Skip mwm files with higher format.vng
2015-09-23Merge pull request #1230 from gorshenin/mwm-set-and-storage-sync-fixgovako
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-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-23Fixed constantness.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Added Observers interface to Index.Yuri Gorshenin
2015-09-23Include path fixSergey Yershov
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23Old apps can read header and skip mwm's with new data format, since now.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-23Add Model::RemoveAllCountries function.vng