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-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
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-27Implementation 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[generator] Review fixes in c++ partSergey Yershov
2016-05-26[base] Implemented EqualsBy.Yuri Gorshenin
2016-05-25Review fixesSergey Yershov
2016-05-01[ios] Implemented new category search.VladiMihaylenko
2016-05-01[indexer] Added move assignment operator for CategoriesIndex.VladiMihaylenko
2016-05-01[editor] Implemented search of a category for a newly added object.Maxim Pimenov
2016-04-27[base] Fixed MemTrie tests.Yuri Gorshenin
2016-04-26Review fixes.Maxim Pimenov
2016-04-26[indexer] Added a component that maps (sub)strings to categories.Maxim Pimenov
2016-04-22[search] Postcodes are added to the search index.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-05Speed improvement from Yury Gorshenin.Alex Zolotarev
2016-04-05strings::NormalizeDigits for full-width unicode numbers.Alex Zolotarev
2016-03-24Added EraseIf helper.vng
2016-03-23[base] Fixed integral to string conversion.Yuri Gorshenin
2016-03-23isfinite compilation fix.Alex Zolotarev
2016-03-23strings::to_double now checks for finite values and overflows.Alex Zolotarev
2016-03-23Speed up strings::to_XXX conversion by removing unnecessary variable check.Alex Zolotarev
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Used linear model for rank calculation.Yuri Gorshenin
2016-03-23thread checker macroAlex Zolotarev
2016-03-23Convenient macro for thread checker to use it once in-place.Alex Zolotarev
2016-03-23Attach/detach DeferredTask on Android correctly.Dmitry Yunitsky
2016-03-23Review fixSergey Yershov
2016-03-23Review fixesSergey Yershov
2016-03-23Add deferred task implementationSergey Yershov