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-23[by familom]: Try to erase least recently used element only for non-empty lis...vng
2015-09-23moved TileCache, Tile, Tiler into map project.rachytski
2015-09-23added CoverageGenerator.rachytski
2015-09-23added LockElem/UnlockElem methods and tests.rachytski
2015-09-23Add buffer_vector::append().Yury Melnichek
2015-09-23[linux] Compilation issueAlex Zolotarev
2015-09-23Fixed compilation error under msvs.Alexander Gusak
2015-09-23Added "version" tag to mwm file containerAlex Zolotarev
2015-09-23[windows,mingw]: Fixed compilation.Alexander Gusak
2015-09-23Correct GetCurrentThreadID.vng
2015-09-23Add GetCurrentThreadID finction.vng
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-23Added Reader for FreeType fontsAlex Zolotarev
2015-09-23Fix uint64_t -> size-t warnings.vng
2015-09-23Carried out heavy log functions into cpp files.vng
2015-09-23SetLogMessageFn now returns old function pointer.vng
2015-09-23Add SetAssertFunction.vng
2015-09-23Fix RootException message formatting.vng
2015-09-23Android compilation fixes.vng
2015-09-23Add cross-platform Sleep(milliseconds) function.vng
2015-09-23added Tile, Tiler and TileCache classes. implemented tile priority sorting pr...rachytski
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-23Replace stdlib.hpp with cstdlib.hpp;vng
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 compilation on msvc.vng
2015-09-23Refactored wstring to UniStringAlex Zolotarev
2015-09-23FriBidi compilation fixes and @TODO refactorings for YGAlex Zolotarev
2015-09-23[android] Fixes for static lib toolchain supportAlex Zolotarev
2015-09-23Replaced boost timer implementation with gettimeofday and GetSystemTimeAsFile...Alex Zolotarev
2015-09-23Catch all exceptions in Runner.Yury Melnichek
2015-09-23Declare RootException::Msg() throw().Yury Melnichek
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Move Runner destructor back to public.Yury Melnichek
2015-09-23Make IRunner::Run() const and IRunner::Join() protected.Yury Melnichek
2015-09-23[gcc] Fixed compile errorAlex Zolotarev
2015-09-23Fix assertions in Release.vng
2015-09-23Reduced binary sizeAlex Zolotarev
2015-09-23Added simple concurrent threads poolAlex Zolotarev
2015-09-23[search] Use normalization and case folding. Refactor TokenizeIterator.Yury Melnichek
2015-09-23Added unicode normalizationAlex Zolotarev
2015-09-23Add strings::MakeUniString().Yury Melnichek
2015-09-23Minor buffer_vector::const_iterator fixAlex Zolotarev
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