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/base
AgeCommit message (Expand)Author
2016-12-08Merge pull request #4855 from ygorshenin/support-transpositionsmpimenov
2016-12-08[core] uber into place pageArsentiy Milchakov
2016-12-08Review fixes.Yuri Gorshenin
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-16Review fixes.Yuri Gorshenin
2016-11-15[search] Switch to DFAs in search index retrieval.Yuri Gorshenin
2016-11-09Added project declarations to subprojectsTimofey
2016-11-08Review fixes.Yuri Gorshenin
2016-11-07[base] Levenshtein DFA.Yuri Gorshenin
2016-10-12Merge pull request #4473 from mpimenov/traffic-gps-serializationygorshenin
2016-10-12Merge pull request #4481 from ygorshenin/hotel-filtersmpimenov
2016-10-12[coding] Added a serialization method for traffic coords.Maxim Pimenov
2016-10-11[search] Implemented hotels filter.Yuri Gorshenin
2016-10-11[feature_list] Expand to_string_with_digits_after_commaIlya Zverev
2016-10-04Decimated spaces in the CMake files.Timofey
2016-09-29Opening hours lib and testsTimofey
2016-09-28Working on platform.Timofey
2016-09-28Merge pull request #4390 from ygorshenin/fix-locality-findermpimenov
2016-09-28Review fixes.Yuri Gorshenin
2016-09-27[search] Fixed locality matching code.Yuri Gorshenin
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-26Refactoring SortUnique and EraseIf. Now they can work with deque as well.Vladimir Byko-Ianko
2016-09-13Now coding tests compile and pass.Timofey
2016-09-06Wrote cmake lists for base and base_testsTimofey
2016-08-23Merge pull request #4133 from mgsergio/strong-typedefsVladimir Byko-Ianko
2016-08-23Add simple output.Sergey Magidovich
2016-08-23Merge pull request #4101 from ygorshenin/clusteringmpimenov
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-19[search] Implemented clustering.Yuri Gorshenin
2016-08-16Add Tokenize method to get collection of strings from a string.Sergey Magidovich
2016-07-13[coding] Elias gamma and delta coder.Yuri Gorshenin
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-31[utils] Fix error checking in to_intIlya Zverev
2016-05-31Clang-format for reviewSergey Yershov