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-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-23More refactoring.Maxim Pimenov
2015-09-23[omim] [search] Remove redundant namespaces.Maxim Pimenov
2015-09-23[platform] Fixed creation of temprorary local country files.Yuri Gorshenin
2015-09-23Simplified feature::DataHeader routine.vng
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[omim] [coding] A Huffman coding implementation.Maxim Pimenov
2015-09-23Fix build.Maxim Pimenov
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[omim] [coding] BitReader and BitWriter.Maxim Pimenov
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[omim] Remove base/pseudo_random.hpp and add std/random.hpp instead.Maxim Pimenov
2015-09-23[omim] [coding] Remove bit_shift.hpp.Maxim Pimenov
2015-09-23[generator] Do not store multiple names for one language code.vng
2015-09-23Review fixes.Viktor
2015-09-23[platform]vng
2015-09-23Review fixes.vng
2015-09-23std folder cleanup & removing not needed boost references.Alex Zolotarev
2015-09-23Fixed missing includes.Alex Zolotarev
2015-09-23Fixed <cstdint>.Alex Zolotarev
2015-09-23Removed scoped_ptr/scoped_array.Alex Zolotarev
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23[omim] [indexer] Reorder indexing: all buckets for a feature instead of all f...Maxim Pimenov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23C++ warning fixes.Alex Zolotarev
2015-09-23[linux build] Fixed linux clang build.Yuri Gorshenin
2015-09-23Added png encoder.vng
2015-09-23Fix warnings for SearchSergey Yershov
2015-09-23Fix include path for codingSergey Yershov
2015-09-23Added Observers interface to Index.Yuri Gorshenin
2015-09-23[coding] Fixed undefined behaviour in TrieBuilder.Yuri Gorshenin
2015-09-23[coding] Fixed unsigned -> signed value conversion.vng
2015-09-23[coding] Comment out some unused staff. May be useful in future.vng
2015-09-23Correct warning fix in zip creator.vng
2015-09-23Revert some disputable changes from 7eec8f600244fe5fed9e2d254bfb447261812b28.vng
2015-09-23fixed warnings for [coding]Sergey Yershov
2015-09-23fixed warning in [indexer]Sergey Yershov
2015-09-23Return reference on string.vng
2015-09-23Fix quiet fail while create file or directorySergey Yershov
2015-09-23[coding] Fixed buffer-overflow in MyersSimpleDiff() algorithm.Yuri Gorshenin
2015-09-23[coding] Fixed PNG loading code.Yuri Gorshenin
2015-09-23[coding] Fixed memory leaks in CompressedBitVector.Yuri Gorshenin
2015-09-23Use faster function.vng
2015-09-23PR fixesLev Dragunov
2015-09-23File container handle moving constructor bugfixLev Dragunov
2015-09-23Fixes.Yuri Gorshenin
2015-09-23Implemented compressed search-index building.Yuri Gorshenin
2015-09-23Added generator_tool option for set osm data type [xml or o5m]Sergey Yershov