| faa6c6e5 | 19-Aug-2016 |
s.makeev_local <[email protected]> |
Fixed posix and osx compilation |
| 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. |
| ecfdbeb4 | 24-Jun-2016 |
s.makeev_local <[email protected]> |
Fixed posix compilation |
| 721f8c0b | 24-Jun-2016 |
s.makeev_local <[email protected]> |
I have refactored atomics |
| c7362320 | 11-May-2016 |
s.makeev_local <[email protected]> |
Fixed alignment inside Scopes and StackArray and rename Thread::Stop to Thread::Join |
| 947fea2a | 25-Apr-2016 |
s.makeev_local <[email protected]> |
Fixed alignment inside PersistentScopeDescriptorStorage |
| b18712e0 | 18-Apr-2016 |
s.makeev_local <[email protected]> |
Remove obsolete UNUSED macro |
| 5b4cd6c4 | 16-Apr-2016 |
s.makeev_local <[email protected]> |
int64, uint64 types definition was changed |
| 1e78cb24 | 16-Apr-2016 |
s.makeev_local <[email protected]> |
Replace all preprocessor macros to my own macros from MTConfig.h |
| a565da4e | 15-Apr-2016 |
s.makeev_local <[email protected]> |
Fixed POSIX compilation |
| 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) |
| 53ef36e3 | 14-Apr-2016 |
s.makeev_local <[email protected]> |
Fiber test was fixed. Some new asserts was added |
| 315bfae5 | 30-Mar-2016 |
s.makeev_local <[email protected]> |
Support for compilers without xmmintrin.h |
| fd40b56f | 24-Feb-2016 |
s.makeev <[email protected]> |
Fixed diagnostic race condition in windows threads
Thread function can be executed before CreateThread exited and before threadId and thread was filled. |
| 87ecbf38 | 24-Feb-2016 |
s.makeev <[email protected]> |
Fixed compilation when default fibers is used. |
| f4db079d | 22-Feb-2016 |
s.makeev <[email protected]> |
Stack size for each task can be customized.
Task scheduler now support stack size feature. You can choose between standard and extended stack size required for task. |
| ee6bd3de | 30-Jan-2016 |
s.makeev <[email protected]> |
Compilation fix |
| d0d10efe | 30-Jan-2016 |
s.makeev <[email protected]> |
Windows.h was removed from all headers (replaced to MicroWindows.h) |
| 11c09322 | 11-Jan-2016 |
s.makeev <[email protected]> |
Compilation fix |
| ab7d8703 | 11-Jan-2016 |
s.makeev <[email protected]> |
Scopes was refactored a little bit |
| 35f63952 | 07-Jan-2016 |
s.makeev <[email protected]> |
Scopes was refactored a little bit |
| c6249f4e | 28-Dec-2015 |
s.makeev <[email protected]> |
Fixed posix compilation |
| 27dbb6f7 | 28-Dec-2015 |
s.makeev <[email protected]> |
Includes was refactored |
| 938174cf | 28-Dec-2015 |
s.makeev <[email protected]> |
Compilation warning was fixed |