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
2016-12-08[coding] ZLib wrappers.Yuri Gorshenin
2016-11-17Remove tomcrypt libSergey Yershov
2016-11-17Remove dependencies on tomcryptSergey Yershov
2016-10-12[coding] Added a serialization method for traffic coords.Maxim Pimenov
2016-07-22[indexer] Implemented CentersTable.Yuri Gorshenin
2016-07-13[coding] Elias gamma and delta coder.Yuri Gorshenin
2016-03-23[coding] Removed blob storage.Maxim Pimenov
2016-03-23[coding] Removed compressed varnum vector.Maxim Pimenov
2016-03-23[coding] Removed arithmetic codec.Maxim Pimenov
2016-03-23[coding] Removed old compressed bit vector.Maxim Pimenov
2016-03-23[search] Added FixedBitsDDVector container.vng
2016-03-23Moved search index from coding to indexer.Maxim Pimenov
2016-03-23[omim] [coding] Compressed bit vectors.Maxim Pimenov
2016-03-23[omim] [coding] Moved current implementation of compressed bit vectors.Maxim Pimenov
2016-03-23[coding] Implemented SDC (Simple Dense Coding).Yuri Gorshenin
2015-11-12Removed expat include dependency which caused build error on linux for style_...Alex Zolotarev
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