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-23Use documented shared_ptr::element_type instead of value_type, which was remo...Alex Zolotarev
2015-09-23[search] Process all place-state (not only USA).vng
2015-09-23[search] Fix region processing for main locality (check all and select most i...vng
2015-09-23[search] Fix assert with empty english name in locality.vng
2015-09-23[search] Fix bug with incorrect streets filtering with equal names. Fix resul...vng
2015-09-23Fix bug with is digit in android release.vng
2015-09-23Store reference to type index instead of raw type in mwm search index.vng
2015-09-23[search] KeywordMatcher rewrite code review comments: simplify SetKeywords() ...Yury Melnichek
2015-09-23[search] Keyword Matcher rewrite.Yury Melnichek
2015-09-23[search] Temporary solution: sort results by it's real distance for AROUND_PO...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-23Fix small bug in search ("Montana Helena" query).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] 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] 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-23Remove unused strings from search::Query.vng
2015-09-23[search] Better logic in emitting results.vng
2015-09-23[search] Avoid duplicating search queries. Lacks when current position is upd...vng
2015-09-23Create feature::LoaderBase once and use it for all loading features - no "new...vng
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] Do not add duplicating results after additional search.vng
2015-09-23[search] Make additional search in whole MWM (position and viewport) when the...vng
2015-09-23[search] Bug fix again :)vng
2015-09-23[search] Bug fix.vng
2015-09-23[search] Search all features for empty query in 3 steps: from small viewport ...vng
2015-09-23[search] Search for categories by prefix (without space ending).vng
2015-09-23[search] Search near my position for empty query.vng
2015-09-23[search] Performance: Avoid penalty on polymorphic SubReader and coping of re...vng
2015-09-23[search] Fix order for PreResult1 before reading features.vng