.. |
base_tests
|
Added regexp::ForEachMatched.
|
2015-09-22 16:24:10 -07:00 |
internal
|
Process DebugPrint(string const &) like UTF8 for Unix systems (cerr accepts them well).
|
2015-09-22 16:13:23 -07:00 |
array_adapters.hpp
|
|
|
assert.hpp
|
Fix warnings.
|
2015-09-22 15:42:26 -07:00 |
base.cpp
|
[Tizen] Replaced OMIM_OS_BADA with OMIM_OS_TIZEN
|
2015-09-22 16:14:41 -07:00 |
base.hpp
|
|
|
base.pro
|
Added CounterIterator.
|
2015-09-22 16:13:18 -07:00 |
bits.hpp
|
|
|
buffer_vector.hpp
|
[optimization] Improve speed of interval index
|
2015-09-22 16:22:51 -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
|
[Tizen] Replaced OMIM_OS_BADA with OMIM_OS_TIZEN
|
2015-09-22 16:14:41 -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
|
[Tizen] Replaced OMIM_OS_BADA with OMIM_OS_TIZEN
|
2015-09-22 16:14:41 -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
|
|
|
limited_priority_queue.hpp
|
Add reserve() function to limited_priority_queue.
|
2015-09-22 15:33:55 -07:00 |
logging.cpp
|
[Tizen] Remove comment
|
2015-09-22 16:14:33 -07:00 |
logging.hpp
|
|
|
lower_case.cpp
|
Add function to calculate equal range for UTF-16 strings.
|
2015-09-22 16:18:28 -07:00 |
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
|
[Tizen] Replaced OMIM_OS_BADA with OMIM_OS_TIZEN
|
2015-09-22 16:14:41 -07:00 |
normalize_unicode.cpp
|
Minor code fixes.
|
2015-09-22 16:13:36 -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
|
Added regexp::ForEachMatched.
|
2015-09-22 16:24:10 -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
|
|
|
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
|
|
|
stl_add.hpp
|
[core] new way of bookmark, search results and api points store
|
2015-09-22 16:15:35 -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 with to_string_dac
|
2015-09-22 16:17:10 -07:00 |
string_utils.hpp
|
Add function to calculate equal range for UTF-16 strings.
|
2015-09-22 16:18:28 -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
|
[Tizen] Replace Tizen thread with posix
|
2015-09-22 16:14:43 -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
|
Correct using of cstring and memcpy includes.
|
2015-09-22 16:13:53 -07:00 |
timer.hpp
|
Factor out time functions to timer.hpp.
|
2015-09-22 15:47:35 -07:00 |