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
AgeCommit message (Expand)Author
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-23fixed bug with premature cancellation of ScheduledTask, added new tests for i...rachytski
2015-09-23added ScheduledTask class and tests for it.rachytski
2015-09-23Factor out time functions to timer.hpp.vng
2015-09-23Fix calling convention of Platform::GetFilesByExt.vng
2015-09-23Fix unit tests.vng
2015-09-23added strings localization mechanism and used it in CountryStatusDisplay.rachytski
2015-09-23moved FenceManager to base library and added tests for it.rachytski
2015-09-23made core::CommandQueue::Command joinable and wrote simple test for it.rachytski
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23[logging] Added support for null-pointer printingAlex Zolotarev
2015-09-23Add strings::ToUtf8().Yury Melnichek
2015-09-23Add more 'RemoveIfKeepValid' tests.vng
2015-09-23Add RemoveIfKeepValid algorithm and fix bug with countries delete.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Library dependencies optimizationAlex Zolotarev
2015-09-23added ThreadedPriorityQueue.rachytski
2015-09-23Fix bug in limited_priority_queue. Add tests.vng
2015-09-23Fixed compilation errorAlex Zolotarev
2015-09-23Speed up strings::to_<integer> conversionsAlex Zolotarev
2015-09-23implemented generic CommandsQueue for multithreaded commands processing.rachytski
2015-09-23added LockElem/UnlockElem methods and tests.rachytski
2015-09-23Add buffer_vector::append().Yury Melnichek
2015-09-23Using all available CPU cores for tile rendering.rachytski
2015-09-23compilation fixes.rachytski
2015-09-23Initial implementation of tile rendering.rachytski
2015-09-23Carried out heavy log functions into cpp files.vng
2015-09-23SetLogMessageFn now returns old function pointer.vng
2015-09-23Add cross-platform Sleep(milliseconds) function.vng
2015-09-23refactored ResourceManager to use ObjectPool for multi-threaded accessible re...rachytski
2015-09-23implemented multithreaded ObjectPool and test for it.rachytski
2015-09-23Remove TimeInSec from Platform. We have my::Timer cross platform class.vng
2015-09-23moved InfoLayer rendering from main thread to render thread.rachytski
2015-09-23Fix assertions in Release.vng
2015-09-23Added unicode normalizationAlex Zolotarev
2015-09-23Add strings::MakeUniString().Yury Melnichek
2015-09-23Added full unicode range CaseFolding (LowerCase)Alex Zolotarev
2015-09-23Removed rolling hash benchmark in debugAlex Zolotarev
2015-09-23Fixed Visual Studio float math bug in debugAlex Zolotarev
2015-09-23Fixed unit test for TokenizeIterator::GetUniString()Alex Zolotarev
2015-09-23Added GetUniString() to strings::TokenizeIteratorAlex Zolotarev
2015-09-23Added buffer_vector::assign, constructor from iterators and == !=Alex Zolotarev
2015-09-23Removed unnecessary base/utf8_string as it's implemented in base/string_utilsAlex Zolotarev
2015-09-23Refactored base/string_utilsAlex Zolotarev
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23Add tests for buffer_vector.vng