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] change string to char const * for afficsKirill Zhdanovich
2015-09-23[search] house number recognitionKirill Zhdanovich
2015-09-23[android] Compilation fix (use ascii chars in code).vng
2015-09-23[search] Address search vocabulary updateKirill Zhdanovich
2015-09-23[search] Voting algorithmKirill Zhdanovich
2015-09-23[search] refactoring of results storageKirill Zhdanovich
2015-09-23[search] Address search algorithm improvmentKirill Zhdanovich
2015-09-23[search] Minor fixes.vng
2015-09-23[search] Better house number parsing (take into account American style).vng
2015-09-23[search] Do house matching with possible non-ordered neighbors.vng
2015-09-23[search] Do correct distance test for house results comparison.vng
2015-09-23[search] Added more "highway" types for streets.vng
2015-09-23[search] Refactoring of matching house number for input token.vng
2015-09-23[search] Fixed address data generation - take objects with the "building" typ...vng
2015-09-23[search] Core review fixes.vng
2015-09-23[search]Scoring fixes, delete chain merge code.Kirill Zhdanovich
2015-09-23[search] Better pivot choosing strategy.vng
2015-09-23[search] Fixed streets merging.vng
2015-09-23[search] Offset for houses reading is dependent approximate from street length.vng
2015-09-23[search] Correct street merge with duplicates filtering.vng
2015-09-23[search] Sort input streets for faster house search tests processing.vng
2015-09-23[search] Refactoring of MWM full test.vng
2015-09-23[search] New algorithm for Address SearchKirill Zhdanovich
2015-09-23[search]House compare fixKirill Zhdanovich
2015-09-23[Search] For testing purpose. Increase printed number in double after commaKirill Zhdanovich
2015-09-23[search] Streets merging refactoring.vng
2015-09-23Turn on search tests.vng
2015-09-23[search] Better streets merging logic.vng
2015-09-23[search] Minor fix for longest houses sequence.vng
2015-09-23[search] Better house number matching and cache clearing policy.vng
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