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
2015-09-23Developing infrastucture for launching integration tests and unit tests for A...Vladimir Byko-Ianko
2015-09-23Fix include path for base_testsSergey Yershov
2015-09-23Remove unused fast_mutexSergey Yershov
2015-09-23Fix include path for baseSergey Yershov
2015-09-23Style fixes.Yuri Gorshenin
2015-09-23Fixed constantness.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Added Observers interface to Index.Yuri Gorshenin
2015-09-23Renamed methods.Alex Zolotarev
2015-09-23One more insert method for buffer_vector.Alex Zolotarev
2015-09-23Moved boost::make_transform_iterator into std/transform_iterator.hpp.Alex Zolotarev
2015-09-23Better documentation for MakeLowerCase and Normalize.Alex Zolotarev
2015-09-23[threading] Follow-up small fix to CommandsQueue.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[thread] Refactored lifetime management of multithreaded tasks.Yuri Gorshenin
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-23Revert "2x faster strings::to_string()"Alex Zolotarev
2015-09-232x faster strings::to_string()Alex Zolotarev
2015-09-23fixed warnings for [coding]Sergey Yershov
2015-09-23Fixed warningsSergey Yershov
2015-09-23[threads] Not explicitly joined threads are detached in dtor.Yuri Gorshenin
2015-09-23[base] Fixed data races and other concurrency bugs.Yuri Gorshenin
2015-09-23Fixed AlmostEqual() algorithm.Yuri Gorshenin
2015-09-23Added ThreadChecker. Fixed dtor of WorkerThread.Yuri Gorshenin
2015-09-23Fixes.Yuri Gorshenin
2015-09-23[search-index] Improved performance of current search index building process.Yuri Gorshenin
2015-09-23C++11 way for logging & macroses.Alex Zolotarev
2015-09-23[testing] Added regexp-based filter for tests.Yuri Gorshenin
2015-09-23Removed annoying debug logsAlex Zolotarev
2015-09-23review fixesExMix
2015-09-23[drape] minor changesExMix
2015-09-23[coding] Factor out GetRand64() (commit by Viktor Govakoko).Artyom Polkovnikov
2015-09-23Improvement in turn sieve. Turns are removed if source street name and and ta...Vladimir Byko-Ianko
2015-09-23Code style fixes.vng
2015-09-23[base] [bits] Move NumUsedBits to bits.hpp.Artyom Polkovnikov
2015-09-23[coding] [base] Move NumHiZeroBits32/64 to bits.hpp, add tests.Artyom Polkovnikov
2015-09-23Added strings::IsHTML(string const & s) to correctly render bookmarks descrip...Alex Zolotarev
2015-09-23Minor refactoring - use “initializer_list” for getting classificator types.vng
2015-09-23Revert "Merge pull request #2866 from vng/routing-beta"Denis Koronchik
2015-09-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23Review fixes.vng
2015-09-23[linux] Added get_time function.vng
2015-09-23[core] Added HighResTimer for benchmarks.vng
2015-09-23Removed unused includes in base files.vng
2015-09-23Revert "Merge pull request #2843 from deniskoronchik/compress"vng
2015-09-23[osrm][routing] Improve compression of edge id’s dataDenis Koronchik