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
2015-09-23Fix calling convention of Platform::GetFilesByExt.vng
2015-09-23Make GetFilesInDir with GetFilesByExt and GetFilesByRegExp function in Platform.vng
2015-09-23Add regexp routine (base on boost::expressive).vng
2015-09-23Fix platform_test.vng
2015-09-23[win] Fixed some compilation errors. Only OpenGL errors leftAlex Zolotarev
2015-09-23Fix warnings.vng
2015-09-23New extensions for resume/downloading logic to avoid mixing with old user's t...vng
2015-09-23Remove ugly copy-paste.vng
2015-09-23Refactoring of downloader resume policy.vng
2015-09-23Added download/cancel/resume unit testAlex Zolotarev
2015-09-23refactored RenderPolicies to accept visualScale, skinName and screenSize amon...rachytski
2015-09-23[win] Fixed compilation errorsAlex Zolotarev
2015-09-23[ios][mac] Added implementations for Platform::RunOnGuiThread and Platform::R...Alex Zolotarev
2015-09-23fixed test compilation issue.rachytski
2015-09-23Delete country command removes all intermediate downloaded files tooAlex Zolotarev
2015-09-23[downloader] Fixed progress and unit testAlex Zolotarev
2015-09-23- Split Platform::GetFileSize() to GetFileSizeByName() and GetFileSizeByFullP...Alex Zolotarev
2015-09-23[platform] Fixed unit testAlex Zolotarev
2015-09-23[msvc] Fix compilation errors.vng
2015-09-23added PThreadVideoTimer and tests for it. still it doesn't work as expected.rachytski
2015-09-23Delete drawing_rules.bin.vng
2015-09-23[qt] Do not clear files list in Platform::GetFilesInDir()Alex Zolotarev
2015-09-23[downloader] Removed old implementationAlex Zolotarev
2015-09-23[downloader] Some fixes after code reviewAlex Zolotarev
2015-09-23[downloader] Added resume support for chunked downloadsAlex Zolotarev
2015-09-23[downloader] Changed behavior - now only HttpRequest::GetFile() uses files fo...Alex Zolotarev
2015-09-23[downloader] Rewrote interfaces to store Writer internallyAlex Zolotarev
2015-09-23[mac][downloader] Finished basic chunks supportAlex Zolotarev
2015-09-23[mac] Added chunks download strategyAlex Zolotarev
2015-09-23[mac][downloader] Added but not activated new implementation, still without c...Alex Zolotarev
2015-09-23Removed unused codeAlex Zolotarev
2015-09-23Completed platform refactoring and fixed paths for resources/writable dirsAlex Zolotarev
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Fixed build issueAlex Zolotarev
2015-09-23[qt] Removed unnecessary dependenciesAlex Zolotarev
2015-09-23[testing framework] Added define OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP which will...Alex Zolotarev
2015-09-23Common Downloader code now is used on iOS and Mac OS X platformsAlex Zolotarev
2015-09-23Added simple url change on error supportAlex Zolotarev
2015-09-23Updated url generator unit testAlex Zolotarev
2015-09-23Added random url generatorAlex Zolotarev
2015-09-23Library dependencies optimizationAlex Zolotarev
2015-09-23Removed Platform::ReadPathForFileAlex Zolotarev
2015-09-23Replace stdlib.hpp with cstdlib.hpp;vng
2015-09-23[Refactoring] Add BasePlatformImpl class for most Platform's member functions...vng
2015-09-23Remove TimeInSec from Platform. We have my::Timer cross platform class.vng
2015-09-23[mingw] Build fixAlex Zolotarev
2015-09-23[win] Closed #281 - Get preferred languages on first startupAlex Zolotarev
2015-09-23Make IRunner::Run() const and IRunner::Join() protected.Yury Melnichek
2015-09-23Get user preferred languages on 1st startup and use them for text dislpayingAlex Zolotarev
2015-09-23Build fixesAlex Zolotarev