You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/common
Weiyi Wang bfe84f06f2 string_util: remove TString conversion for windows
First of all they are foundamentally broken. As our convention is that std::string is always UTF-8, these functions assume that the multi-byte character version of TString (std::string) from windows is also in UTF-8, which is almost always wrong. We are not going to build multi-byte character build, and even if we do, this dirty work should be handled by frontend framework early.
7 years ago
..
logging Stubbed IRS (#1349) 7 years ago
x64 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
CMakeLists.txt common: Implement a ring buffer 7 years ago
alignment.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
assert.h Port #3474 from Citra 7 years ago
bit_field.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
bit_set.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
cityhash.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
cityhash.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
color.h common/color: Remove unnecessary const qualifiers on return types 7 years ago
common_funcs.h Port #3732 from Citra: "common: Fix compilation on ARM" 7 years ago
common_paths.h common_paths: Add Load and Dump dirs 7 years ago
common_types.h common_types: Convert typedefs to using aliases 7 years ago
file_util.cpp common_paths: Add Load and Dump dirs 7 years ago
file_util.h string_util: remove TString conversion for windows 7 years ago
hash.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
hex_util.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
hex_util.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
math_util.h math_util: Always initialize members of Rectangle 7 years ago
memory_util.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
memory_util.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
microprofile.cpp Integrate the MicroProfile profiling library 10 years ago
microprofile.h Sources: Run clang-format on everything. 9 years ago
microprofileui.h Common: Remove section measurement from profiler (#1731) 9 years ago
misc.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
param_package.cpp param_package: Take std::string by value in string-based Set() function 7 years ago
param_package.h param_package: Take std::string by value in string-based Set() function 7 years ago
quaternion.h Format: Run the new clang format on everything 7 years ago
ring_buffer.h ring_buffer: Use std::atomic_size_t in a static assert 7 years ago
scm_rev.cpp.in Better Title Bar Display 7 years ago
scm_rev.h Better Title Bar Display 7 years ago
scope_exit.h Format: Run the new clang format on everything 7 years ago
string_util.cpp string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
string_util.h string_util: remove TString conversion for windows 7 years ago
swap.h Port #3732 from Citra: "common: Fix compilation on ARM" 7 years ago
telemetry.cpp common/telemetry: Migrate core-independent info gathering to common 7 years ago
telemetry.h common/telemetry: Migrate core-independent info gathering to common 7 years ago
thread.cpp Support mingw cross-compile 8 years ago
thread.h common/thread: remove YieldCPU() 7 years ago
thread_queue_list.h thread_queue_list: Make contains() and get_first() const member functions 7 years ago
threadsafe_queue.h remove polymorphism issue 7 years ago
timer.cpp Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 7 years ago
timer.h Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 7 years ago
vector_math.h vector_math: Use variable template version of is_signed in Vec classes 7 years ago