index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-10
Rework CoreTiming
Kelebek1
1
-1
/
+4
2022-07-02
common/fiber: make fibers easier to use
Liam
1
-88
/
+35
2022-06-28
Core: Fix tests.
Fernando Sahmkow
1
-0
/
+3
2022-06-28
Core: Reimplement Core Timing.
Fernando Sahmkow
1
-1
/
+0
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
1
-3
/
+2
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
8
-24
/
+16
2022-01-12
cmake: make tests optional
Alexandre Bouvier
1
-1
/
+1
2021-11-29
[input_common] Add completion test for CalibrationConfigurationJob
vperus
2
-1
/
+138
2021-08-13
logging: Simplify and make thread-safe
yzct12345
1
-0
/
+2
2021-07-22
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
1
-0
/
+2
2021-07-10
Buffer Cache: Address Feedback.
Fernando Sahmkow
1
-1
/
+1
2021-07-09
Buffer Cache: Fix High Downloads and don't predownload on Extreme.
Fernando Sahmkow
1
-1
/
+1
2021-07-08
common: Add unique function
ReinUsesLisp
2
-0
/
+109
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
1
-1
/
+3
2021-06-11
tests: Add tests for host memory
ReinUsesLisp
2
-0
/
+184
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
1
-1
/
+0
2021-03-07
common: Fiber: use a reference for YieldTo.
bunnei
1
-14
/
+14
2021-03-05
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
1
-18
/
+21
2021-02-28
[network] Error handling reform
comex
2
-0
/
+29
2021-02-27
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
1
-21
/
+18
2021-02-18
common/cityhash: Use common types
ReinUsesLisp
1
-2
/
+2
2021-02-18
tests: Add tests for CityHash
ReinUsesLisp
2
-0
/
+23
2021-02-13
tests/buffer_base: Add cached CPU writes tests
ReinUsesLisp
1
-0
/
+76
2021-02-06
ring_buffer: Remove granularity template argument
MerryMage
1
-5
/
+5
2021-01-15
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2
-24
/
+0
2021-01-13
tests: Add unit tests for the GPU range tracking buffer container
ReinUsesLisp
2
-0
/
+474
2021-01-08
tests/ring_buffer: Silence signed/unsigned mismatch warnings
ReinUsesLisp
1
-15
/
+15
2021-01-02
general: Fix various spelling errors
Morph
1
-2
/
+2
2021-01-01
memory: Remove MemoryHook
MerryMage
3
-240
/
+0
2020-12-06
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2
-56
/
+0
2020-11-27
tests: Fix warning about comparison between signed and unsigned
comex
1
-2
/
+2
2020-10-28
tests: Fix data race in fibers test
ReinUsesLisp
1
-31
/
+40
2020-08-03
tests/core_timing: Remove pragma optimize(off)
Lioncash
1
-9
/
+5
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
1
-2
/
+2
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
1
-6
/
+8
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
1
-5
/
+8
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
1
-1
/
+1
2020-06-27
Tests/CoreTiming: Correct host timing tests.
Fernando Sahmkow
2
-157
/
+14
2020-06-27
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
1
-4
/
+6
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
1
-0
/
+1
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2
-100
/
+85
2020-06-18
Tests/HostTiming: Correct GCC Compile error.
Fernando Sahmkow
1
-15
/
+14
2020-06-18
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
1
-0
/
+46
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
2
-24
/
+24
2020-06-18
Common/Tests: Clang Format.
Fernando Sahmkow
1
-9
/
+14
2020-06-18
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
1
-26
/
+19
2020-06-18
Tests: Add base tests to host timing
Fernando Sahmkow
2
-0
/
+151
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
2
-0
/
+215
2020-04-17
arm_test_common: Updates for new VMM.
bunnei
1
-6
/
+2
[next]