yuzu/src/common
Lioncash 6f16826260 text_formatter: Avoid unnecessary string temporary creation in PrintMessage()
operator+ for std::string creates an entirely new string, which is kind
of unnecessary here if we just want to append a null terminator to the
existing one.

Reduces the total amount of potential allocations that need to be done
in the logging path.
2018-10-04 23:55:53 -04:00
..
logging text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 2018-10-04 23:55:53 -04:00
x64 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
alignment.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
assert.h
bit_field.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
bit_set.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
cityhash.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
cityhash.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
CMakeLists.txt common: Implement a ring buffer 2018-09-08 18:56:38 +01:00
color.h common/color: Remove unnecessary const qualifiers on return types 2018-08-08 16:17:41 -04:00
common_funcs.h
common_paths.h common_paths: Add Load and Dump dirs 2018-09-21 19:53:05 -04:00
common_types.h
file_util.cpp common_paths: Add Load and Dump dirs 2018-09-21 19:53:05 -04:00
file_util.h common_paths: Add Load and Dump dirs 2018-09-21 19:53:05 -04:00
hash.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
hex_util.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
hex_util.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
math_util.h
memory_util.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
memory_util.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
microprofile.cpp
microprofile.h
microprofileui.h
misc.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
param_package.cpp
param_package.h
quaternion.h
ring_buffer.h ring_buffer: Use std::atomic_size_t in a static assert 2018-09-18 23:36:04 -04:00
scm_rev.cpp.in Better Title Bar Display 2018-09-07 11:54:51 +05:30
scm_rev.h Better Title Bar Display 2018-09-07 11:54:51 +05:30
scope_exit.h
string_util.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
string_util.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
swap.h
telemetry.cpp common/telemetry: Migrate core-independent info gathering to common 2018-08-14 18:57:46 -04:00
telemetry.h common/telemetry: Migrate core-independent info gathering to common 2018-08-14 18:57:46 -04:00
thread_queue_list.h thread_queue_list: Make contains() and get_first() const member functions 2018-08-12 12:54:14 -04:00
thread.cpp
thread.h common/thread: remove YieldCPU() 2018-09-22 23:27:42 +02:00
threadsafe_queue.h
timer.cpp
timer.h
vector_math.h vector_math: Use variable template version of is_signed in Vec classes 2018-08-08 15:53:42 -04:00