summaryrefslogtreecommitdiff
path: root/src/tests/common/fibers.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-1/+1
2023-01-05tests: update catch2 to 3.0.1Gravatar Alexandre Bouvier1-1/+1
2022-07-02common/fiber: make fibers easier to useGravatar Liam1-88/+35
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-03-07common: Fiber: use a reference for YieldTo.Gravatar bunnei1-14/+14
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."Gravatar bunnei1-18/+21
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.Gravatar bunnei1-21/+18
2021-01-02general: Fix various spelling errorsGravatar Morph1-2/+2
2020-10-28tests: Fix data race in fibers testGravatar ReinUsesLisp1-31/+40
2020-06-27Core/Common: Address Feedback.Gravatar Fernando Sahmkow1-1/+1
2020-06-18Common/Fiber: Implement Rewinding.Gravatar Fernando Sahmkow1-0/+46
2020-06-18Common/Tests: Address FeedbackGravatar Fernando Sahmkow1-10/+10
2020-06-18Common/Tests: Clang Format.Gravatar Fernando Sahmkow1-9/+14
2020-06-18Common: Polish Fiber class, add comments, asserts and more tests.Gravatar Fernando Sahmkow1-1/+94
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classGravatar Fernando Sahmkow1-0/+214