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
path: root/coding
AgeCommit message (Expand)Author
2015-09-23Function that imports files to application(kml/kmz)Kirill Zhdanovich
2015-09-23Added correct base64 encode/decode implementation to use in APIAlex Zolotarev
2015-09-23Moved invalid base64 implementation to another namespaceAlex Zolotarev
2015-09-23[win] Fixed some compilation errorsAlex Zolotarev
2015-09-23[coding] Add Uri class.Yury Melnichek
2015-09-23added ImageRenderer and tests for it.rachytski
2015-09-23Add FileWriter::Reserve.vng
2015-09-23Fix bug in loading character data from XML.vng
2015-09-23Minor changes.vng
2015-09-23Fix dummy error in reading opt-string.vng
2015-09-23Fixed bug with very long house number (Try Colombia for example).vng
2015-09-23Minor changes according to coding style.vng
2015-09-23[android]vng
2015-09-23[android] Add storage path settings.vng
2015-09-23Compilation fixes with some minor changes.vng
2015-09-23Add a unit test for incorrect DDVector size.Yury Melnichek
2015-09-23BlobStorage: even more code review fixes :)Yury Melnichek
2015-09-23BlobStorage: more code review fixes.Yury Melnichek
2015-09-23BlobStorage code review fixes.Yury Melnichek
2015-09-23Create BlobStorage and its indexer.Yury Melnichek
2015-09-23Minor refactoring.Yury Melnichek
2015-09-23Remove obsolete dd_base.hppYury Melnichek
2015-09-23[sloynik] Minor test refactoring.Yury Melnichek
2015-09-23Fix memory leaks in search when exception is thrown.vng
2015-09-23Fix bug with ReaderSource::Read for invalid pos.vng
2015-09-23Unit test for disk space.vng
2015-09-23Fix trie_test.cppYury Melnichek
2015-09-23Fix minor bug in trie_builder.hppYury Melnichek
2015-09-23Fix trie unit test.Yury Melnichek
2015-09-23- Make unique constants for map reader for all the platforms.vng
2015-09-23Compilation fixes.vng
2015-09-23Fix bug with font's names getting in Platform.vng
2015-09-23Increase bounds for varint tests.vng
2015-09-23Coding style.vng
2015-09-23Minor code style changes.vng
2015-09-23Move istream, ostream from "fstream.hpp" to "iostream.hpp".vng
2015-09-23Add "delete_section" to generator_tool.vng
2015-09-23Add Read:reader -> Write:writer function.vng
2015-09-23Add return value to DeleteFileX. Do additional checks in RenameFileX.vng
2015-09-23Remove unused sha224, sha384, sha512 functions because they are linked into c...Yury Melnichek
2015-09-23[msvc] Fixed build issueAlex Zolotarev
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-23Test for FileWriter (not enough disk space).vng
2015-09-23[search] Performance: Avoid penalty on polymorphic SubReader and coping of re...vng
2015-09-23Minor changes.vng