ReinUsesLisp b12ab4d805 logging: Add Vulkan backend logging class type %!s(int64=7) %!d(string=hai) anos
..
logging b12ab4d805 logging: Add Vulkan backend logging class type %!s(int64=7) %!d(string=hai) anos
x64 3533d33ff5 common: Remove dependency on xbyak %!s(int64=7) %!d(string=hai) anos
CMakeLists.txt dfd14618f7 cmake: Fix title bar issue %!s(int64=7) %!d(string=hai) anos
alignment.h 541e9624eb common: Add function for checking word alignment to alignment.h %!s(int64=7) %!d(string=hai) anos
assert.h 9dcc229dfe common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions %!s(int64=7) %!d(string=hai) anos
bit_field.h 786995a81e Common/Bitfield: store value as unsigned type %!s(int64=7) %!d(string=hai) anos
bit_util.h fc8da2d5e3 common: Add basic bit manipulation utility function to Common %!s(int64=7) %!d(string=hai) anos
cityhash.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
cityhash.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
color.h 5a9c00ea04 common/color: Remove unnecessary const qualifiers on return types %!s(int64=8) %!d(string=hai) anos
common_funcs.h 1670c4421f Port #3732 from Citra: "common: Fix compilation on ARM" %!s(int64=8) %!d(string=hai) anos
common_paths.h 84412591c9 file_util: Add shader directory %!s(int64=7) %!d(string=hai) anos
common_types.h 16ffecd8fb common_types: Convert typedefs to using aliases %!s(int64=8) %!d(string=hai) anos
detached_tasks.cpp 4d139943f2 Port web_service from Citra %!s(int64=7) %!d(string=hai) anos
detached_tasks.h e4daf4bee5 Review comments - part 5 %!s(int64=7) %!d(string=hai) anos
file_util.cpp 84412591c9 file_util: Add shader directory %!s(int64=7) %!d(string=hai) anos
file_util.h 84412591c9 file_util: Add shader directory %!s(int64=7) %!d(string=hai) anos
hash.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
hex_util.cpp 70bd2bb1d3 ips_layer: Deduplicate resource usage %!s(int64=7) %!d(string=hai) anos
hex_util.h 70bd2bb1d3 ips_layer: Deduplicate resource usage %!s(int64=7) %!d(string=hai) anos
math_util.h 45211a7a91 common/math_util: Simplify std::make_signed usages to std::make_signed_t %!s(int64=7) %!d(string=hai) anos
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library %!s(int64=11) %!d(string=hai) anos
microprofile.h dc8479928c Sources: Run clang-format on everything. %!s(int64=10) %!d(string=hai) anos
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) %!s(int64=10) %!d(string=hai) anos
misc.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
param_package.cpp 690f326613 citra_qt/configuration: misc input tab improvements %!s(int64=7) %!d(string=hai) anos
param_package.h 690f326613 citra_qt/configuration: misc input tab improvements %!s(int64=7) %!d(string=hai) anos
quaternion.h acddf16e57 common/quaternion: Ensure that w is always initialized %!s(int64=7) %!d(string=hai) anos
ring_buffer.h ab6dfa4fa5 ring_buffer: Use std::atomic_size_t in a static assert %!s(int64=7) %!d(string=hai) anos
scm_rev.cpp.in be4641c43f gl_shader_disk_cache: Invalidate shader cache changes with CMake hash %!s(int64=7) %!d(string=hai) anos
scm_rev.h be4641c43f gl_shader_disk_cache: Invalidate shader cache changes with CMake hash %!s(int64=7) %!d(string=hai) anos
scope_exit.h 096be16636 Format: Run the new clang format on everything %!s(int64=8) %!d(string=hai) anos
string_util.cpp e696ed1f4d am: Deglobalize software keyboard applet %!s(int64=7) %!d(string=hai) anos
string_util.h e696ed1f4d am: Deglobalize software keyboard applet %!s(int64=7) %!d(string=hai) anos
swap.h 1670c4421f Port #3732 from Citra: "common: Fix compilation on ARM" %!s(int64=8) %!d(string=hai) anos
telemetry.cpp 60f476cd8f common/telemetry: Migrate core-independent info gathering to common %!s(int64=8) %!d(string=hai) anos
telemetry.h 585b6a6a50 compatdb: Use a seperate endpoint for testcase submission %!s(int64=7) %!d(string=hai) anos
thread.cpp 1bf5a337a5 common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter %!s(int64=7) %!d(string=hai) anos
thread.h 93f7677402 common/thread: Make Barrier's 'count' member non-const %!s(int64=7) %!d(string=hai) anos
thread_queue_list.h 820d81b9a5 scheduler: Add explanations for YieldWith and WithoutLoadBalancing %!s(int64=7) %!d(string=hai) anos
threadsafe_queue.h 6e5f83ee24 remove polymorphism issue %!s(int64=8) %!d(string=hai) anos
timer.cpp 38a1113674 Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" %!s(int64=8) %!d(string=hai) anos
timer.h 38a1113674 Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" %!s(int64=8) %!d(string=hai) anos
vector_math.h cc9d7bbf01 vector_math: Use variable template version of is_signed in Vec classes %!s(int64=8) %!d(string=hai) anos
web_result.h 183a664405 web_backend: Make Client use the PImpl idiom %!s(int64=7) %!d(string=hai) anos