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-07-22Merge pull request #3822 from ygorshenin/implement-centers-storageVladimir Byko-Ianko
2016-07-22Review fixes.Yuri Gorshenin
2016-07-22[indexer] Implemented CentersTable.Yuri Gorshenin
2016-07-20review fixesArsentiy Milchakov
2016-07-19Direct editing of default name is locked, editing of multilingual names is al...Arsentiy Milchakov
2016-07-13[coding] Elias gamma and delta coder.Yuri Gorshenin
2016-07-05Minor fixes - get rid of redundant copying.Yuri Gorshenin
2016-07-01[search] Implemented Oracle.Yuri Gorshenin
2016-06-03Review fixes.Yuri Gorshenin
2016-06-03[index] Fixed massive descriptors leaks.Yuri Gorshenin
2016-05-11Review fixes.Yuri Gorshenin
2016-05-10[coding] Fixes to SRTM parser CL.Yuri Gorshenin
2016-05-10Srtm reader with tests.Lev Dragunov
2016-03-29Factor out “en” language to the predefined constant.Viktor
2016-03-23Fixed compilation warning -Wpessimizing-move.Alex Zolotarev
2016-03-23Code review. Fix data loss.Sergey Magidovich
2016-03-23Add editor config.Sergey Magidovich
2016-03-23Remove SharedMemReader.Sergey Magidovich
2016-03-23Platform::GetReader returns unique_ptr. Fix leaks.Sergey Magidovich
2016-03-23Added names to languages supported in OSM.Alex Zolotarev
2016-03-23Renamed constants.Alex Zolotarev
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[coding] Added CBV::LeaveFirstSetNBits().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-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