summaryrefslogtreecommitdiff
path: root/src/common/fiber.h
AgeCommit message (Expand)Author
2020-11-29common: fiber: Use boost::context instead of native fibers on Windows.bunnei
2020-11-06common/fiber: Move all member variables into impl classLioncash
2020-11-05General: Fix clang buildLioncash
2020-11-02common: Enable warnings as errorsLioncash
2020-10-28common/fiber: Take shared_ptr<Fiber> by copy in YieldToReinUsesLisp
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2020-06-18Common/Fiber: Address Feedback and Correct Memory leaks.Fernando Sahmkow
2020-06-18Common/Fiber: Implement Rewind on Boost Context.Fernando Sahmkow
2020-06-18Common/Fiber: Document fiber interexchange.Fernando Sahmkow
2020-06-18Common/Fiber: Implement Rewinding.Fernando Sahmkow
2020-06-18Common/Tests: Address FeedbackFernando Sahmkow
2020-06-18Common: Make MinGW build use Windows Fibers instead of fcontext_tFernando Sahmkow
2020-06-18Common/Tests: Clang Format.Fernando Sahmkow
2020-06-18Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow
2020-06-18Common: Implement a basic Fiber class.Fernando Sahmkow