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-23Moved MAX_SUPPORTED_LANGUAGES constant to defines.hppAlex Zolotarev
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23Add WriteZeroesToSink() to write_to_sink.hppYury Melnichek
2015-09-23Add Pos() to PushBackByteSink.Yury Melnichek
2015-09-23Add CountingStream.Yury Melnichek
2015-09-23Moved language preferences from multilang_utf8_string to frameworkAlex Zolotarev
2015-09-23Added language preferences support for displayed textAlex Zolotarev
2015-09-23Fix language list for StringUtf8Multilang.vng
2015-09-23Fix Multilang string. Add language prefixes.vng
2015-09-23Fixed build error @TODO fix unit testAlex Zolotarev
2015-09-23Add string class for storing utf8 strings with language descriptor.vng
2015-09-23Add string that optimized for integer positive values serialization.vng
2015-09-23Add GetExistingWriter to FilesContainerW. Need for re-writing any file in fil...vng
2015-09-23GCC build error fixAlex Zolotarev
2015-09-23Fixed bug with sha2 hashesAlex Zolotarev
2015-09-23Fix unit tests.vng
2015-09-23Fixed invalid urlencoding for '-' symbolAlex Zolotarev
2015-09-23[iPhone] Factor out search processing from UI in SearchVC and create SloynikS...Yury Melnichek
2015-09-23Added serialization code for m2::Rect, m2::Point and m2::RegionAlex Zolotarev
2015-09-23Fixed some compilation errors and warningsAlex Zolotarev
2015-09-23Fix crash in Win32, when using boost::base64.vng
2015-09-23Rename DeleteFile -> DeleteFileX. Conflict with "windows.h". Sorry.vng
2015-09-23Added coding/sha2.hpp and coding/base64.hppAlex Zolotarev
2015-09-23Added bits::ror for cyclic right bit shiftAlex Zolotarev
2015-09-23Fixed compilation warningsAlex Zolotarev
2015-09-23Timsort now is compilable as C++Alex Zolotarev
2015-09-23Fixed GCC link errorsAlex Zolotarev
2015-09-23Fix MSVC compilation.vng
2015-09-23Merge coding_sloynik and coding.Yury Melnichek
2015-09-23Added string FileReader::ReadAsText()Alex Zolotarev
2015-09-23Added coding/strutil.hpp:UrlEncode() and UrlDecodeAlex Zolotarev
2015-09-23Move ZigZagEncode() and ZigZagDecode() to bits. Factor out BitwiseMerge() and...Yury Melnichek
2015-09-23Add ReadVarUint64Array.Yury Melnichek
2015-09-23Additional tests for FilesContainerR(W).vng
2015-09-23Added CharData support in xml parserAlex Zolotarev
2015-09-23ReadVarInt64() for an array of a given size.Yury Melnichek
2015-09-23Add ReadVarInt64Array().Yury Melnichek
2015-09-23Names and formatting change in file_container.hppYury Melnichek
2015-09-23Automatically call Finish() in FileContainerW's destructor.Yury Melnichek
2015-09-23Add FileContainerR::ForEachTag().Yury Melnichek
2015-09-23Remove temporary file in FileContainer_Smoke test.Yury Melnichek
2015-09-23OP_APPEND functionality in FilesContainerW.vng
2015-09-23Correct container of files.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Fixed std::serialization for *int16_t typesAlex Zolotarev
2015-09-23Refactored storage engineAlex Zolotarev
2015-09-23Minor bugfix in DDVector.Yury Melnichek
2015-09-23Fix compilation (2nd try).vng
2015-09-23Fix compilation errors (1st try).vng