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
2017-07-04[base][coding] Burrows-Wheeler coder.Yuri Gorshenin
2017-07-03[base] Implementation of the Burrows-Wheeler transform.Yuri Gorshenin
2017-06-29Merge pull request #6411 from ygorshenin/skewmgsergio
2017-06-28[base] Added Skew|DC3 algorithm for suffix array construction.Yuri Gorshenin
2017-06-26Merge pull request #6300 from ygorshenin/worker-threadmgsergio
2017-04-20[build] Fixed get_time/put_time on Linux.Yuri Gorshenin
2017-04-12[base] Implemented a wrapper around pprof.Yuri Gorshenin
2017-03-06Moving RandomSample to base.Vladimir Byko-Ianko
2017-02-08[search] SmallSet for languages.Yuri Gorshenin
2017-01-13fix qmake projectSergey Yershov
2016-12-28Remove using std from baseSergey Yershov
2016-11-15[search] Switch to DFAs in search index retrieval.Yuri Gorshenin
2016-11-07[base] Levenshtein DFA.Yuri Gorshenin
2016-09-27[search] Fixed locality matching code.Yuri Gorshenin
2016-08-22Add NewType class to have strong typedefs for primitive types.Sergey Magidovich
2016-07-05Minor fixes - get rid of redundant copying.Yuri Gorshenin
2016-03-23Add deferred task implementationSergey Yershov
2016-03-23Store seconds since epoch in mwm as version.Sergey Magidovich
2016-03-23Implement type of a FeatureType serialization.Sergey Magidovich
2016-03-23Add enumerate.Sergey Magidovich
2016-03-23Add range_iterator.Sergey Magidovich
2016-03-23[search] Implemented instersection of BUILDINGs with STREETs.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Optimized viewport retrieval.Yuri Gorshenin
2015-12-29Implementation of day time calculatorConstantin Shalnev
2015-12-10Removed unused code from base library (all what is left from the old renderer).Alex Zolotarev
2015-11-26Android doesn't have timegm function. So add custom implementation.Sergey Magidovich
2015-11-24Revert "W3C time functions. "revert-622-time_t-to-w3c-datetimemgsergio
2015-11-23Code review.Sergey Magidovich
2015-09-23Reverted back temporary solution with normalize_unicode.cpp clang3.6 compilat...Alex Zolotarev
2015-09-23Fixed infinite normalize_unicode.cpp compilation with -O2/-O3 optimizations o...Alex Zolotarev
2015-09-23[omim] Remove base/pseudo_random.hpp and add std/random.hpp instead.Maxim Pimenov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Remove unused fast_mutexSergey Yershov
2015-09-23Added Observers interface to Index.Yuri Gorshenin
2015-09-23[base] Fixed data races and other concurrency bugs.Yuri Gorshenin
2015-09-23Added ThreadChecker. Fixed dtor of WorkerThread.Yuri Gorshenin
2015-09-23[search-index] Improved performance of current search index building process.Yuri Gorshenin
2015-09-23Removed unused includes in base files.vng
2015-09-23Removed dummy includes, avoid copy-paste.vng
2015-09-23review fixesExMix
2015-09-23[core] show dialog callback from coreExMix
2015-09-23Added CounterIterator.vng
2015-09-23[drape] new thread poolExMix
2015-09-23Use expat from the system on LinuxAlex Zolotarev
2015-09-23[server] packaging and build scripts fixDarafei Praliaskouski
2015-09-23Removed unused codeAlex Zolotarev
2015-09-23Fixed warnings in 3party projectsAlex Zolotarev
2015-09-23added ScheduledTask class and tests for it.rachytski