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
2019-04-15Several explicit constructors per the Cppcheck report.Maxim Pimenov
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2018-09-19[base] Removed the MY_ prefix from the scope guard.Maxim Pimenov
2018-06-14Review fixes.Maxim Pimenov
2018-06-14[coding] Exceptions in FileReader are now thrown in places where they were be...Maxim Pimenov
2016-05-11Review fixes.Yuri Gorshenin
2016-05-10[coding] Fixes to SRTM parser CL.Yuri Gorshenin
2016-05-10Srtm reader with tests.Lev Dragunov
2015-09-23Minor ZipReader improvements.Alex Zolotarev
2015-09-23Fixed not handled error case in ZipReader.Alex Zolotarev
2015-09-23Replaced zlib with minizip which uses zlib from the operating system.Alex Zolotarev
2015-09-23Fix include path for codingSergey Yershov
2015-09-23[ios] Correct fix of clang optimization crashesAlex Zolotarev
2015-09-23[iOS] Avoid clang 3.5 optimization bug (import/export kmz). Need to review in...vng
2015-09-23[android] Use alternative zip files for *.ttf and World, WorldCoasts.vng
2015-09-23Minor Zip fixesAlex Zolotarev
2015-09-23Added zipped file size to ZipFileReader::FilesList()Alex Zolotarev
2015-09-23Minor code style fix. Correct close guard place.vng
2015-09-23- Make unique constants for map reader for all the platforms.vng
2015-09-23Fix bug with font's names getting in Platform.vng
2015-09-23Correct order of scope gurds (and dctor calls).vng
2015-09-23Minor changes with better exception handling.vng
2015-09-23[android] Used bind for ZipReader::UnzipFile callback implAlex Zolotarev
2015-09-23added progress tracking to UnzipFile.rachytski
2015-09-23Added ZipReader::UncompressedSize(). Compressed size is returned by base meth...Alex Zolotarev
2015-09-23Added ZipReader::UnzipFile() to unpack archived files from android apkAlex Zolotarev
2015-09-23[win] Fixed ZipReader testAlex Zolotarev
2015-09-23Added ZipReader::IsZip()Alex Zolotarev
2015-09-23Added zip files listing support into coding/zip_readerAlex Zolotarev
2015-09-23Added zip reader support (only works with non-compressed files)Alex Zolotarev
2015-09-23[3party] Added all zlib files and zip support compilationAlex Zolotarev