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-23Fix linux buildSergey Yershov
2015-09-23[linux] Build fix.Ilya Grechuhin
2015-09-23[omim] Review fixes.Ilya Grechuhin
2015-09-23[omim] Passed metadata to search results.Ilya Grechuhin
2015-09-23PR fixes.Lev Dragunov
2015-09-23Change the last queries conatiner to the list.Lev Dragunov
2015-09-23Last search queries save support.Lev Dragunov
2015-09-23Rearranged library dependencies.Alex Zolotarev
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