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-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
2015-09-23[Experimental] Code for advanced definition of countries, needed to download ...vng
2015-09-23Added Framework::GetLowestMapVersion() for correct iOS upgrade supportAlex Zolotarev
2015-09-23Don't make additional read of mwm header in app startup.vng
2015-09-23Fix region name getting from mwm file name.vng
2015-09-23Add RemoveIfKeepValid algorithm and fix bug with countries delete.vng
2015-09-23Fixed gcc build error on linuxAlex Zolotarev
2015-09-23Introduce MwmValueBase.Yury Melnichek
2015-09-23Minor changes.vng
2015-09-23Add MwmValue for storing in MwmSet cache => read feature::DataHeader once.vng
2015-09-23Comment out logging in mwm Locking\Unlocking routine, because of penalty.vng