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
2019-07-23[search] Allow misprints for original query token only.tatiana-yan
2019-07-09[search] Replaced Token's ForEach with a more descriptive ForEachSynonym.Maxim Pimenov
2019-07-01[search] Require full match for postcodes.tatiana-yan
2019-05-30[search] Retrieve exact matching features CBV while retrieving features CBV f...tatiana-yan
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2018-09-14[base] Unified stl_add and stl_helpers.Maxim Pimenov
2018-07-25Review fixes.Maxim Pimenov
2018-07-25[geometry] Coding style fixes.Maxim Pimenov
2018-04-25Fixed warningsVladiMihaylenko
2017-12-05Review fixes.Yuri Gorshenin
2017-12-05[base] Compressed MemTrie.Yuri Gorshenin
2017-12-01[search] Fixed #includes in feature_offset_match.hppYuri Gorshenin
2017-11-30Review fixes.Yuri Gorshenin
2017-11-30[search] MemSearchIndex prototype.Yuri Gorshenin
2017-11-24[search] Get rid of T-prefix.Yuri Gorshenin
2017-03-13Fixed some warnings.Maxim Pimenov
2017-02-13[search] Fuzzy search by category.Maxim Pimenov
2017-02-08[search] SmallSet for languages.Yuri Gorshenin
2017-01-26Review fixes.Yuri Gorshenin
2016-11-16Review fixes.Yuri Gorshenin
2016-11-16[search] Added fuzzy search (up to 2 errors).Yuri Gorshenin
2016-11-16Review fixes.Yuri Gorshenin
2016-11-15[search] Switch to DFAs in search index retrieval.Yuri Gorshenin
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