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
2020-07-10[search] Check we have hiragana before transliteration.tatiana-yan
2019-12-25[routing] rid of m2::PointD in routingMikhail Gorbushin
2019-02-18[base] Add erase method to buffer_vector.tatiana-yan
2018-12-18[coding] Deprecate unpopular languages to add more relevant ones.tatiana-yan
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2018-03-06Linux build fix, forgotten enable_if -> enable_if_t, misprinttatiana-kondakova
2018-03-06Using _t suffix instead of ::type in whole project + using std:: somewhere.VladiMihaylenko
2017-12-18[search] TF-IDF for localities ranking.Yuri Gorshenin
2017-11-30[search] Fixed a bug in the code for stop words.Maxim Pimenov
2017-05-25[cherry] [FABRIC-7708] Removed incorrect assert.Ilya Grechuhin
2017-03-23review fixesArsentiy Milchakov
2017-03-22warnings fixArsentiy Milchakov
2016-12-28Fix unit testsSergey Yershov
2016-12-28Fix issues while build on LinuxSergey Yershov
2016-12-28Remove using std from baseSergey Yershov
2016-04-22[base] Fixed buffer_vector to support moveable-only types.Yuri Gorshenin
2016-03-23[search] Fixed greedy street matching.Yuri Gorshenin
2015-11-30Pointers refactoringr.kuznetsov
2015-09-23Added buffer_vector::erase_if.vng
2015-09-23Review fixes.vng
2015-09-23Fix include path for baseSergey Yershov
2015-09-23One more insert method for buffer_vector.Alex Zolotarev
2015-09-23Removed reserve(N+1) in buffer_vector. It’s a stupid logic when we have a s...vng
2015-09-23Added emplace_back to buffer_vector.vng
2015-09-23Added move actor and move push_back to the buffer_vector.vng
2015-09-23[drape] minor changesExMix
2015-09-23Removed unused includes in base files.vng
2015-09-23[optimization] Improve speed of interval indexDenis Koronchik
2015-09-23Fix buffer_vector::resize() and add some assertions and todo's (buffer_vector...vng
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Remove useless (and actually wrong!) assert in buffer_vector.Yury Melnichek
2015-09-23Add lexicographical compare to algorithm.hpp and use in in buffer_vector.Yury Melnichek
2015-09-23Add buffer_vector::append().Yury Melnichek
2015-09-23Fix uint64_t -> size-t warnings.vng
2015-09-23moved InfoLayer rendering from main thread to render thread.rachytski
2015-09-23Minor buffer_vector::const_iterator fixAlex Zolotarev
2015-09-23Added buffer_vector::assign, constructor from iterators and == !=Alex Zolotarev
2015-09-23Refactored base/string_utilsAlex Zolotarev
2015-09-23Add size_type typedef to buffer_vector.hppYury Melnichek
2015-09-23Add tests for buffer_vector.vng
2015-09-23Almost no-op, fix compilation issue.Yury Melnichek
2015-09-23Use Swap() in buffer_vector when growing from the static array to the dynamic...Yury Melnichek
2015-09-23Update buffer_vector: 1. Fix bug with initialization of elements in resize()....Yury Melnichek
2015-09-23Sort drawing rules (it's not necessary as is, but logic is more clear).vng
2015-09-23Revert "DrawRule order optimization. "vng
2015-09-23DrawRule order optimization. rachytski
2015-09-23Add [begin, end) in buffer_vector.vng
2015-09-23Fix compilation on msvc. Fix runtume errors on Windows.vng
2015-09-23Add debug_print for buffer_vector.vng
2015-09-23Some minor fixes.vng