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-23Fixed test.vng
2015-09-23[index, mwm-set] MwmLock -> MwmHandleYuri Gorshenin
2015-09-23Revert "Merge pull request #1068 from maps/revert-929-abstract-country-file"Yuri Gorshenin
2015-09-23Revert "[storage, framework, index] Storage redesign. Plain strings are repla...gorshenin
2015-09-23Storage redesign.Yuri Gorshenin
2015-09-23Removed scoped_ptr/scoped_array.Alex Zolotarev
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23Fix build warnings for Search. Cleanup code.Sergey Yershov
2015-09-23Fix include path for searchSergey Yershov
2015-09-23Fixed constantness.Yuri Gorshenin
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Added Observers interface to Index.Yuri Gorshenin
2015-09-23[tests] Check that feature has nonempty geometry if it’s stored in geometry...vng
2015-09-23[linux] Fixed compilation issuesMapsWithMe OSM User
2015-09-23[search] Parse coordinates like: N xxx° xx.xxx E xxx° xx.xxxvng
2015-09-23[linux] Compilation fixesMapsWithMe OSM User
2015-09-23Use one static instance of IsStreetChecker.vng
2015-09-23- Routing does not depend on searchAlex Zolotarev
2015-09-23Added convenience static method m2::PointD MercatorBounds::FromLatLon(lat, lon)Alex Zolotarev
2015-09-23Added country and city into address search resultsDenis Koronchik
2015-09-23Implement LocalityFinder component.Denis Koronchik
2015-09-23Added function to calculate equal ranges between string and the set of tokens.Denis Koronchik
2015-09-23[search] Fixed coordinates input parsing.vng
2015-09-23[search]vng
2015-09-23[search] Fixed bug with non-working degrees matching due to unicode normaliza...Alex Zolotarev
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] house number recognitionKirill 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] 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] 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] For testing purpose. Increase printed number in double after commaKirill Zhdanovich
2015-09-23Turn on search tests.vng
2015-09-23[search] Better streets merging logic.vng
2015-09-23[search] Better house number matching and cache clearing policy.vng
2015-09-23[search] Fixed bugs house search.Kirill Zhdanovich
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-23House filtering functionsKirill Zhdanovich
2015-09-23[search] Compare Street names and House numbersKirill Zhdanovich
2015-09-23Read Houses and Make simple searchKirill Zhdanovich