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] Factor out feature::IsHouseNumber to separate files.vng
2015-09-23[search] Experimental streets merging with oneway sections.vng
2015-09-23[search] Fixed bugs house search.Kirill Zhdanovich
2015-09-23[search] Added some debug functions.vng
2015-09-23[search] Do streets filtration after address candidates.vng
2015-09-23[search] Increase queue capacity and street's merging delta.vng
2015-09-23[search] Added some diagnostics into street's merging.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-23House filtering functionsKirill Zhdanovich
2015-09-23[search] Compare Street names and House numbersKirill Zhdanovich
2015-09-23Read Houses and Make simple searchKirill Zhdanovich
2015-09-23initial commitKirill Zhdanovich
2015-09-23Correct parsing of N, S, E, W control symbols in LatLon -> DMS.vng
2015-09-23[search] Use fixed digits after comma (5) for coordinates conversion.vng
2015-09-23[search] Match coordinates like DDD.MM.SS and variations.vng
2015-09-23[search] Fixed keyword matching: compare matched name's length only after lan...vng
2015-09-23[drape] replace ProcessMWM method on functor. Preparing for read mwm index se...ExMix
2015-09-23[search] Fixed bug with feature names scoring.vng
2015-09-23[core] Search layer of pins addedKirill Zhdanovich
2015-09-23[search] Optimization: use calculated point from search trie for non-point fe...vng
2015-09-23[search] Correct zoom for result and fix balloon point for streets.vng
2015-09-23Add some tokenize tests.vng
2015-09-23[scales] correct zoom calculation for non-tiled policiesDarafei Praliaskouski
2015-09-23Use expat from the system on LinuxAlex Zolotarev
2015-09-23Fixed warnings in 3party projectsAlex Zolotarev
2015-09-23Minor changes.vng
2015-09-23Use documented shared_ptr::element_type instead of value_type, which was remo...Alex Zolotarev
2015-09-23[refactoring] Cross platform balloon everywhere.vng
2015-09-23[search] Process all place-state (not only USA).vng
2015-09-23[search] Fix category name from type resolver.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-23Set Framework::m_lowestMapsVersion only for version >= v2.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-23different fixes for build on Windows platformExMix
2015-09-23replace call data() from vector. Old compiler does not supportExMix
2015-09-23[search] Minor code review fixes.Yury Melnichek
2015-09-23[search] KeywordMatcher rewrite code review comments: simplify SetKeywords() ...Yury Melnichek
2015-09-23[search] Keyword Matcher rewrite.Yury Melnichek
2015-09-23Generic Warning FixesAlex Zolotarev
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