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
path: root/search
AgeCommit message (Expand)Author
2015-09-23[search] Temporary solution: sort results by it's real distance for AROUND_PO...vng
2015-09-23Do better check for distance on earth.vng
2015-09-23Fix bug in search params initialization.vng
2015-09-23[search] Do address search in particular mwm when country (state) is matched.vng
2015-09-23[search] Get english country name from mwm file name.vng
2015-09-23Do search for address in all possible modes.vng
2015-09-23Fix small bug in search ("Montana Helena" query).vng
2015-09-23Search for address by special flag.vng
2015-09-23Fix bug with comparing SearchParams.vng
2015-09-23Cashes added. kirillcpp
2015-09-23Do additional search according to search mode.vng
2015-09-23Add search settings.vng
2015-09-23Minor changes in search - better check for empty query.vng
2015-09-23Emit "end search marker" with cancelled flag. It helps to determine whether ...vng
2015-09-23Revert mutex lock for reading search params. Engine::Search is calling from m...vng
2015-09-23Fix concurrent issue in read/write of search params.vng
2015-09-23Do correct and full cache clearing (for Index and search::Engine).vng
2015-09-23Remove dummy parameter.vng
2015-09-23Clear search cache (features in viewports) when new country is downloaded.vng
2015-09-23Return better feature type than "building" if feature has many choices.vng
2015-09-23Get raw types in Framework::GetAddressInfo if no types matched in categories.vng
2015-09-23Avoid to use heavy function languages::CurrentLanguage().vng
2015-09-23Fix types getting in Framework::GetAddressInfo.vng
2015-09-23Add conditional compilation for hack.vng
2015-09-23Revert "Use atomic<bool> primitive for thread's shared flags."vng
2015-09-23Workaround for iOS GCC mysterious bug in Release.vng
2015-09-23Use atomic<bool> primitive for thread's shared flags.vng
2015-09-23DebugPrint for search::SearchParams.vng
2015-09-23Make range delete scope guard more generic.vng
2015-09-23Fix memory leaks in search when exception is thrown.vng
2015-09-23[search] Fix memory leaks.vng
2015-09-23[win] Fixed some compilation errors. Only OpenGL errors leftAlex Zolotarev
2015-09-23[search] Skip numbers in search query and add synonyms for US streets (North,...vng
2015-09-23[search] Remove some asserts due to very long names splitted for tokens.vng
2015-09-23[search] Fix bug in SearchAdditional.vng
2015-09-23[search] Fix spelling and code style.vng
2015-09-23Warning in type mismath fix.vng
2015-09-23Add founded locality as a result if no other tokens to search.vng
2015-09-23[search] Fix bugs with countries/states address search.vng
2015-09-23[search] Process country or state in address search.vng
2015-09-23[search] Some fixes.vng
2015-09-23[search] Fix scoring routine for matched keywords.vng
2015-09-23[search] Implement additional search around locality (like address).vng
2015-09-23[search] Assign feature type to name if name is empty.vng
2015-09-23Remove unused strings from search::Query.vng
2015-09-23Minor changes.vng
2015-09-23Refactoring of maps update after downloading:vng
2015-09-23Add Framework::GetCountryName(id).vng
2015-09-23[search] Better logic in emitting results.vng
2015-09-23[search] Add return result for Framework::Search (was launched or not). Add r...vng