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 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
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 size_type typedef to buffer_vector.hppYury Melnichek
2015-09-23Add '<', '=', '>' as search delimeters.Yury Melnichek
2015-09-23Add tests for buffer_vector.vng
2015-09-23[win] Logging now prints output to VS and QTCreator consolesAlex Zolotarev
2015-09-23std/windows.hpp can be included without any defines nowAlex Zolotarev
2015-09-23Add few utf8_string unit tests.Yury Melnichek
2015-09-23Almost no-op, fix compilation issue.Yury Melnichek
2015-09-23Use Swap() in buffer_vector when growing from the static array to the dynamic...Yury Melnichek
2015-09-23Remove bitset.hpp.Yury Melnichek
2015-09-23Update buffer_vector: 1. Fix bug with initialization of elements in resize()....Yury Melnichek
2015-09-23Add debug_print() for unsigned char and signed char.Yury Melnichek
2015-09-23Add bits::GetBit() and bits::SetBitToX().Yury Melnichek
2015-09-23Add base/swap.hpp and Swap() function.Yury Melnichek
2015-09-23Log node density in the indexer.Yury Melnichek
2015-09-23Add Bitset class and use in the IntervalIndex.Yury Melnichek
2015-09-23Add ZigZagEncode() and ZigZagDecode tests.Yury Melnichek