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
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
- 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] Simplify logic and fix bug with shared reading of features.vng
2015-09-23Add Model::RemoveAllCountries function.vng
Minor fixes.
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
New column in QT search panel for region name.
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
- Use DataHeader::GetLastScale for covering depth calculation - Pass correct scale to ForEachInIntervalAndScale for scale >= 10.
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 ↵Yury Melnichek
viewport intersection) and ranking is far from perfect.
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
Use special simplification (don't remove bound points) in coasts generation algorithm.
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 ↵Yury Melnichek
class, since it's not used anywhere.
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
@TODO Make special "ForEachInRect" function with RectId.
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
Use separate instance of Index per each thread. Very simple solution.
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-23Make index exception-safe!Yury Melnichek
2015-09-23[search] Copy index in query. Fixes crashes. Still TODO to stop the search ↵Yury Melnichek
when another query comes.
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
Added base point and scales array to header. World and country generation now have different scale ranges.
2015-09-23Make index multithreaded.Yury Melnichek
2015-09-23Add Clear() method to Query, which allows to use a single query multiple ↵Yury Melnichek
times. This saves processor time on initialization / de-initialization of caches.
2015-09-23Store IntervalIndex cache in Query. Should speed up index.Yury Melnichek