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-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
2015-09-23[search] Fix crash with empty tokens and empty prefix. Closed #665.vng
2015-09-23[search] Fix bug of center and viewport calculation for results.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
2015-09-23[search] Simplify logic and fix bug with shared reading of features.vng
2015-09-23Minor changes.vng
2015-09-23[search] Better viewport calculation for results.vng
2015-09-23[search] Do not show suggestion if it's in tokens already.vng
2015-09-23[android][gcc] Fixed compilation errorAlex Zolotarev
2015-09-23[search] Process feature types like 2-level types (trim 3 level).vng
2015-09-23Fix bug with std::find usage.vng
2015-09-23[search] Remove extended viewport as useless.vng
2015-09-23Replace some code with std::find algorithm.vng
2015-09-23[search] Show flag and region for lat-lon results.vng
2015-09-23[search] Add input language to search query.vng
2015-09-23Add Framework::GetCountryCodeByPosition realization. Closed #622.vng
2015-09-23[search] Fix bug - show flag for countries.vng
2015-09-23[search] Do search in viewport-rect and NearMe-rect in default mode. Don't se...vng
2015-09-23[search] Repeat search Near My Position if not enough results for current vie...vng
2015-09-23[search] Fix epsilon rect calculating.vng
2015-09-23[search] Category name in native language. Closed #602.vng
2015-09-23[search] Do not get region for "continent" and "country".vng
2015-09-23[search] Fix bug with equal results.vng
2015-09-23Remove useless entities and includes.vng
2015-09-23[search] Fix some hard logic in viewport recaculation. Если сами бе...vng
2015-09-23[search] Fix bug with points coding in search index generation.vng
2015-09-23[search] Do reserve for PreResult1 queues.vng