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-23[index] Fixed notifications logic, added UPDATE event.Yuri Gorshenin
2016-03-23Fixed ForEach signature to allow lambdas.Alex Zolotarev
2016-03-23Index::Removed unused ForEachFeature_TileDrawing().Alex Zolotarev
2015-09-25Review fixes.vng
2015-09-25[mwm set] Do not create MwmHandle instantly after registering map.vng
2015-09-23Mwm locking routines for OSRM mapping.Lev Dragunov
2015-09-23[index, mwm-set] MwmLock -> MwmHandleYuri 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
This reverts commit 66aac38c3004d261ee06a16f7e9db372f67614df, reversing changes made to ad8708944070f6b32a17fbb944d3c493b3fb2a24.
2015-09-23Revert "[storage, framework, index] Storage redesign. Plain strings are ↵gorshenin
replaced to CountryFile and LocalCountryFile."
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Storage redesign.Yuri Gorshenin
2015-09-23Fix include path for mapSergey Yershov
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-23[tests] Minor refactoring of mwm for each index test.vng
2015-09-23[drape] not store MemoryFeatureIndex and FeaturesFetcher in TileInfoExMix
reading feature geometry
2015-09-23[drape] replace ProcessMWM method on functor. Preparing for read mwm index ↵ExMix
separately from the features
2015-09-23Framework::GetVisiblePOI is working for symbols now.vng
2015-09-23Minor changes.vng
2015-09-23Refactoring of maps update after downloading:vng
- Delay maps deleting and updating if mwm is busy; - Fix bugs with different mwm maps status; - Add better function for country bounds; - Simplify Storage logic;
2015-09-23[search] Zoom to 9 level, when no any country loaded under serch result.vng
2015-09-23Add Model::RemoveAllCountries function.vng
Minor fixes.
2015-09-23[Experimental] Code for advanced definition of countries, needed to download ↵vng
for frame.
2015-09-23Added Framework::GetLowestMapVersion() for correct iOS upgrade supportAlex Zolotarev
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Don't make additional read of mwm header in app startup.vng
2015-09-23Index refactoring. Breaks unit tests!!Yury Melnichek
2015-09-23Pass functor in ForEachFeature by reference.vng
2015-09-23Add new project 'map_benchmark'.vng
2015-09-23Fix bug when some feature were omitted from ForEachInRect. Remove Query ↵Yury Melnichek
class, since it's not used anywhere.
2015-09-23Add separate ForEachInRectXXX functon for tile drawing.vng
2015-09-23Remove mutable cached query from FeaturesFetcher.Yury Melnichek
2015-09-23[Refactoring] Use mwm-file descriptor (string name) in Index. Open ↵vng
FileReader only when necessary.
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ↵vng
now is a Reader factory.
2015-09-23Add GetIndex() to the FeatureFetcher.Yury Melnichek
2015-09-23clearing caches on memoryWarning.rachytski
2015-09-23Cache Index::Query in FeaturesFetcher.Yury Melnichek
2015-09-23Fix initial model rect: if empty, return MercatorBounds. Check for maximum ↵vng
screen scale level (limited by MercatorBounds).
2015-09-23Setting MaxMercatorRect by default.rachytski
2015-09-23- Geometry and Triangles simplification in features.vng
- Store Geometry and Triangles in different files of files-container for each scale range. - Make small epsilon for simplification. Remark: map_tests doesn't work
2015-09-23Refactor index to use FilesContainer and pass occlusionRect (unused for now) ↵Yury Melnichek
with query.
2015-09-23Add files container everywere for dat, geom, trg, idx.vng
2015-09-23[Refactoring]vng
Divide FeatureBuilder in: - FeatureBuilderGeom (store geometry as-as) - FeatureBuilderGeomRef (store geometry separately) Add FeatureGeomRef as feature with separate geometry.
2015-09-22One Month In Minsk. Made in Belarus.Alex Zolotarev