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-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
2015-09-23[search] Remove "query" logic from all platforms. Now it's invalid because of...vng
2015-09-23[search] Avoid duplicating search queries. Lacks when current position is upd...vng
2015-09-23Add some functions for search result's interface.vng
2015-09-23Create feature::LoaderBase once and use it for all loading features - no "new...vng
2015-09-23Framework::GetAddressInfo - add feature type (category) strings.vng
2015-09-23Synchronization of CountryInfoGetter object in search::Engine.vng
2015-09-23[bookmarks] Add address getting routine for input point.vng
2015-09-23[search] Fix search rects routine.vng
2015-09-23[search] Fixed issue when viewport was close to My Position but results from ...Alex Zolotarev
2015-09-23[search] Show best preffered type when matching by category.vng
2015-09-23[search] Do not add suggestions for tokens. Only for prefix or token + prefix.vng
2015-09-23[search] Search suggestions for "en" language if no results for input language.vng
2015-09-23[search] Add suggestions only for input language.vng
2015-09-23[search] New search constant for results count = 15.vng
2015-09-23[search] Do not add duplicating results after additional search.vng
2015-09-23[search] Better LessXXX functors for intermediate results.vng
2015-09-23[search] Bug fix with uninitialized var.vng
2015-09-23[search] Make additional search in whole MWM (position and viewport) when the...vng
2015-09-23[search] Avoid many search threads waiting in search mutex.vng
2015-09-23[search] Check for full math with tokens, Closed #703.vng
2015-09-23[search] Better sort criteria for LessViewportDistance.vng
2015-09-23[search] Bug fix again :)vng
2015-09-23[search] Bug fix.vng