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: Add -fsized-deallocation as a Clang flag
lat9nq
2021-02-09
1
-0
/
+2
*
string_util: Remove MSVC workaround for converting between UTF8/UTF16
Morph
2021-02-08
1
-14
/
+0
*
Merge pull request #5885 from MerryMage/ring_buffer-granularity
bunnei
2021-02-06
1
-11
/
+10
|
\
|
*
ring_buffer: Remove granularity template argument
MerryMage
2021-02-06
1
-11
/
+10
*
|
hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement.
bunnei
2021-02-05
1
-8
/
+0
*
|
common: scope_exit: Add a cancellable ScopeExit macro.
bunnei
2021-02-05
1
-0
/
+6
*
|
common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log.
bunnei
2021-02-05
1
-0
/
+8
|
/
*
common: common_funcs: Change R_UNLESS to LOG_ERROR.
bunnei
2021-01-28
1
-1
/
+1
*
common: common_funcs: Log error on R_UNLESS.
bunnei
2021-01-28
1
-0
/
+3
*
common: common_funcs: Add useful kernel macro R_SUCCEED_IF.
bunnei
2021-01-28
1
-0
/
+3
*
common: common_funcs: Add a few more useful macros for kernel code.
bunnei
2021-01-28
1
-0
/
+11
*
Merge pull request #5778 from ReinUsesLisp/shader-dir
bunnei
2021-01-27
3
-0
/
+39
|
\
|
*
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
ReinUsesLisp
2021-01-21
3
-0
/
+39
*
|
common: Add missing include to bit_util.h
bunnei
2021-01-21
1
-0
/
+1
*
|
bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64
Lioncash
2021-01-21
1
-35
/
+13
|
/
*
Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access
bunnei
2021-01-17
1
-2
/
+2
|
\
|
*
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
1
-2
/
+2
*
|
Merge pull request #5275 from FernandoS27/fast-native-clock
bunnei
2021-01-15
5
-104
/
+174
|
\
\
|
*
|
X86/NativeClock: Reimplement RTDSC access to be lock free.
Fernando Sahmkow
2021-01-02
5
-103
/
+107
|
*
|
X86/NativeClock: Improve performance of clock calculations on hot path.
Fernando Sahmkow
2021-01-02
2
-5
/
+71
*
|
|
Merge pull request #5336 from lioncash/tree
bunnei
2021-01-15
2
-841
/
+668
|
\
\
\
|
*
|
|
common/tree: Convert defines over to templates
Lioncash
2021-01-12
2
-592
/
+666
|
*
|
|
common/tree: Remove unused splay tree defines
Lioncash
2021-01-12
1
-249
/
+2
*
|
|
|
Merge pull request #5358 from ReinUsesLisp/rename-insert-padding
LC
2021-01-15
1
-4
/
+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
1
-4
/
+4
*
|
|
|
Merge pull request #5355 from lioncash/timer
bunnei
2021-01-15
3
-202
/
+0
|
\
\
\
\
|
*
|
|
|
common/timer: Remove
Lioncash
2021-01-15
3
-202
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #5357 from ReinUsesLisp/alignment-log2
LC
2021-01-15
1
-17
/
+12
|
\
\
\
\
|
*
|
|
|
common/alignment: Upgrade to use constraints instead of static asserts
ReinUsesLisp
2021-01-15
1
-13
/
+9
|
*
|
|
|
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
1
-5
/
+4
*
|
|
|
|
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
1
-76
/
+0
|
|
/
/
/
|
/
|
|
|
*
|
|
|
common/color: Remove
ReinUsesLisp
2021-01-15
2
-272
/
+0
|
/
/
/
*
|
|
Merge pull request #5280 from FearlessTobi/port-5666
bunnei
2021-01-12
1
-4
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Address review comments
FearlessTobi
2021-01-04
1
-5
/
+5
|
*
|
Delete the old log file before rotating (#5675)
xperia64
2021-01-04
1
-0
/
+3
|
*
|
Fix the old log file to work with the log parser.
bunnei
2021-01-03
1
-1
/
+1
|
*
|
Rotate previous log file to '.old' if it exists
xperia64
2021-01-03
1
-4
/
+9
*
|
|
common/parent_of_member: Replace TYPED_STORAGE define with template alias
Lioncash
2021-01-11
2
-8
/
+10
*
|
|
common: common_funcs: Add R_UNLESS macro.
bunnei
2021-01-11
1
-0
/
+8
*
|
|
common: Introduce useful tree structures.
bunnei
2021-01-11
4
-0
/
+1641
*
|
|
common/div_ceil: Return numerator type
ReinUsesLisp
2021-01-09
1
-5
/
+5
|
/
/
*
/
general: Fix various spelling errors
Morph
2021-01-02
2
-3
/
+3
|
/
*
memory: Remove MemoryHook
MerryMage
2021-01-01
4
-78
/
+0
*
Merge pull request #5249 from ReinUsesLisp/lock-free-pages
bunnei
2021-01-01
3
-23
/
+65
|
\
|
*
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-29
3
-23
/
+65
*
|
Merge pull request #5208 from bunnei/service-threads
bunnei
2020-12-30
3
-0
/
+90
|
\
\
|
*
|
common: ThreadWorker: Add class to help do asynchronous work.
bunnei
2020-12-29
3
-0
/
+90
|
|
/
*
/
k_priority_queue: Fix concepts use
comex
2020-12-29
1
-0
/
+4
|
/
*
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-20
3
-346
/
+100
|
\
|
*
common: BitSet: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-23
/
+22
[next]