History log of /TaskScheduler/Scheduler/Include/MTTypes.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 721f8c0b 24-Jun-2016 s.makeev_local <[email protected]>

I have refactored atomics


# 5b4cd6c4 16-Apr-2016 s.makeev_local <[email protected]>

int64, uint64 types definition was changed


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


# f371f0bd 19-Dec-2015 Sergey Makeev <[email protected]>

Instrumented build now support ANSI and UNICODE


# ed6f50ed 16-Dec-2015 Sergey Makeev <[email protected]>

Fixed LINUX build


# f25ce65d 24-Mar-2015 Sergey Makeev <[email protected]>

Added license information


# 47d53e4d 23-Mar-2015 Sergey Makeev <[email protected]>

Change project structure completely.

- Add doxygen documentation comment
- Rename headers
- Split single cpp file to multiple cpp files. One file = one class