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
2020-03-11[search] [assessment-tool] Multiple threads support.Maxim Pimenov
2019-09-16[search] Fix search duration logging.tatiana-yan
2019-09-05[search] [bookmarks] Added a method to reset the bookmarks engine.Maxim Pimenov
2019-09-05[search] [bookmarks] API changes.Maxim Pimenov
2019-07-29[search] [bookmarks] Fixed the tests.Maxim Pimenov
2019-07-26Review fixes.Maxim Pimenov
2019-07-26[search] [bookmarks] Implemented Attach/Detach listeners in search.Maxim Pimenov
2019-03-20[search] Minor fixes.Maxim Pimenov
2019-03-20[search] Cache localities from World on startup.tatiana-yan
2018-09-19[base] Removed the MY_ prefix from the scope guard.Maxim Pimenov
2018-09-14[base] Unified stl_add and stl_helpers.Maxim Pimenov
2018-06-27[indexer] DataSource refactoringtatiana-yan
2018-06-25Rename variables and methods (index to DataSource)Sergey Yershov
2018-06-22[indexer][editor] Refactor Index into DataSourceSergey Yershov
2018-04-11[coding] [geometry] Refactored geometry serialization.Maxim Pimenov
2017-12-28[search] Translated names in results.Yuri Gorshenin
2017-12-25Review fixes.Yuri Gorshenin
2017-12-25[search] Bookmarks are exposed to search::Processor.Yuri Gorshenin
2017-11-08[search] SearchAPI tests.Yuri Gorshenin
2017-11-01[search] Removed processor factory + fixed pybindings build.Yuri Gorshenin
2017-10-31[search] Added m_needAddress and m_needHighlight to SearchParams.Yuri Gorshenin
2017-10-27[search] Move viewport to search params.Yuri Gorshenin
2017-10-24[search][generator] Fixed cities boundaries generation.Yuri Gorshenin
2017-10-17[search] Usage of CitiesBoundaries in LocalityFinder.Yuri Gorshenin
2017-09-26[search] Dropped the support of mwm versions older than v3 (March 2013).Maxim Pimenov
2017-09-13[search] OnStarted() is always called when set.Yuri Gorshenin
2016-12-30[search] Allow empty strings in search.Yuri Gorshenin
2016-10-14[search] HotelsClassifier can be used on the UI side now.Yuri Gorshenin
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