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-09-23Review fixes and SearchParams refactoring.Yuri Gorshenin
2016-08-12[search] Refactored search API.Yuri Gorshenin
2016-07-08[search] Moved Results from Engine to Ranker.Maxim Pimenov
2016-07-07[search] Inverted a dependency: Ranker does not call PreRanker any longer.Maxim Pimenov
2016-06-29Review fixes.Maxim Pimenov
2016-06-28[search] Removed Ranker's dependency on Processor.Maxim Pimenov
2016-06-09Review fixes.Yuri Gorshenin
2016-05-31[search] Removed the "search_" prefix where it was redundant.Maxim Pimenov
2015-09-23[search] Brand new search :) For now, only name matching is used (i.e. no vie...Yury Melnichek
2015-09-23Minor optimization in ForEachInIntervalAndScale().Yury Melnichek
2015-09-23[search] Comment out world-trie-specific code.Yury Melnichek
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.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-23[search] Integrate trie into search.Yury Melnichek
2015-09-23[search] Match names of categories from categories.txtYury Melnichek
2015-09-23Enchanced search result GUI.vng
2015-09-23[search] Implement query termination. Make search slow to test it :)Yury Melnichek
2015-09-23[search] Stop query when a new one comes.Yury Melnichek
2015-09-23[search] Make search on parallel threads. Crashes! TODO: Fix crashes and use ...Yury Melnichek
2015-09-23Refactored and improved search: approximate matching and splitting feature na...Yury Melnichek