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
2018-10-03[search] Search FMD_CUISINE for old mwms only due to perfomance reasons.tatiana-yan
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2017-08-11[routing] track analyzerДобрый Ээх
2017-04-20[build] Fixed get_time/put_time on Linux.Yuri Gorshenin
2017-04-19preparation for std migrationArsentiy Milchakov
2016-12-29Sort includes and otherSergey Yershov
2016-12-28Fix issues while build on LinuxSergey Yershov
2016-12-28Remove using std from baseSergey Yershov
2016-03-23Store seconds since epoch in mwm as version.Sergey Magidovich
2016-03-23Correctly print invalid timestamp.Alex Zolotarev
2015-11-30[drape] move navigator on frontend rendererExMix
2015-11-30Review fixesr.kuznetsov
2015-11-26Android doesn't have timegm function. So add custom implementation.Sergey Magidovich
2015-09-23Timer is moved to steady clocks.Yuri Gorshenin
2015-09-23Fix include path for baseSergey Yershov
2015-09-23Style fixes.Yuri Gorshenin
2015-09-23Fixed constantness.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23[linux] Added get_time function.vng
2015-09-23[core] Added HighResTimer for benchmarks.vng
2015-09-23Removed unused includes in base files.vng
2015-09-23[core] Use std::get_time function to parse date.vng
2015-09-23Don’t use sscanf. It’s not working on Android L.vng
2015-09-23Cross-platform logic of choosing bearing between GPS and Compass, according t...vng
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23[win][mingw] Some compilation fixesAlex Zolotarev
2015-09-23different fixes for build on Windows platformExMix
2015-09-23[linux] Fixed compilationAlex Zolotarev
2015-09-23Factor out time functions to timer.hpp.vng
2015-09-23[linux] Compilation issueAlex Zolotarev
2015-09-23Added "version" tag to mwm file containerAlex Zolotarev
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-23Fix compilation on msvc.vng
2015-09-23Replaced boost timer implementation with gettimeofday and GetSystemTimeAsFile...Alex Zolotarev