History log of /TaskScheduler/Scheduler/Include/Platform/Windows/MTAtomic.h (Results 1 – 19 of 19)
Revision Date Author Comments
# d10ac48c 06-Oct-2016 Sergey Makeev <[email protected]>

Fixed windows compilation


# 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


# f7a9bfc3 16-Sep-2016 s.makeev_local <[email protected]>

Imporve hybrid spin algorithm


# 2f083884 19-Aug-2016 s.makeev_local <[email protected]>

Change project files layout and fix some bugs

- Rewrite Posix MTEvent
- Fixed bug inside MTConcurrentQueueLIFO
- Updated tests


# 5d2fe9cb 25-Jun-2016 s.makeev_local <[email protected]>

Fixed typo in atomics.


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

I have refactored atomics


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


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


# 8dd496e0 21-Dec-2015 Sergey Makeev <[email protected]>

Compilation fix


# 498f3d32 21-Dec-2015 Sergey Makeev <[email protected]>

Atomics was refactored


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

Fixed LINUX build


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

Fixed POSIX build


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

Atomics was refactored


# efd3d0d5 29-Oct-2015 Sergey Makeev <[email protected]>

AtomicPtr was added.


# 46be836d 28-Oct-2015 Sergey Makeev <[email protected]>

CompareAndSwap added to atomics


# 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