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-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
2015-09-23Fixed alignment of new sections created in a file container.Yuri Gorshenin
2015-09-23File container handle moving constructor bugfixLev Dragunov
2015-09-23Fixes.Yuri Gorshenin
2015-09-23Fixed bug in a timsort algorithm.Yuri Gorshenin
2015-09-23[compressed-bit-vector] Refactored union of bit-vectors + improved complexity...Yuri Gorshenin
2015-09-23Minor code fixes.vng
2015-09-23Fixed compilation.vng
2015-09-23Optimization memory reallocation while reading variable length recordsSergey Yershov
2015-09-23Warning fixesAlex Zolotarev
2015-09-23[coding] Remove file mapping name from file container mapping in Windows, as ...Artyom Polkovnikov
2015-09-23[coding] Support file container mapping under Windows.Artyom Polkovnikov
2015-09-23Include path fixSergey Yershov
2015-09-23[coding_tests] Ignore wrong numbers in Compressed Varnum Vector test.Artyom Polkovnikov
2015-09-23[coding_tests] Correctly compute mask in Bit Streams test.Artyom Polkovnikov
2015-09-23[coding] Factor out GetRand64() (commit by Viktor Govakoko).Artyom Polkovnikov
2015-09-23[coding] [bit_streams] Support more than 56 bits write to BitSink.Artyom Polkovnikov
2015-09-23[coding_tests] [bit_streams] Fix a case of shift by 64 which doesn't always w...Artyom Polkovnikov
2015-09-23Code style fixes.vng
2015-09-23[coding_tests] [bit_streams] Create tests for bit streams.Artyom Polkovnikov
2015-09-23[coding] [compressed_varnum_vector] Cosmetic fixes.Artyom Polkovnikov
2015-09-23[coding] [compressed_varnum_vector] Rename uX -> uintX_t.Artyom Polkovnikov
2015-09-23[coding] Factor out BitSink/BitSource into separate modules.Artyom Polkovnikov
2015-09-23[coding] Move Varint encoding/decoding from compressed bit vector and varnum ...Artyom Polkovnikov