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-05-31[search] Removed the "search_" prefix where it was redundant.Maxim Pimenov
2016-05-31[search] Got rid of the v2 directory and namespace.Maxim Pimenov
2016-05-24[search] Renamed Query to Processor.Maxim Pimenov
2016-04-24[search] Implemented postcodes support in geocoder.Yuri Gorshenin
2016-04-22Review fixes.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Added an option to disable suggests.Yuri Gorshenin
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2016-03-23[search] Added support for both old and new sdx formats.Maxim Pimenov
2016-03-23Review fixes.Maxim Pimenov
2016-03-23Refactored the serialization code.Maxim Pimenov
2016-03-23Switched the search index to use compressed bit vectors.Maxim Pimenov
2016-03-23[search] A refactoring of ValueList.Maxim Pimenov
2016-03-23[search] Fixed retrieval on Mwms without categories section.Yuri Gorshenin
2016-03-23Rebase fixes.Yuri Gorshenin
2016-03-23[omim] Removed raw pointers in favour of shared_ptr in trie.Maxim Pimenov
2015-11-30rebase fixesExMix
2015-09-23More refactoring.Maxim Pimenov
2015-09-23[omim] [search] Remove redundant namespaces.Maxim Pimenov
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-23Review fixes.Yuri Gorshenin
2015-09-23[search] Fixed features matcher.Yuri Gorshenin
2015-09-23Review fixes.vng
2015-09-23boost::hash -> std::hashAlex Zolotarev
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
2015-09-23Fix include path for searchSergey Yershov
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23Add conditional compilation for hack.vng
2015-09-23Workaround for iOS GCC mysterious bug in Release.vng
2015-09-23Make range delete scope guard more generic.vng
2015-09-23Fix memory leaks in search when exception is thrown.vng
2015-09-23[search] Fix memory leaks.vng
2015-09-23[search] Some fixes.vng
2015-09-23[search] Implement additional search around locality (like address).vng
2015-09-23Minor changes.vng
2015-09-23[search] Check for full math with tokens, Closed #703.vng
2015-09-23[search] Fix crash with empty tokens and empty prefix. Closed #665.vng
2015-09-23[search] Search for categories by prefix (without space ending).vng
2015-09-23[search] Getting rank and center from trie.vng
2015-09-23[search] Add separate language edge in trie for categories.vng
2015-09-23[search] Fix lat lon results bug. Closed #523.vng
2015-09-23[search] Fix interjector logic.Yury Melnichek
2015-09-23[search] Remove unused resultsNeeded.Yury Melnichek
2015-09-23[search] Remove additional code, that worked with ranks. Use unordered_set in...Yury Melnichek
2015-09-23[search] Do not store ranks in the search index.Yury Melnichek