| #
60ac17fb |
| 07-Sep-2016 |
s.makeev_local <[email protected]> |
Fiber storage now use lock-free queue.
Refactor internal profiler.
|
| #
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)
|
| #
58d12dad |
| 02-Oct-2015 |
Sergey Makeev <[email protected]> |
Fire and forget tasks using TaskPool
|
| #
754cb997 |
| 03-Sep-2015 |
Sergey Makeev <[email protected]> |
Rewrite TaskGroup from typedef to class, additional validation included
|
| #
806ef292 |
| 02-Sep-2015 |
Sergey Makeev <[email protected]> |
Working with groups completely rewritten
- Fixed memory corruption when race condition occurs (Work with MTGroup after group was destroyed) - Fixed invalid task count counter (broken in one of previ
Working with groups completely rewritten
- Fixed memory corruption when race condition occurs (Work with MTGroup after group was destroyed) - Fixed invalid task count counter (broken in one of previous commits) - Travis tests now run five times
show more ...
|
| #
31bebe6f |
| 31-Aug-2015 |
Sergey Makeev <[email protected]> |
Rewrote the way of working with a group of tasks
Remove enums (badly scaled and redundant) and replace enums to MTTaskGroup objects. Now you can create as many groups as you need and give them names
Rewrote the way of working with a group of tasks
Remove enums (badly scaled and redundant) and replace enums to MTTaskGroup objects. Now you can create as many groups as you need and give them names as you wish.
show more ...
|
| #
f25ce65d |
| 24-Mar-2015 |
Sergey Makeev <[email protected]> |
Added license information
|
| #
603f1500 |
| 24-Mar-2015 |
Sergey Makeev <[email protected]> |
Fixed compilation on POSIX system
|
| #
58964d0b |
| 23-Mar-2015 |
Sergey Makeev <[email protected]> |
MT::internal namespace
|