summaryrefslogtreecommitdiffstats
path: root/src/common/fiber.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Common/Fiber: Address Feedback and Correct Memory leaks.Fernando Sahmkow2020-06-181-26/+32
* Common/Fiber: Implement Rewind on Boost Context.Fernando Sahmkow2020-06-181-2/+37
* Common/Fiber: Implement Rewinding.Fernando Sahmkow2020-06-181-2/+30
* Common/Fiber: Additional corrections to f_context.Fernando Sahmkow2020-06-181-4/+4
* Common/Fiber: Correct f_context based Fibers.Fernando Sahmkow2020-06-181-6/+8
* Core/HostTiming: Allow events to be advanced manually.Fernando Sahmkow2020-06-181-1/+1
* Common/Tests: Address FeedbackFernando Sahmkow2020-06-181-3/+2
* Common: Make MinGW build use Windows Fibers instead of fcontext_tFernando Sahmkow2020-06-181-2/+2
* Common/Tests: Clang Format.Fernando Sahmkow2020-06-181-11/+10
* Common: Correct fcontext fibers.Fernando Sahmkow2020-06-181-5/+4
* Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow2020-06-181-22/+33
* Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow2020-06-181-16/+16
* Common: Implement a basic Fiber class.Fernando Sahmkow2020-06-181-0/+147