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
2015-09-23Minor ZipReader improvements.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-23Correct warning fix in zip creator.vng
2015-09-23fixed warnings for [coding]Sergey Yershov
2015-09-23Include path fixSergey Yershov
2015-09-23[storage] CountryTree now initialized in Framework::AddMaps. It’s correct ↵vng
way for Android, when active maps set can be changed.
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 ↵vng
in future.
2015-09-23[Bookmarks] Open MWM kHz in Google Earth.Kirill Zhdanovich
We can't use non ascii symbols in kmz's filenames, because of bug in GE.
2015-09-23Minor Zip fixesAlex Zolotarev
2015-09-23Fix formatting according to code review.vng
2015-09-23- Factor out buffer size constant for files;vng
- Avoid copy paste; - Minor code style fixes;
2015-09-23Generic Warning FixesAlex Zolotarev
2015-09-23Fix - file name in archiveKirill Zhdanovich
Zipping file. File name in zip
2015-09-23Add "zip" to compilation in zlib.vng
2015-09-23Function for zipping file from path to path.Kirill Zhdanovich
Zip file tests.