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-06-03Review fixes.Yuri Gorshenin
2016-06-03[index] Fixed massive descriptors leaks.Yuri Gorshenin
2016-03-23Fixed compilation warning -Wpessimizing-move.Alex Zolotarev
2016-03-23Platform::GetReader returns unique_ptr. Fix leaks.Sergey Magidovich
2016-03-23Move semantics for FileWriter.vng
2015-12-03Comment fix.Lev Dragunov
2015-12-03Review fixes.Lev Dragunov
2015-12-03Errno output for mmap function.Lev Dragunov
2015-10-12Review fixes.vng
2015-10-12[mwm] Put feature offsets table into MWM container.vng
2015-09-23Setting m_fd to -1 after closing.Vladimir Byko-Ianko
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-23Minor code fixes.vng
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-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23Review fixes.vng
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-23Removed dummy assert in compare functor.vng
2015-09-23Base libraries C++11 sources compatibilityAlex Zolotarev
2015-09-23Add "delete_section" to generator_tool.vng
2015-09-23Add serialized country polygons for 'feature belongs to country' routine.vng
2015-09-23Add read write functions for some std containers.vng
2015-09-23Fix using of FilesContainerR, FilesContainerW.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-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-23OP_APPEND functionality in FilesContainerW.vng
2015-09-23Correct container of files.vng
2015-09-23File container compile test.vng