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-30Moved 3party sources to 3party folder for easier support.Alex Zolotarev
2015-09-23Removed unused timsort taken from unknown source.Alex Zolotarev
2015-09-23[omim] [coding] An implementation of (not very) succinct trie.Maxim Pimenov
2015-09-23Replaced zlib with minizip which uses zlib from the operating system.Alex Zolotarev
2015-09-23Removed unused bzip2 library from the project.Alex Zolotarev
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[omim] [coding] A Huffman coding implementation.Maxim Pimenov
2015-09-23[omim] [coding] BitReader and BitWriter.Maxim Pimenov
2015-09-23[omim] [coding] Remove bit_shift.hpp.Maxim Pimenov
2015-09-23Added png encoder.vng
2015-09-23[coding] Comment out some unused staff. May be useful in future.vng
2015-09-23[coding] Factor out BitSink/BitSource into separate modules.Artyom Polkovnikov
2015-09-23[coding] Implement CompressedVarnumVector with tests.Artyom Polkovnikov
2015-09-23[coding] [compressed_bit_vector] Implement compressed bit vectors and tests.Artyom Polkovnikov
2015-09-23[coding] [arithmetic_codec] Implement Arithmetic Codec, implement tests for it.Artyom Polkovnikov
2015-09-23[coding] Add varint vectorsDenis Koronchik
2015-09-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23[osrm] Work on converter from osrm to mwmDenis Koronchik
2015-09-23Print error message when failed to parse xml. Useful to debug incorrect xml’s.vng
2015-09-23review fixesExMix
2015-09-23[core] move png loader into codingExMix
2015-09-23Remove throwing SourceOutOfBoundsException due to runtime overhead (checked i...vng
2015-09-23Use expat from the system on LinuxAlex Zolotarev
2015-09-23[3party] Expat build error fixAlex Zolotarev
2015-09-23[linux] don't statically link expat on systems that have itDarafei Praliaskouski
2015-09-23Fixed warnings in 3party projectsAlex Zolotarev
2015-09-23- Factor out buffer size constant for files;vng
2015-09-23Move file_name_utils into coding.vng
2015-09-23Function for zipping file from path to path.Kirill Zhdanovich
2015-09-23[coding] Add Uri class.Yury Melnichek
2015-09-23Create BlobStorage and its indexer.Yury Melnichek
2015-09-23Remove obsolete dd_base.hppYury Melnichek
2015-09-23[search] Performance: Avoid penalty on polymorphic SubReader and coping of re...vng
2015-09-23Add rw_ops::Reverse.vng
2015-09-23Add ReaderStreamBuf and WriterStreamBuf for std::istream and std::ostream int...vng
2015-09-23Moved file_<reader/writer>_stream.hpp from indexer to coding libAlex Zolotarev
2015-09-23Add read write functions for some std containers.vng
2015-09-23Remove old mm_* and dd_* code from coding. Now only dd_vector.hpp is used.Yury Melnichek
2015-09-23Add Trie.Yury Melnichek
2015-09-23Added (but not activated) coding/mmap_reader.Alex Zolotarev
2015-09-23trie::builder::WriteNode() and WriteLeaf().Yury Melnichek
2015-09-23Fix msvc compilation issues.vng
2015-09-23Added zip reader support (only works with non-compressed files)Alex Zolotarev
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23[Refactoring] Carry out file api to coding/internal/file_data.hpp.vng
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex 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-23Added coding/sha2.hpp and coding/base64.hppAlex Zolotarev
2015-09-23Added bits::ror for cyclic right bit shiftAlex Zolotarev