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-23Warning fixesAlex Zolotarev
2015-09-23Fix formatting according to code review.vng
2015-09-23- Factor out buffer size constant for files;vng
2015-09-23On windows platform CopyFile is define for CopyFileA or CoplyFileW. Fix for c...ExMix
2015-09-23Generic Warning FixesAlex Zolotarev
2015-09-23Move file_name_utils into coding.vng
2015-09-23Function for zipping file from path to path.Kirill Zhdanovich
2015-09-23function that compares files addedKirill 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-23Add FileWriter::Reserve.vng
2015-09-23Minor changes according to coding style.vng
2015-09-23Add a unit test for incorrect DDVector size.Yury Melnichek
2015-09-23Create BlobStorage and its indexer.Yury Melnichek
2015-09-23Minor refactoring.Yury Melnichek
2015-09-23[sloynik] Minor test refactoring.Yury Melnichek
2015-09-23Unit test for disk space.vng
2015-09-23Fix trie_test.cppYury Melnichek
2015-09-23Fix trie unit test.Yury Melnichek
2015-09-23Compilation fixes.vng
2015-09-23Increase bounds for varint tests.vng
2015-09-23Move istream, ostream from "fstream.hpp" to "iostream.hpp".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-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-23Replace ReadRaw with ReadVectorOfPOD. Add tests.vng
2015-09-23Fixed tmp file deletion in unit testAlex Zolotarev
2015-09-23[android] Switched from FileReader to MmapReaderAlex Zolotarev
2015-09-23- Avoid overhead in search index building (heave iterator dereferencing).vng
2015-09-23Store feature names in temporary file during search index generation.vng
2015-09-23Add rw_ops::Reverse.vng
2015-09-23Add ReaderStreamBuf and WriterStreamBuf for std::istream and std::ostream int...vng
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Added unit test for random writing for WriterAlex Zolotarev
2015-09-23Warning fixAlex Zolotarev
2015-09-23Add some needed selectors.vng
2015-09-23Fix warnings.vng
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Remove old mm_* and dd_* code from coding. Now only dd_vector.hpp is used.Yury Melnichek
2015-09-23Warning fixAlex Zolotarev
2015-09-23Add truncate to FileWriter routine.vng
2015-09-23Add more FilesContainerW tests.vng
2015-09-23Add override support in FilesContaiterW. Make it's interface more simple.vng
2015-09-23Remove unnecessary 'Flush', 'Finish'.vng
2015-09-23Replace vector with buffer_vector to fix run time errorvng