organicmaps/base
2015-09-22 16:13:18 -07:00
..
base_tests Fixed bug in Double -> String conversion with fixed digits after comma. 2015-09-22 16:13:02 -07:00
internal Logger fix - print original UTF-8 strings 2015-09-22 16:10:38 -07:00
array_adapters.hpp
assert.hpp Fix warnings. 2015-09-22 15:42:26 -07:00
base.cpp
base.hpp
base.pro Added CounterIterator. 2015-09-22 16:13:18 -07:00
bits.hpp
buffer_vector.hpp Fix buffer_vector::resize() and add some assertions and todo's (buffer_vector::data()). 2015-09-22 15:43:09 -07:00
cache.hpp [sr] Remove Cache::HasKey() method that is not used. 2015-09-22 16:00:22 -07:00
casts.hpp
commands_queue.cpp Generic Warning Fixes 2015-09-22 15:49:38 -07:00
commands_queue.hpp Generic Warning Fixes 2015-09-22 15:49:38 -07:00
condition.cpp added ability to wait on condition variable for the specified amount of time. 2015-09-22 15:48:21 -07:00
condition.hpp Add TryLock function to Mutex and Condition. 2015-09-22 15:58:10 -07:00
condition_bada.cpp
condition_posix.cpp Add TryLock function to Mutex and Condition. 2015-09-22 15:58:10 -07:00
condition_windows_native.cpp Add TryLock function to Mutex and Condition. 2015-09-22 15:58:10 -07:00
const_helper.hpp
exception.cpp
exception.hpp
fence_manager.cpp Removed some logs from release builds 2015-09-22 16:12:59 -07:00
fence_manager.hpp fixed deadlock issue, when referencing dead CoverageGenerator object on TileRenderer destruction. 2015-09-22 15:31:57 -07:00
limited_priority_queue.hpp Add reserve() function to limited_priority_queue. 2015-09-22 15:33:55 -07:00
logging.cpp Add DebugPrint to Matrix. 2015-09-22 15:44:39 -07:00
logging.hpp
lower_case.cpp
macros.hpp
math.hpp fix problem with solid black text rendering on XXHDPI 2015-09-22 16:01:18 -07:00
matrix.hpp optimised working with attributes and uniforms. 2015-09-22 15:47:46 -07:00
mru_cache.hpp Minor include fixes. 2015-09-22 15:52:57 -07:00
mutex.hpp Add TryLock function to Mutex and Condition. 2015-09-22 15:58:10 -07:00
normalize_unicode.cpp Forced normalization of polish letters. Warning: polish people should update old maps for search to work with L and l letters 2015-09-22 15:59:56 -07:00
object_tracker.cpp [win][mingw] Some compilation fixes 2015-09-22 15:53:16 -07:00
object_tracker.hpp Add BreakIntoDebugger function. 2015-09-22 15:43:15 -07:00
pseudo_random.hpp
regexp.hpp Fix calling convention of Platform::GetFilesByExt. 2015-09-22 15:46:29 -07:00
resource_pool.cpp allocating opengl resources in AllocateOnDemandSingleThreadedPoolTraits directly in Reserve method if we're calling it from primary OpenGL thread. 2015-09-22 15:44:25 -07:00
resource_pool.hpp fixed deadlock when some thread steal newly allocated resource from the thread which allocates it. 2015-09-22 15:48:38 -07:00
rolling_hash.hpp Compilation speed up by removing unused start/stop_mem_debug include 2015-09-22 15:27:06 -07:00
runner.cpp
runner.hpp
scheduled_task.cpp Fix ScheduledTask tests with blocking Cancel. 2015-09-22 15:58:37 -07:00
scheduled_task.hpp Fix ScheduledTask tests with blocking Cancel. 2015-09-22 15:58:37 -07:00
scope_guard.hpp Fix formatting due to our coding style. 2015-09-22 15:43:11 -07:00
set_operations.hpp Added CounterIterator. 2015-09-22 16:13:18 -07:00
shared_buffer_manager.cpp
shared_buffer_manager.hpp
SRC_FIRST.hpp
src_point.hpp Warning fix. 2015-09-22 15:34:05 -07:00
stats.hpp
std_serialization.hpp Added std::set serialization support 2015-09-22 15:27:32 -07:00
stl_add.hpp Added CounterIterator. 2015-09-22 16:13:18 -07:00
stl_iterator.hpp Added CounterIterator. 2015-09-22 16:13:18 -07:00
string_format.cpp using ^ instead of % as a placeholder for format parameter. 2015-09-22 15:40:38 -07:00
string_format.hpp Avoid string copy and std::list penalty in strings::Format. 2015-09-22 15:40:25 -07:00
string_utils.cpp Fixed bug in Double -> String conversion with fixed digits after comma. 2015-09-22 16:13:02 -07:00
string_utils.hpp [search] Use fixed digits after comma (5) for coordinates conversion. 2015-09-22 16:12:50 -07:00
strings_bundle.cpp Fix StringBundle routine - remove unnecessary stuff. 2015-09-22 15:39:30 -07:00
strings_bundle.hpp Fix StringBundle routine - remove unnecessary stuff. 2015-09-22 15:39:30 -07:00
swap.hpp
thread.cpp [drape] rename strange thread pool to SimpleThreadPool 2015-09-22 16:04:21 -07:00
thread.hpp review fixes 2015-09-22 16:04:23 -07:00
thread_pool.cpp Data reading refactoring. 2015-09-22 16:10:21 -07:00
thread_pool.hpp Data reading refactoring. 2015-09-22 16:10:21 -07:00
threaded_container.cpp more accurate synchronization in ThreadedContainer::Cancel 2015-09-22 15:32:55 -07:00
threaded_container.hpp
threaded_list.hpp Removed some logs from release builds 2015-09-22 16:12:59 -07:00
threaded_priority_queue.hpp
timer.cpp [win][mingw] Some compilation fixes 2015-09-22 15:53:16 -07:00
timer.hpp Factor out time functions to timer.hpp. 2015-09-22 15:47:35 -07:00