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
mailwl a2efb1dd48 Common/string_util: add StringFromBuffer function
convert input buffer (std::vector<u8>) to string, stripping zero chars
7 years ago
..
logging Service/MM: add service and stub some functions 7 years ago
x64 cpu_detect.cpp: Change comment from citra to yuzu 7 years ago
CMakeLists.txt common: Remove chunk_file.h and linear_disk_cache.h 7 years ago
alignment.h PICA: Align vertex attributes 9 years ago
assert.h general: Convert assertion macros over to be fmt-compatible 7 years ago
bit_field.h bit_field: Remove is_pod check, add is_trivially_copyable_v. 7 years ago
bit_set.h Format: Run the new clang format on everything 7 years ago
break_points.cpp Remove unused import in break_points.cpp (#2763) 8 years ago
break_points.h Remove empty newlines in #include blocks. 9 years ago
cityhash.cpp common: Port cityhash code from Citra. 7 years ago
cityhash.h common: Port cityhash code from Citra. 7 years ago
color.h Format: Run the new clang format on everything 7 years ago
common_funcs.h Merge pull request #362 from lioncash/snprintf 7 years ago
common_paths.h Removing unused settings and yuzu rebranding 7 years ago
common_types.h common_types: Convert typedefs to using aliases 7 years ago
file_util.cpp file_util: Make move constructor/assignment operator and related functions noexcept 7 years ago
file_util.h file_util: Make move constructor/assignment operator and related functions noexcept 7 years ago
hash.h common: Port cityhash code from Citra. 7 years ago
math_util.h math_util: Remove the Clamp() function 7 years ago
memory_util.cpp string_util: Remove StringFromFormat() and related functions 7 years ago
memory_util.h Sources: Run clang-format on everything. 9 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 Remove empty newlines in #include blocks. 9 years ago
param_package.cpp common: Move logging macros over to new fmt-capable macros where applicable 7 years ago
param_package.h Common: add ParamPackage 8 years ago
quaternion.h Format: Run the new clang format on everything 7 years ago
scm_rev.cpp.in common: Add build timestamp to scm_rev. 8 years ago
scm_rev.h Format: Run the new clang format on everything 7 years ago
scope_exit.h Format: Run the new clang format on everything 7 years ago
string_util.cpp Common/string_util: add StringFromBuffer function 7 years ago
string_util.h Common/string_util: add StringFromBuffer function 7 years ago
swap.h common: fix swap functions on Bitrig and OpenBSD 7 years ago
synchronized_wrapper.h SynchronizedWrapper: Add Lock convenience method 8 years ago
telemetry.cpp common: Add a generic interface for logging telemetry fields. 8 years ago
telemetry.h telemetry.h: Reword comment from citra to yuzu 7 years ago
thread.cpp Support mingw cross-compile 8 years ago
thread.h common/thread: Remove unnecessary feature checking for thread_local 7 years ago
thread_queue_list.h Format: Run the new clang format on everything 7 years ago
threadsafe_queue.h CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) 7 years ago
timer.cpp string_util: Remove StringFromFormat() and related functions 7 years ago
timer.h Sources: Run clang-format on everything. 9 years ago
vector_math.h vector_math: Ensure members are always initialized 7 years ago