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
2017-03-31Added Hyper Local Ads (HLA) managerr.kuznetsov
2016-12-28Remove using std from baseSergey Yershov
2016-03-23Platform::GetReader returns unique_ptr. Fix leaks.Sergey Magidovich
2015-10-12Review fixes.vng
2015-10-12[mwm] Put feature offsets table into MWM container.vng
2015-09-23Simplified feature::DataHeader routine.vng
2015-09-23Fix include path for codingSergey 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-23Minor code fixes.vng
2015-09-23[coding] Support file container mapping under Windows.Artyom Polkovnikov
2015-09-23[routing] VarUint coding of Node2FtSeg control array.vng
2015-09-23[generator] Added statistics for routing container.vng
2015-09-23[routing] Store last state for routingDenis Koronchik
2015-09-23[core] Refactoring of FilesMappingContainer Handle: using move semantics to c...Denis Koronchik
2015-09-23[coding] Implement FileMappingContainerDenis Koronchik
2015-09-23[generator] Generate .mwm.osm2ft file for mapping ways from OSM to Feature ID.vng
2015-09-23Fixed bug in files container.vng
2015-09-23Removed dummy assert in compare functor.vng
2015-09-23Return file name by const reference in readers.vng
2015-09-23Add "delete_section" to generator_tool.vng
2015-09-23Minor changes.vng
2015-09-23Add some needed selectors.vng
2015-09-23Add read write functions for some std containers.vng
2015-09-23Add truncate to FileWriter routine.vng
2015-09-23Add override support in FilesContaiterW. Make it's interface more simple.vng
2015-09-23Add function to check reader's existing in FilesContainerR.vng
2015-09-23Fix error when appending writers to container with empty files in it.vng
2015-09-23- Fix error with FilesContainerW append mode.vng
2015-09-23[Refactoring] Use mwm-file descriptor (string name) in Index. Open FileReader...vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Add GetExistingWriter to FilesContainerW. Need for re-writing any file in fil...vng
2015-09-23Names and formatting change in file_container.hppYury Melnichek
2015-09-23Automatically call Finish() in FileContainerW's destructor.Yury Melnichek
2015-09-23Add FileContainerR::ForEachTag().Yury Melnichek
2015-09-23OP_APPEND functionality in FilesContainerW.vng
2015-09-23Fix compilation errors (1st try).vng
2015-09-23File container compile test.vng