index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
20
-1432
/
+2963
*
Merge pull request #6357 from lioncash/compression
bunnei
2021-05-24
4
-7
/
+8
|
\
|
*
zstd_compression: Make use of std::span
Lioncash
2021-05-24
2
-3
/
+4
|
*
lz4_compression: Make use of std::span
Lioncash
2021-05-24
2
-4
/
+4
*
|
common: tree: Avoid a crash on nullptr dereference.
bunnei
2021-05-20
1
-0
/
+11
|
/
*
Merge pull request #6321 from lat9nq/per-game-cpu
bunnei
2021-05-20
2
-7
/
+12
|
\
|
*
general: Demote custom_rtc to regular setting
lat9nq
2021-05-17
2
-2
/
+1
|
*
configuration: Add CPU tab to game properties
lat9nq
2021-05-16
1
-0
/
+6
|
*
general: Make CPU accuracy and related a Settings::Setting
lat9nq
2021-05-15
2
-5
/
+5
*
|
Merge pull request #6297 from lioncash/common-conv
bunnei
2021-05-19
1
-1
/
+2
|
\
\
|
*
|
parent_of_member: Make sign conversion explicit in OffsetOfImpl()
Lioncash
2021-05-10
1
-1
/
+2
|
|
/
*
/
common: tree: Avoid a nullptr dereference.
bunnei
2021-05-11
1
-1
/
+1
|
/
*
fixup! common: bit_util: Add BIT macro.
bunnei
2021-05-05
1
-2
/
+0
*
common: parent_of_member: Fix build for OffsetOf().
bunnei
2021-05-05
1
-4
/
+4
*
fixup! common: intrusive_red_black_tree: Disable static_assert that will not ...
bunnei
2021-05-05
1
-5
/
+0
*
common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.
bunnei
2021-05-05
1
-2
/
+2
*
common: common_funcs: Add Size helper function.
bunnei
2021-05-05
1
-0
/
+15
*
common: bit_util: Add BIT macro.
bunnei
2021-05-05
1
-0
/
+2
*
common: intrusive_red_black_tree: Disable static_assert that will not evaluat...
bunnei
2021-05-05
1
-0
/
+4
*
common: common_funcs: Add helper macros for non-copyable and non-moveable.
bunnei
2021-05-05
1
-0
/
+8
*
log/backend: Use in-class initializer for FileBackend
Lioncash
2021-04-20
2
-6
/
+8
*
log/backend: Make use of erase_if
Lioncash
2021-04-20
1
-4
/
+4
*
Merge pull request #6199 from lioncash/log-ns
bunnei
2021-04-14
7
-35
/
+44
|
\
|
*
log/backend: Correct order of const in copy constructor
Lioncash
2021-04-14
1
-2
/
+5
|
*
common/log: Move Log namespace into the Common namespace
Lioncash
2021-04-14
7
-33
/
+39
*
|
common: Move settings to common from core.
bunnei
2021-04-14
7
-2
/
+830
*
|
core: settings: Add setting for debug assertions and disable by default.
bunnei
2021-04-14
1
-2
/
+5
*
|
nvidia_flags: Add missing header guard
Lioncash
2021-04-12
1
-0
/
+2
|
/
*
Merge pull request #6099 from bunnei/derive-mem
bunnei
2021-04-10
2
-0
/
+44
|
\
|
*
common: common_sizes: Move sizes to the Common namespace.
bunnei
2021-03-23
1
-0
/
+4
|
*
common: common_sizes: Move Invalid to Size_* prefix and add missing values.
bunnei
2021-03-21
1
-1
/
+7
|
*
hle: kernel: board: k_system_control: Extend to include memory region sizes.
bunnei
2021-03-21
1
-0
/
+10
|
*
common: Move common sizes to their own header for code reuse.
bunnei
2021-03-21
2
-0
/
+24
*
|
Merge pull request #6162 from degasus/no_spin_loops
bunnei
2021-04-09
1
-1
/
+9
|
\
\
|
*
|
common/threadsafe_queue: Provide Wait() method.
Markus Wick
2021-04-07
1
-1
/
+9
*
|
|
bgtc: Update to 12.x and implement OpenTaskService
Morph
2021-04-09
2
-0
/
+2
|
/
/
*
/
common: Move assert failure handling into a cpp file.
Markus Wick
2021-04-04
3
-6
/
+20
|
/
*
fiber: Double default stack size
MerryMage
2021-03-10
1
-1
/
+1
*
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-07
2
-8
/
+6
*
common: fiber: Use weak_ptr when yielding.
bunnei
2021-03-05
2
-8
/
+13
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-05
2
-9
/
+9
*
Merge pull request #6006 from bunnei/fiber-unique-ptr
bunnei
2021-03-04
2
-9
/
+9
|
\
|
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
2
-9
/
+9
*
|
[network] Error handling reform
comex
2021-02-28
2
-16
/
+34
*
|
Merge pull request #5984 from jbeich/gcc-freebsd
bunnei
2021-02-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
common: add missing header after f3805376f726
Jan Beich
2021-02-23
1
-0
/
+1
*
|
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-27
3
-0
/
+256
|
\
\
|
|
/
|
/
|
|
*
common: Add implementation of TinyMT (Mersenne Twister RNG).
bunnei
2021-02-18
2
-0
/
+251
|
*
common: alignment: Add DivideUp utility method.
bunnei
2021-02-18
1
-0
/
+5
*
|
common: wall_clock: Fix integer overflow with StandardWallClock.
bunnei
2021-02-19
2
-7
/
+28
|
/
[next]