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-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
2015-09-23Add buffer_vector and use it in FeatureType for geometry storing.vng