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-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
2015-09-23[search] Do not use priority_queue in PrefixMatchInTrie().Yury Melnichek
2015-09-23[search] Replace unordered_set by vector - speed improvments.vng
2015-09-23[search] Correctly handle case, when all names for a language start with the ...Yury Melnichek
2015-09-23[search] Match features by category name.Yury Melnichek
2015-09-23[search] Rename feature_match.hpp -> feature_offset_match.hppYury Melnichek