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-23Review fixes.vng
2015-09-23my::Cache can be stored by value in containers now.vng
2015-09-23[omim] Remove base/pseudo_random.hpp and add std/random.hpp instead.Maxim Pimenov
2015-09-23Minor code style changes.vng
2015-09-23Review fixes.vng
2015-09-23std folder cleanup & removing not needed boost references.Alex Zolotarev
2015-09-23boost::hash -> std::hashAlex Zolotarev
2015-09-23Fixed missing includes.Alex Zolotarev
2015-09-23Fixed <cstdint>.Alex Zolotarev
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23fixed notesConstantin Shalnev
2015-09-23fixed notesConstantin Shalnev
2015-09-23Corrections after colleagues comments.Vladimir Byko-Ianko
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[omim] [base] Added two more functions to compare floating-point numbers.Maxim Pimenov
2015-09-23Extract macros NOTIMPLEMENTED and PR fixesLev Dragunov
2015-09-23Correct ThreadChecker fix.vng
2015-09-23Removed thread checker due to Android and NV thread. It’s handle can be cha...vng
2015-09-23Code style fixes.vng
2015-09-23CHECK => ASSERT for WorkerThread::IsRunning()Alex Zolotarev
2015-09-23Use ThreadChecker in debug only.Alex Zolotarev
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[threading] Fixed scheduled task API and tests.Yuri Gorshenin
2015-09-23Added possibility to count allocated pool size.vng
2015-09-23[pedestrian] A* algorithm is moved out.Yuri Gorshenin
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