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
2016-07-05[indexer] Fixed FeaturesLoaderGuard.Yuri Gorshenin
2016-05-31[search] Removed the "search_" prefix where it was redundant.Maxim Pimenov
2016-03-24[search] Treat street synonyms as prefix in search algos.vng
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it fr...Alex Zolotarev
2016-03-23Review fixes.vng
2016-03-23[search] Limit POI to street match with 100 meters.vng
2016-03-23Review fixes.vng
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2016-03-23[search] Added building -> street detection algorithm.vng
2015-09-23Review fixes.vng
2015-09-23Feature index refactoring.vng
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23Review fixSergey Yershov
2015-09-23Fix build warnings for Search. Cleanup code.Sergey Yershov
2015-09-23Fix include path for searchSergey Yershov
2015-09-23Singletone IsBuildingChecker.Alex Zolotarev
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23Renamed methods.Alex Zolotarev
2015-09-23Minor change: sorted includes.Alex Zolotarev
2015-09-23Moved boost::make_transform_iterator into std/transform_iterator.hpp.Alex Zolotarev
2015-09-23[search] Fixed memory leaks in house detector.Yuri Gorshenin
2015-09-23Replace DistanceOnEarth fn call with more convenient one.vng
2015-09-23[search] Move GetStreetName function to indexer search_string_utilsDenis Koronchik
2015-09-23Minor refaсtoring: removed CoordPointT typedef to avoid disambiguate.vng
2015-09-23Added mwm timestamp reading.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Warning fixAlex Zolotarev
2015-09-23[search] Refactored emitting final search results.vng
2015-09-23- Routing does not depend on searchAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Use one house search algorithm with 3 steps: odd/even and consequentially.vng
2015-09-23Minor code changes.vng
2015-09-23[search] generate house number to check with house number step.Kirill Zhdanovich
2015-09-23[search] Strict address match routine.vng
2015-09-23[search]vng
2015-09-23[search] Match houses with index Kirill Zhdanovich
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23[search] Fixed address results emitting (include partially matched).vng
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] Refactoring of matching house number for input token.vng