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-23Added base to to_int function.vng
2015-09-23Rearranged library dependencies.Alex Zolotarev
2015-09-23Added buffer_vector::erase_if.vng
2015-09-23Added thread checker macro and its usageConstantin Shalnev
2015-09-23Routes rendering in RGr.kuznetsov
2015-09-23ThreadFunc takes function by refrefConstantin Shalnev
2015-09-23Fixed notesConstantin Shalnev
2015-09-23Implemented SimpleThread which is the same as std::thread but executes callab...Constantin Shalnev
2015-09-23Add DebugPrint for arraySergey Yershov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Timer is moved to steady clocks.Yuri Gorshenin
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