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
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-23Code review.Sergey Magidovich
2016-03-23Sketch of compare with osm functionality.Sergey Magidovich
2016-03-23[Old map downloader] Migration testsSergey Yershov
2016-03-23Don not save feature if it wasn't edited.Sergey Magidovich
2016-03-23Rename ForEachNameRef -> ForEachName with rvalue reference functor passing.vng
2016-03-23Moved MAX_SUPPORTED_LANGUAGES to StringUtf8Multilang.Alex Zolotarev
2016-03-23Pass in-place lambdas.Alex Zolotarev
2016-03-23[search] [coding] Added undefined state to a FixedBitsDDVector.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Implemented search in locality.Yuri Gorshenin
2016-03-23[search] Implemented FeaturesFilter and cache for houses. Optimized house num...Yuri Gorshenin
2016-03-23Review fixes.vng
2016-03-23[search] Added FixedBitsDDVector container.vng
2016-03-23Optimized Write function to avoid multiple vector reallocation.vng
2016-03-23Move semantics for FileWriter.vng
2016-03-23Review fixes.Maxim Pimenov
2016-03-23Moved search index from coding to indexer.Maxim Pimenov
2016-03-23Review fixes.Maxim Pimenov
2016-03-23Review fixes.Maxim Pimenov
2016-03-23Refactored the serialization code.Maxim Pimenov
2016-03-23Some review fixes.Maxim Pimenov
2016-03-23Switched the search index to use compressed bit vectors.Maxim Pimenov
2016-03-23[search] A refactoring of ValueList.Maxim Pimenov
2016-03-23[coding, search] Added Subtract() method to BitVectors.Yuri Gorshenin
2016-03-23[search] Added test for opposite endianness.Yuri Gorshenin
2016-03-23Review fixes.Maxim Pimenov
2016-03-23Review fixes.Maxim Pimenov
2016-03-23[omim] Removed raw pointers in favour of shared_ptr in trie.Maxim Pimenov
2016-03-23Review fixes.Maxim Pimenov
2016-03-23[omim] Removed EdgeBuilder.Maxim Pimenov
2016-03-23Review fixes.Maxim Pimenov
2016-03-23Review fixes.Maxim Pimenov
2016-03-23Review fixes.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, indexer] Refactored SimpleDenseCoding.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[indexer] Implemented rank table builder.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[coding] Implemented SDC (Simple Dense Coding).Yuri Gorshenin
2015-12-03Comment fix.Lev Dragunov
2015-12-03Review fixes.Lev Dragunov
2015-12-03Errno output for mmap function.Lev Dragunov
2015-11-30rebase fixesExMix
2015-11-12Removed expat include dependency which caused build error on linux for style_...Alex Zolotarev
2015-10-22Minor improvements & comments.Alex Zolotarev