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-23Mwm set public interface corrections.vng
2015-09-23Review fixes.Maxim Pimenov
2015-09-23More refactoring.Maxim Pimenov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[search] Refactored trie-walking routines.Yuri Gorshenin
2015-09-23[search] Search query params is extracted into individual hpp/cpp files.Yuri Gorshenin
2015-09-23[index, mwm-set] MwmLock -> MwmHandleYuri Gorshenin
2015-09-23[generator] Implemented test for mwm generation.Yuri Gorshenin
2015-09-23[search] Remove volatile bool m_cancel.Yuri Gorshenin
2015-09-23Review fixes.vng
2015-09-23[search] Cache viewport ids optimization - skip queries with inner viewport.vng
2015-09-23[search] Removed unused code and other code style fixes.vng
2015-09-23[search] Do many iterations for query by incrementing viewport search rect.vng
2015-09-23[search] Logic refactoring: search only in current viewport (or only around p...vng
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23Fix include path for searchSergey Yershov
2015-09-23[search] Do search for category only if it matches for current, input or Engl...vng
2015-09-23[categories] Do correct distinguishing of current language and current locale...vng
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23[search] Suggest categories for input and current locale at the same time.vng
2015-09-23[search] Fixed bug with search categories language.vng
2015-09-23[localizations] Split languages for data and for categories, they should be d...Alex Zolotarev
2015-09-23- Routing does not depend on searchAlex Zolotarev
2015-09-23Improve search results rankingDenis Koronchik
2015-09-23[search] Show city name in search results.Denis Koronchik
2015-09-23[search] More dispersed viewport results on the map.vng
2015-09-23[search] Show up to 200 results in viewport.vng
2015-09-23Suggest categories for cityDenis Koronchik
2015-09-23[search] Calculate highlight range for the search::Result.Denis Koronchik
2015-09-23Restart search and display results with every viewport changing.vng
2015-09-23[search] Implement suggestions for countries, cities, streets.vng
2015-09-23[search]vng
2015-09-23[search] Minor refactoring and code cleanup.Kirill Zhdanovich
2015-09-23[search] Built-in house search in main engine (initial commit).vng
2015-09-23Use documented shared_ptr::element_type instead of value_type, which was remo...Alex Zolotarev
2015-09-23[search] Fix bug with incorrect streets filtering with equal names. Fix resul...vng
2015-09-23Store reference to type index instead of raw type in mwm search index.vng
2015-09-23[search] Keyword Matcher rewrite.Yury Melnichek
2015-09-23[search] Do address search in particular mwm when country (state) is matched.vng
2015-09-23Search for address by special flag.vng
2015-09-23Do additional search according to search mode.vng
2015-09-23Minor changes in search - better check for empty query.vng
2015-09-23Remove dummy parameter.vng
2015-09-23Clear search cache (features in viewports) when new country is downloaded.vng
2015-09-23Avoid to use heavy function languages::CurrentLanguage().vng
2015-09-23Revert "Use atomic<bool> primitive for thread's shared flags."vng
2015-09-23Use atomic<bool> primitive for thread's shared flags.vng
2015-09-23[search] Skip numbers in search query and add synonyms for US streets (North,...vng
2015-09-23[search] Fix bug in SearchAdditional.vng
2015-09-23[search] Fix spelling and code style.vng