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-23Logger fix - print original UTF-8 stringsAlex Zolotarev
2015-09-23Data reading refactoring.Dmitry Kunin
2015-09-23Warning fixAlex Zolotarev
2015-09-23[core] Check if string contains only ASCII symbolsKirill Zhdanovich
2015-09-23memory leak fixExMix
2015-09-23on ThreadPool::Stop we need cancel tasks that were not taken into Thread, and...ExMix
2015-09-23review fixesExMix
2015-09-23[drape] thread pool testsExMix
2015-09-23[drape] new thread poolExMix
2015-09-23[drape] rename strange thread pool to SimpleThreadPoolExMix
2015-09-23[core] String tokenizer test and notes.Dmitry Kunin
2015-09-23Removed failing testAlex Zolotarev
2015-09-23Add some tokenize tests.vng
2015-09-23fix problem with solid black text rendering on XXHDPIExMix
2015-09-23[sr] Remove UniString_Less test and add UniString_LessAndEqualsAndNotEquals t...Yury Melnichek
2015-09-23[sr] Remove Cache::HasKey() method that is not used.Yury Melnichek
2015-09-23Forced normalization of polish letters. Warning: polish people should update ...Alex Zolotarev
2015-09-23Use expat from the system on LinuxAlex Zolotarev
2015-09-23Fixed testAlex Zolotarev
2015-09-23[server] packaging and build scripts fixDarafei Praliaskouski
2015-09-23Fix ScheduledTask tests with blocking Cancel.vng
2015-09-23Removed unused codeAlex Zolotarev
2015-09-23Fixed warnings in 3party projectsAlex Zolotarev
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