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 (Collapse)Author
2018-04-10[coding] [geometry] Deprecated PointToInt.Maxim Pimenov
For some reason we have been using bitwise merge to store a pair of 32-bit unsigned integer coordinates. Since the width of the coordinates is fixed and storage in general has nothing to do with the Z-order curve where bitwise merge is appropriate, this commit marks this method of storage as obsolete (and effectively deprecated). The functions to convert between PointD and PointU are still serviceable. Their usage is slightly refactored.
2018-03-06Added support of 3G awareness in core platformRoman Kuznetsov
2018-03-06local_ads_tests build bug fix.Vladimir Byko-Ianko
2018-03-06Using _t suffix instead of ::type in whole project + using std:: somewhere.VladiMihaylenko
2018-03-05Review fixesr.kuznetsov
2018-03-05Redesigned local ads statisticsRoman Kuznetsov
2018-03-05[local_ads] set network timeout to 5 secondsArsentiy Milchakov
2017-12-28[qmake] Goodbye QMake!greshilov
+3party dirs +Rebased
2017-12-19[local_ads] review fixesArsentiy Milchakov
2017-12-19[local_ads][user] reduced number of threadsArsentiy Milchakov
2017-11-17[platform] [tests] Added an option to ScopedFile.Maxim Pimenov
The option allows one to push responsibility on the user of the ScopedFile, that is, enables a scenario where a ScopedFile does not try to create the file on disk but only assures the cleanup.
2017-11-15[local_ads] campaign serialization testArsentiy Milchakov
2017-09-26[platform] Fixed warnings in MkDir.Maxim Pimenov
2017-09-25[platform] Acknowledge the MWM_WRITABLE_DIR env. variable on Linux.Maxim Pimenov
2017-09-13campaign serialization tests fixArsentiy Milchakov
2017-08-16[local_ads] campaign ser/des fixes + testsArsentiy Milchakov
2017-08-03Fix build pymodules on Linuxpy-modules-0.2.3Sergey Yershov
2017-08-03local ads campaign serialization fix for linuxpy-modules-0.2.2Arsentiy Milchakov
2017-08-02[local ads] py bindings for searelization in any versionArsentiy Milchakov
2017-07-31review fixesArsentiy Milchakov
2017-07-31MAPSME-5094 localads serializationArsentiy Milchakov
2017-07-18Substitute steady_clock for system_clock in local adsr.kuznetsov
2017-06-30Moved speed cameras to own layerr.kuznetsov
2017-06-01Hotfix in frame buffer and warning fixr.kuznetsov
2017-05-19Added campaign data version to URLr.kuznetsov
2017-05-19Fixed local ads deserialization and redundant server requestingr.kuznetsov
2017-04-27Merge pull request #5934 from mgsergio/masterpy-modules-0.1.7Yuri Gorshenin
Fix pylocal_ads.so build for linux.
2017-04-27Fix pylocal_ads.so build for linux.Sergey Magidovich
2017-04-25Added usage of stage serverr.kuznetsov
2017-04-19Added interaction with local ads dev-serversr.kuznetsov
2017-04-18[build] Fixed linux cmake build.Yuri Gorshenin
2017-04-13Merge pull request #5822 from rokuz/local-ads-iconsDaria Volvenkova
Added local ads symbol generation and usage
2017-04-13Added local ads symbol generation and usager.kuznetsov
2017-04-12Fixed compilation on Linuxr.kuznetsov
2017-04-12Added local ads statisticsr.kuznetsov
2017-04-07Fixed local ads tests compilationr.kuznetsov
2017-04-07Review fixesr.kuznetsov
2017-04-07Refactored local ads managerr.kuznetsov
2017-04-04Add Campaign serialization. Add python bindings.mgsergio