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[optimization] Improve speed of interval indexDenis Koronchik
2015-09-23Add function to calculate equal range for UTF-16 strings.Denis Koronchik
2015-09-23Fixed bug with to_string_dacAlex Zolotarev
2015-09-23[core] new way of bookmark, search results and api points storeExMix
2015-09-23[search] Fixed stop words processing for category synonyms.vng
2015-09-23[Tizen] Replace Tizen thread with posixSergey Pisarchik
2015-09-23[Tizen] Replaced OMIM_OS_BADA with OMIM_OS_TIZENSergey Pisarchik
2015-09-23[Tizen] Remove commentSergey Pisarchik
2015-09-23[Tizen] Adapted loggingSergey Pisarchik
2015-09-23Revert "Minor code fixes."vng
2015-09-23[generator] Remove names for "boundary-administrative-*" features.vng
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23Minor code fixes.vng
2015-09-23Minor code fixes.vng
2015-09-23Process DebugPrint(string const &) like UTF8 for Unix systems (cerr accepts t...vng
2015-09-23Added CounterIterator.vng
2015-09-23Fixed bug in Double -> String conversion with fixed digits after comma.vng
2015-09-23Removed some logs from release buildsAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Fixed file path for Unicode test.vng
2015-09-23[search] Use fixed digits after comma (5) for coordinates conversion.vng
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