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
/
common
/
fiber.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-12
general: fix spelling mistakes
Liam
1
-1
/
+1
2022-07-02
common/fiber: make fibers easier to use
Liam
1
-15
/
+6
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-12
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
1
-2
/
+3
2022-01-15
common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber.
bunnei
1
-1
/
+4
2021-03-10
fiber: Double default stack size
MerryMage
1
-1
/
+1
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
1
-7
/
+5
2021-03-06
common: fiber: Use weak_ptr when yielding.
bunnei
1
-7
/
+12
2021-03-06
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
1
-7
/
+7
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
1
-7
/
+7
2020-11-29
common: fiber: Use VirtualBuffer for stack memory.
bunnei
1
-2
/
+5
2020-11-29
common: fiber: Use boost::context instead of native fibers on Windows.
bunnei
1
-106
/
+8
2020-11-07
common/fiber: Move all member variables into impl class
Lioncash
1
-72
/
+83
2020-11-02
common: Enable warnings as errors
Lioncash
1
-4
/
+4
2020-10-28
common/fiber: Take shared_ptr<Fiber> by copy in YieldTo
ReinUsesLisp
1
-2
/
+2
2020-06-28
Core/Common: Address Feedback.
Fernando Sahmkow
1
-7
/
+3
2020-06-18
Common/Fiber: Address Feedback and Correct Memory leaks.
Fernando Sahmkow
1
-26
/
+32
2020-06-18
Common/Fiber: Implement Rewind on Boost Context.
Fernando Sahmkow
1
-2
/
+37
2020-06-18
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
1
-2
/
+30
2020-06-18
Common/Fiber: Additional corrections to f_context.
Fernando Sahmkow
1
-4
/
+4
2020-06-18
Common/Fiber: Correct f_context based Fibers.
Fernando Sahmkow
1
-6
/
+8
2020-06-18
Core/HostTiming: Allow events to be advanced manually.
Fernando Sahmkow
1
-1
/
+1
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
1
-3
/
+2
2020-06-18
Common: Make MinGW build use Windows Fibers instead of fcontext_t
Fernando Sahmkow
1
-2
/
+2
2020-06-18
Common/Tests: Clang Format.
Fernando Sahmkow
1
-11
/
+10
2020-06-18
Common: Correct fcontext fibers.
Fernando Sahmkow
1
-5
/
+4
2020-06-18
Common: Polish Fiber class, add comments, asserts and more tests.
Fernando Sahmkow
1
-22
/
+33
2020-06-18
Tests: Add tests for fibers and refactor/fix Fiber class
Fernando Sahmkow
1
-16
/
+16
2020-06-18
Common: Implement a basic Fiber class.
Fernando Sahmkow
1
-0
/
+147