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[search] Get english country name from mwm file name.vng
2015-09-23Framework::GetVisiblePOI is working for symbols now.vng
2015-09-23Minor changes.vng
2015-09-23Refactoring of maps update after downloading: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-23Warning fixAlex Zolotarev
2015-09-23Typical yg-like warning fixAlex Zolotarev
2015-09-23Store file name in MwmValue.Yury Melnichek
2015-09-23Add "explicit" to the constructor of MwmValue.Yury Melnichek
2015-09-23Added Framework::GetLowestMapVersion() for correct iOS upgrade supportAlex Zolotarev
2015-09-23Fix region name getting from mwm file name.vng
2015-09-23Add some needed selectors.vng
2015-09-23Draw mwm files in better priority (countries, worldcoasts, world).vng
2015-09-23Prepare for drawing WorldCoasts in [0-17] scales:vng
2015-09-23Factor out CoveringGetter. Use in index and search.vng
2015-09-23Minor changes with rect cover getting in index.vng
2015-09-23[search] Brand new search :) For now, only name matching is used (i.e. no vie...Yury Melnichek
2015-09-23Different cell coding depth for wmw when indexing.vng
2015-09-23Introduce MwmValueBase.Yury Melnichek
2015-09-23Add MwmValue for storing in MwmSet cache => read feature::DataHeader once.vng
2015-09-23Index refactoring. Breaks unit tests!!Yury Melnichek
2015-09-23[search] Comment out world-trie-specific code.Yury Melnichek
2015-09-23CellId refactoring: explicitly specify DEPTH_LEVELS where needed.Yury Melnichek
2015-09-23Rename indexer/covering.?pp -> indexer/feature_covering.?pp.Yury Melnichek
2015-09-23Add simplification routine with specified 'Distance' policy object.vng
2015-09-23Pass functor in ForEachFeature by reference.vng
2015-09-23Remove indexer -> search dependency.Yury Melnichek
2015-09-23Fix bug when some feature were omitted from ForEachInRect. Remove Query class...Yury Melnichek
2015-09-23[Support Old Format] Add polymorphic index usage.vng
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23Add separate ForEachInRectXXX functon for tile drawing.vng
2015-09-23Fix viewport rect covering for drawing.vng
2015-09-23Fix search index generation for World.vng
2015-09-23Fix trie search. !Note! Need to review some @todo.vng
2015-09-23[search] Integrate search of a trie into main code. Not finished!Yury Melnichek
2015-09-23Correct GetCurrentThreadID.vng
2015-09-23Multithreaded model drawing.vng
2015-09-23[Refactoring] Use mwm-file descriptor (string name) in Index. Open FileReader...vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Make index exception-safe!Yury Melnichek
2015-09-23[search] Copy index in query. Fixes crashes. Still TODO to stop the search wh...Yury Melnichek
2015-09-23Make MultiIndex multithreaded.Yury Melnichek
2015-09-23Some minor fixes.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Add scales to filter mwm files in index.vng
2015-09-23Refactoring of feature::DataHeader.vng
2015-09-23Make index multithreaded.Yury Melnichek
2015-09-23Add Clear() method to Query, which allows to use a single query multiple time...Yury Melnichek
2015-09-23Store IntervalIndex cache in Query. Should speed up index.Yury Melnichek