History log of /TaskScheduler/Scheduler/Include/Platform/Posix/MTMutex.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 1e8cbc79 08-Sep-2016 s.makeev_local <[email protected]>

Added macro _DARWIN_C_SOURCE for OSX


# 462f4f78 08-Sep-2016 s.makeev_local <[email protected]>

Fixed OSX build


# 09af8f5f 08-Sep-2016 s.makeev_local <[email protected]>

Fixed OSX build


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


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

POSIX compilation fix


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

Fixed OSX compilation and POSIX warnings


# 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


# 34a394c3 24-Jun-2015 Sergey Makeev <[email protected]>

Rename some macro definitions, add travis.yml


# 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