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-23Avoid string copy and std::list penalty in strings::Format.vng
2015-09-23Minor code style fixes.vng
2015-09-23Add DebugPrint for array.vng
2015-09-23Fix StringBundle routine - remove unnecessary stuff.vng
2015-09-23[iphone] string localizations.rachytski
2015-09-23added strings localization mechanism and used it in CountryStatusDisplay.rachytski
2015-09-23Some code fixes.vng
2015-09-23added ResourcePool::ResName for the purpose of logging.rachytski
2015-09-23made logging thread-safe and adding ThreadID tag at the beginning of every st...rachytski
2015-09-23fixed bug with race conditions for free TileCache space, which results in dro...rachytski
2015-09-23commands chain isn't cancelled between execution of chains.rachytski
2015-09-23[android] JNI refactoring, automatic thread attach/detach, fixed crash with n...Alex Zolotarev
2015-09-23changes according to code review.rachytski
2015-09-23made MRUCache resizeable.rachytski
2015-09-23potential underflow of m_activeCommands fixed.rachytski
2015-09-23fixes based on the code review.rachytski
2015-09-23Warning fix.vng
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