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/base
AgeCommit message (Expand)Author
2015-09-23Add reserve() function to limited_priority_queue.vng
2015-09-23Add DebugPrint() for UniString.vng
2015-09-23should modify m_activeCommands when clearing the queue.rachytski
2015-09-23using separate method PacketsQueue::cancelFences for proper synchronization i...rachytski
2015-09-23more accurate synchronization in ThreadedContainer::Cancelrachytski
2015-09-23removed unnecessary logging, added additional logging information when alloca...rachytski
2015-09-23Revert "[android] - Refactored jni system"rachytski
2015-09-23more precise synchronization of Fence mechanism.rachytski
2015-09-23fixed deadlock issue in joinFence function.rachytski
2015-09-23supporting on-demand resource allocation.rachytski
2015-09-23[android] - Refactored jni systemAlex Zolotarev
2015-09-23fixed deadlock issue, when referencing dead CoverageGenerator object on TileR...rachytski
2015-09-23removed BaseState, simplified PacketsQueuerachytski
2015-09-23renamed mergeResources into updatePoolState for consistency.rachytski
2015-09-23added debugging to StoragePool and fixed primaryStorage consumer starvation d...rachytski
2015-09-23implemented cancellation of unnecessary commands. fixed corresponding deadloc...rachytski
2015-09-23Add some assertions to Cache.vng
2015-09-23moved FenceManager to base library and added tests for it.rachytski
2015-09-23fixed memleak.rachytski
2015-09-23[android] removed unnecessary mutex lock when checking for glQueue emptiness.rachytski
2015-09-23[android] fixed rendering freezing by completely separating texture and stora...rachytski
2015-09-23fixed memleak. closes #470rachytski
2015-09-23made core::CommandQueue::Command joinable and wrote simple test for it.rachytski
2015-09-23different lock/unlock behavior in different RenderPolicy's.rachytski
2015-09-23locking and unlocking GL buffers on the main thread to support GL buffers in ...rachytski
2015-09-23Added std::set serialization supportAlex Zolotarev
2015-09-23Moved file_<reader/writer>_stream.hpp from indexer to coding libAlex Zolotarev
2015-09-23continuous rendering while glQueue isn't empty in PartialRenderPolicy.rachytski
2015-09-23implemented PartialRenderPolicy for single threaded GUI-responsive rendering.rachytski
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Improved log formatting - do not print "()" for ObjectiveC functionsAlex Zolotarev
2015-09-23Fixed logging output and LOG_SHORT macroAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23[logging] Added support for null-pointer printingAlex Zolotarev
2015-09-23Add strings::ToUtf8().Yury Melnichek
2015-09-23Fixed macroses to fit into if scopeAlex Zolotarev
2015-09-23Add more 'RemoveIfKeepValid' tests.vng
2015-09-23Add RemoveIfKeepValid algorithm and fix bug with countries delete.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Fix warnings.vng
2015-09-23removed memory_mapped_filerachytski
2015-09-23Fixed some warningsAlex Zolotarev
2015-09-23Added random url generatorAlex Zolotarev
2015-09-23Fix return type in function.vng
2015-09-23Modified debug logsAlex Zolotarev
2015-09-23[win] Compilation fixesAlex Zolotarev
2015-09-23Library dependencies optimizationAlex Zolotarev
2015-09-23Modified debug logsAlex Zolotarev
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Changed " to ' in logging and removed \" charsAlex Zolotarev