History log of /TaskScheduler/Scheduler/Include/Platform/Windows/MTEvent.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 436acff3 29-Jun-2017 s.makeev_local <[email protected]>

Adding support for user-mode events on Windows.


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


# d0d10efe 30-Jan-2016 s.makeev <[email protected]>

Windows.h was removed from all headers (replaced to MicroWindows.h)


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


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

Atomics was refactored


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

Added license information


# 58964d0b 23-Mar-2015 Sergey Makeev <[email protected]>

MT::internal namespace


# 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