summaryrefslogtreecommitdiff
path: root/src/common/fiber.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2022-07-02common/fiber: make fibers easier to useLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-03-07common: Fiber: use a reference for YieldTo.bunnei
2021-03-05common: fiber: Use weak_ptr when yielding.bunnei
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei
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