History log of /TaskScheduler/Scheduler/Include/Scopes/MTScopes.h (Results 1 – 12 of 12)
Revision Date Author Comments
# b086e50b 06-Oct-2016 Sergey Makeev <[email protected]>

YieldCpu -> YieldProcessor


# 9c716f68 26-Sep-2016 s.makeev_local <[email protected]>

Add support for vs2015 and support for Brofiler


# 721f8c0b 24-Jun-2016 s.makeev_local <[email protected]>

I have refactored atomics


# c7362320 11-May-2016 s.makeev_local <[email protected]>

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


# 947fea2a 25-Apr-2016 s.makeev_local <[email protected]>

Fixed alignment inside PersistentScopeDescriptorStorage


# 1e78cb24 16-Apr-2016 s.makeev_local <[email protected]>

Replace all preprocessor macros to my own macros from MTConfig.h


# 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)


# 11c09322 11-Jan-2016 s.makeev <[email protected]>

Compilation fix


# ab7d8703 11-Jan-2016 s.makeev <[email protected]>

Scopes was refactored a little bit


# 35f63952 07-Jan-2016 s.makeev <[email protected]>

Scopes was refactored a little bit


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

POSIX compilation warnings fix


# 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 ...