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-12-02[base] Support transpositions in LevenshteinDFA.Yuri Gorshenin
2016-11-16[search] Added fuzzy search (up to 2 errors).Yuri Gorshenin
2016-11-15[search] Switch to DFAs in search index retrieval.Yuri Gorshenin
2016-11-09Added project declarations to subprojectsTimofey
2016-11-07[base] Levenshtein DFA.Yuri Gorshenin
2016-10-04Decimated spaces in the CMake files.Timofey
2016-09-26Review fixes.Vladimir Byko-Ianko
2016-09-26Getting rid of std::allocator and using variadic templates intead.Vladimir Byko-Ianko
2016-09-26Review fixes.Vladimir Byko-Ianko
2016-09-26Tests on using deque by SortUnique and EqualsByVladimir Byko-Ianko
2016-09-06Wrote cmake lists for base and base_testsTimofey
2016-08-23Add simple output.Sergey Magidovich
2016-08-22Merge pull request #4123 from mgsergio/strong-typedefsygorshenin
2016-08-22Add NewType class to have strong typedefs for primitive types.Sergey Magidovich
2016-08-22[build] Build fix for libstdc++.Yuri Gorshenin
2016-08-22Read sample as a file of object ids.Sergey Magidovich
2016-08-16Add Tokenize method to get collection of strings from a string.Sergey Magidovich
2016-07-05Review fixes.Yuri Gorshenin
2016-07-05Minor fixes - get rid of redundant copying.Yuri Gorshenin
2016-06-28[booking] Revert the last good code from ParseCSVRowIlya Zverev
2016-06-28[booking] Remove CSV in favour of a simple splitIlya Zverev
2016-06-28[booking] Replace Split with ParseCSVRowIlya Zverev
2016-06-28[booking] Save all translations we've gotIlya Zverev
2016-06-22[base] Removed TokenizeIterator default ctor.Yuri Gorshenin
2016-06-15Review fixes.Yuri Gorshenin
2016-06-15[base] Implemented empty-tokens-support to tokenizer.Yuri Gorshenin
2016-06-01[tests] Correctly process empty strings in to_whateverIlya Zverev
2016-05-31Merge pull request #3302 from syershov/MAPSME-1232Ilya Zverev
2016-05-27[bicycle routing] Simplifying IRoadGraph::ForEachEdge().Vladimir Byko-Ianko
2016-05-27Review fixes.Vladimir Byko-Ianko
2016-05-27SortUnique refactoring.Vladimir Byko-Ianko
2016-05-27git-clang-formatVladimir Byko-Ianko
2016-05-27Unit tests on SortUnique and SortUnique with predicate.Vladimir Byko-Ianko
2016-05-27[base] Refactor to_int and to_uint. Implement tests.Sergey Yershov
2016-05-27Review fixes.Yuri Gorshenin
2016-05-26[base] Implemented EqualsBy.Yuri Gorshenin
2016-04-27[base] Fixed MemTrie tests.Yuri Gorshenin
2016-04-22[base] Fixed buffer_vector to support moveable-only types.Yuri Gorshenin
2016-04-19Fixed an out-of-bounds access.Maxim Pimenov
2016-04-07strings::NormalizeDigits for UniString.Alex Zolotarev
2016-04-05strings::NormalizeDigits for full-width unicode numbers.Alex Zolotarev
2016-03-23[base] Fixed integral to string conversion.Yuri Gorshenin
2016-03-23strings::to_double now checks for finite values and overflows.Alex Zolotarev
2016-03-23[search] Used linear model for rank calculation.Yuri Gorshenin
2016-03-23Store seconds since epoch in mwm as version.Sergey Magidovich
2016-03-23[Old map downloader] Migration testsSergey Yershov
2016-03-23[editor] Review fixes.Alex Zolotarev
2016-03-23Implement type of a FeatureType serialization.Sergey Magidovich
2016-03-23Code Review.Sergey Magidovich
2016-03-23Add enumerate.Sergey Magidovich