| 3048619a | 02-Sep-2016 |
s.makeev_local <[email protected]> |
Fixed OSX build |
| ee5db384 | 02-Sep-2016 |
s.makeev_local <[email protected]> |
Fixed Posix build |
| d90c726a | 02-Sep-2016 |
s.makeev_local <[email protected]> |
Fixed Posix |
| 0fa0e8b4 | 02-Sep-2016 |
s.makeev_local <[email protected]> |
Fix posix build |
| d7cf17b1 | 02-Sep-2016 |
s.makeev_local <[email protected]> |
Threads now has priority and can be binded for cpu core |
| 94519253 | 22-Aug-2016 |
s.makeev_local <[email protected]> |
Posix compilation fix |
| 6cd27d5f | 22-Aug-2016 |
s.makeev_local <[email protected]> |
Fixed posible integer overflow in posix events |
| 71198a5e | 22-Aug-2016 |
s.makeev_local <[email protected]> |
Added more checks inside posix events |
| c88507a8 | 22-Aug-2016 |
s.makeev_local <[email protected]> |
Added SetCurrentThreadName function.
- SetCurrentThreadName function - Updated posix event implementation (more safe) |
| 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 |
| 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) |