bunnei b8b90ce6e6 Merge pull request #1332 from FearlessTobi/port-web-backend %!s(int64=7) %!d(string=hai) anos
..
logging 6f16826260 text_formatter: Avoid unnecessary string temporary creation in PrintMessage() %!s(int64=7) %!d(string=hai) anos
x64 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
CMakeLists.txt 4d139943f2 Port web_service from Citra %!s(int64=7) %!d(string=hai) anos
alignment.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
assert.h 476e0fae4c Port #3474 from Citra %!s(int64=8) %!d(string=hai) anos
bit_field.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
bit_set.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!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 bd8db3f7f8 common_paths: Add Load and Dump dirs %!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 bd8db3f7f8 common_paths: Add Load and Dump dirs %!s(int64=7) %!d(string=hai) anos
file_util.h bfe84f06f2 string_util: remove TString conversion for windows %!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 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
hex_util.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
math_util.h f2a03468b1 math_util: Always initialize members of Rectangle %!s(int64=8) %!d(string=hai) anos
memory_util.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!s(int64=7) %!d(string=hai) anos
memory_util.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" %!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=9) %!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 3268321f4b param_package: Take std::string by value in string-based Set() function %!s(int64=8) %!d(string=hai) anos
param_package.h 3268321f4b param_package: Take std::string by value in string-based Set() function %!s(int64=8) %!d(string=hai) anos
quaternion.h 096be16636 Format: Run the new clang format on everything %!s(int64=8) %!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 e3af341d5b Better Title Bar Display %!s(int64=7) %!d(string=hai) anos
scm_rev.h e3af341d5b Better Title Bar Display %!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 fdb35760a7 string_util: unify UTF8<->UTF16 conversion to codecvt %!s(int64=7) %!d(string=hai) anos
string_util.h bfe84f06f2 string_util: remove TString conversion for windows %!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 60f476cd8f common/telemetry: Migrate core-independent info gathering to common %!s(int64=8) %!d(string=hai) anos
thread.cpp 45d941d62e Support mingw cross-compile %!s(int64=9) %!d(string=hai) anos
thread.h e0ce07aa7d common/thread: remove YieldCPU() %!s(int64=7) %!d(string=hai) anos
thread_queue_list.h 11470f331a thread_queue_list: Make contains() and get_first() const member functions %!s(int64=8) %!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 b4ace6ec6f Address a bunch of review comments %!s(int64=7) %!d(string=hai) anos