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-23Fix according to code review.vng
2015-09-23- Do non-blocking Cancel in ScheduledTask. Blocking Cancel "causes" deadlock ...vng
2015-09-23Fix test according to code style.vng
2015-09-23Add TryLock function to Mutex and Condition.vng
2015-09-23[tests] fixed testsDarafei Praliaskouski
2015-09-23Optimize strings comparison in geo-url parsing.vng
2015-09-23Custom overload for to_string(uint64_t) - speedup feature reading.vng
2015-09-23[win][mingw] Some compilation fixesAlex Zolotarev
2015-09-23Minor include fixes.vng
2015-09-23Fix according to code review.vng
2015-09-23Replace "MergeSorted" with better one "AccumulateIntervals".vng
2015-09-23added 1D-intervals intersecting and merging functions, and added tests for them.rachytski
2015-09-23Add threads::ThreadPool.vng
2015-09-23different fixes for build on Windows platformExMix
2015-09-23Move "heavy" implementations to cpp. Simplify some functions.vng
2015-09-23fixed deadlock in CoverageGenerator related to Wait/Signal logic in ThreadedListrachytski
2015-09-23Generic Warning FixesAlex Zolotarev
2015-09-23fixed deadlock when some thread steal newly allocated resource from the threa...rachytski
2015-09-23added std/errno.hpp according to suggestion in code review.rachytski
2015-09-23fixed bug with premature cancellation of ScheduledTask, added new tests for i...rachytski
2015-09-23implemented Condition for Win32.rachytski
2015-09-23fixed includes.rachytski
2015-09-23added ScheduledTask class and tests for it.rachytski
2015-09-23added ability to wait on condition variable for the specified amount of time.rachytski
2015-09-23Fix main thread freezing when allocating resources.vng
2015-09-23[linux] Fixed compilationAlex Zolotarev
2015-09-23fixed small bug in ThreadedList.rachytski
2015-09-23[win] Fixed some compilation errorsAlex Zolotarev
2015-09-23optimised working with attributes and uniforms.rachytski
2015-09-23Factor out time functions to timer.hpp.vng
2015-09-23Fix calling convention of Platform::GetFilesByExt.vng
2015-09-23Add storage::CountryInfoGetter::ClearCaches.vng
2015-09-23Add DebugPrint to Matrix.vng
2015-09-23allocating opengl resources in AllocateOnDemandSingleThreadedPoolTraits direc...rachytski
2015-09-23Make one static instance to initialize logging.vng
2015-09-23Add conditional compilation for hack.vng
2015-09-23Add BreakIntoDebugger function.vng
2015-09-23Make range delete scope guard more generic.vng
2015-09-23Add guard for deleting objects in container.vng
2015-09-23Fix formatting due to our coding style.vng
2015-09-23Add simple objects tracker class for leaks finding.vng
2015-09-23Fix buffer_vector::resize() and add some assertions and todo's (buffer_vector...vng
2015-09-23Add comment.vng
2015-09-23Add strings::Trim.vng
2015-09-23Add strings::AsciiToLower fast function.vng
2015-09-23Fix warnings.vng
2015-09-23Add some comments to my::Timer API.vng
2015-09-23changed visibility of Timer::LocalTime method.rachytski
2015-09-23Fix unit tests.vng
2015-09-23using ^ instead of % as a placeholder for format parameter.rachytski