History log of /TaskScheduler/Scheduler/Include/MTConcurrentRingBuffer.h (Results 1 – 7 of 7)
Revision Date Author Comments
# c7362320 11-May-2016 s.makeev_local <[email protected]>

Fixed alignment inside Scopes and StackArray and rename Thread::Stop to Thread::Join


# 02d170cf 15-Apr-2016 s.makeev_local <[email protected]>

Refactored and added support for ORBIS

(ORBIS code is cut out from this public repository due to NDA)


# 2e846c40 27-Dec-2015 Sergey Makeev <[email protected]>

Lot of refactoring and thread safe scopes stack

- MT_UNUSED for unused variables
- MT_USED_IN_ASSERT for variables used only in assertions
- MT_NOCOPYABLE instead of private assignment operators and

Lot of refactoring and thread safe scopes stack

- MT_UNUSED for unused variables
- MT_USED_IN_ASSERT for variables used only in assertions
- MT_NOCOPYABLE instead of private assignment operators and private
ctros
- MT_ASSERT now is do nothing in release
- mt_thread_local for thread local variables
- thread safe scopes stack designed for use in debug tools (WiP)

show more ...


# 51901c6b 29-Sep-2015 Sergey Makeev <[email protected]>

Custom allocator - first iteration WiP


# 1e8563ff 29-Jun-2015 Sergey Makeev <[email protected]>

Move min/max/clamp to MT namespace


# 8112dedf 04-May-2015 Sergey Makeev <[email protected]>

Instrumented mode - first iteration


# a101e543 04-May-2015 Sergey Makeev <[email protected]>

Refactor template containers code

Fixed typos in WrapperArray and StackArray
Add RingBuffer container (will be used later for instrumented mode)
Add Foundation test suite
Same codestyle for containe

Refactor template containers code

Fixed typos in WrapperArray and StackArray
Add RingBuffer container (will be used later for instrumented mode)
Add Foundation test suite
Same codestyle for containers

show more ...