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-23Replaced zlib with minizip which uses zlib from the operating system.Alex Zolotarev
2015-09-23Mwm set public interface corrections.vng
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[search] Fixes to retrieval. Improved performance on a real data (tested with...Yuri Gorshenin
2015-09-23Review fixes.Maxim Pimenov
2015-09-23More refactoring.Maxim Pimenov
2015-09-23[omim] [search] Remove redundant namespaces.Maxim Pimenov
2015-09-23[search] Fixed failing retrieval's test.Yuri Gorshenin
2015-09-23Fix for linux build by Max Pimenov.Timofey Danshin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[search] Implemented retrieval.Yuri Gorshenin
2015-09-23[search] Refactored trie-walking routines.Yuri Gorshenin
2015-09-23Removed T-letter from TMapOptions.Yuri Gorshenin
2015-09-23Removed E-letter from TMapOptions set.Yuri Gorshenin
2015-09-23Leave feature type as-is even if name is empty.vng
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[search] Fixed features matcher.Yuri Gorshenin
2015-09-23[platform] Fixed creation of temprorary local country files.Yuri Gorshenin
2015-09-23Fixed test.vng
2015-09-23Review fixes.vng
2015-09-23Minor refactoring to store feature’s offsets table once for every cache val...vng
2015-09-23Feature index refactoring.vng
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[search] Search query params is extracted into individual hpp/cpp files.Yuri Gorshenin
2015-09-23master build fixLev Dragunov
2015-09-23[index, mwm-set] MwmLock -> MwmHandleYuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[generator] Implemented test for mwm generation.Yuri Gorshenin
2015-09-23Minor code style fixes.vng
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-23[search] Always print current locale.vng
2015-09-23Review fixes.vng
2015-09-23boost::hash -> std::hashAlex Zolotarev
2015-09-23Removed scoped_ptr/scoped_array.Alex Zolotarev
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23[search] Remove volatile bool m_cancel.Yuri Gorshenin
2015-09-23Review fixes.vng
2015-09-23[search] Cache viewport ids optimization - skip queries with inner viewport.vng
2015-09-23[search] Removed unused code and other code style fixes.vng
2015-09-23[search] Do many iterations for query by incrementing viewport search rect.vng
2015-09-23[search] Logic refactoring: search only in current viewport (or only around p...vng
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Fix warnings for SearchSergey Yershov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23[search] Fixed bug from previous commit here.vng
2015-09-23Review fixSergey Yershov
2015-09-23Fix build warnings for Search. Cleanup code.Sergey Yershov