YieldCpu -> YieldProcessor
Add support for vs2015 and support for Brofiler
I have refactored atomics
Fixed alignment inside Scopes and StackArray and rename Thread::Stop to Thread::Join
Fixed alignment inside PersistentScopeDescriptorStorage
Replace all preprocessor macros to my own macros from MTConfig.h
Refactored and added support for ORBIS(ORBIS code is cut out from this public repository due to NDA)
Compilation fix
Scopes was refactored a little bit
POSIX compilation warnings fix
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 privatectros- 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 ...