index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
fiber.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2022-07-02
common/fiber: make fibers easier to use
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-05
common: fiber: Use weak_ptr when yielding.
bunnei
2021-03-05
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2020-11-29
common: fiber: Use boost::context instead of native fibers on Windows.
bunnei
2020-11-06
common/fiber: Move all member variables into impl class
Lioncash
2020-11-05
General: Fix clang build
Lioncash
2020-11-02
common: Enable warnings as errors
Lioncash
2020-10-28
common/fiber: Take shared_ptr<Fiber> by copy in YieldTo
ReinUsesLisp
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-06-18
Common/Fiber: Address Feedback and Correct Memory leaks.
Fernando Sahmkow
2020-06-18
Common/Fiber: Implement Rewind on Boost Context.
Fernando Sahmkow
2020-06-18
Common/Fiber: Document fiber interexchange.
Fernando Sahmkow
2020-06-18
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
Common: Make MinGW build use Windows Fibers instead of fcontext_t
Fernando Sahmkow
2020-06-18
Common/Tests: Clang Format.
Fernando Sahmkow
2020-06-18
Common: Polish Fiber class, add comments, asserts and more tests.
Fernando Sahmkow
2020-06-18
Tests: Add tests for fibers and refactor/fix Fiber class
Fernando Sahmkow
2020-06-18
Common: Implement a basic Fiber class.
Fernando Sahmkow