index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tests
/
common
/
fibers.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-1
/
+1
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-1
/
+1
2023-01-05
tests: update catch2 to 3.0.1
Alexandre Bouvier
1
-1
/
+1
2022-07-02
common/fiber: make fibers easier to use
Liam
1
-88
/
+35
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
1
-14
/
+14
2021-03-06
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
1
-18
/
+21
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
1
-21
/
+18
2021-01-02
general: Fix various spelling errors
Morph
1
-2
/
+2
2020-10-28
tests: Fix data race in fibers test
ReinUsesLisp
1
-31
/
+40
2020-06-28
Core/Common: Address Feedback.
Fernando Sahmkow
1
-1
/
+1
2020-06-18
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
1
-0
/
+46
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
1
-10
/
+10
2020-06-18
Common/Tests: Clang Format.
Fernando Sahmkow
1
-9
/
+14
2020-06-18
Common: Polish Fiber class, add comments, asserts and more tests.
Fernando Sahmkow
1
-1
/
+94
2020-06-18
Tests: Add tests for fibers and refactor/fix Fiber class
Fernando Sahmkow
1
-0
/
+214