..
logging
logging/backend: Use const reference to refer to log filter
7 years ago
x64
common: Convert type traits templates over to variable template versions where applicable
7 years ago
CMakeLists.txt
common: Remove synchronized_wrapper.h
8 years ago
alignment.h
common: Convert type traits templates over to variable template versions where applicable
7 years ago
assert.h
Port #3474 from Citra
8 years ago
bit_field.h
bit_field: Remove is_pod check, add is_trivially_copyable_v.
8 years ago
bit_set.h
common: Convert type traits templates over to variable template versions where applicable
7 years ago
break_points.cpp
Remove unused import in break_points.cpp (#2763)
9 years ago
break_points.h
Remove empty newlines in #include blocks.
9 years ago
cityhash.cpp
common: Port cityhash code from Citra.
8 years ago
cityhash.h
common: Port cityhash code from Citra.
8 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"
8 years ago
common_paths.h
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
8 years ago
common_types.h
common_types: Convert typedefs to using aliases
8 years ago
file_util.cpp
file_util: Use enum instead of bool for specifing path behavior
7 years ago
file_util.h
file_util: Use enum instead of bool for specifing path behavior
7 years ago
hash.h
common: Convert type traits templates over to variable template versions where applicable
7 years ago
math_util.h
math_util: Always initialize members of Rectangle
8 years ago
memory_util.cpp
Port #3579 from Citra
8 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)
10 years ago
misc.cpp
common/misc: Deduplicate code in GetLastErrorMsg()
8 years ago
param_package.cpp
param_package: Take std::string by value in string-based Set() function
8 years ago
param_package.h
param_package: Take std::string by value in string-based Set() function
8 years ago
quaternion.h
Format: Run the new clang format on everything
8 years ago
scm_rev.cpp.in
common: Add build timestamp to scm_rev.
9 years ago
scm_rev.h
Format: Run the new clang format on everything
8 years ago
scope_exit.h
Format: Run the new clang format on everything
8 years ago
string_util.cpp
common/string_utils: replace boost::transform with std counterpart
8 years ago
string_util.h
string_util: Remove unnecessary std::string instance in TabsToSpaces()
8 years ago
swap.h
Port #3732 from Citra: "common: Fix compilation on ARM"
8 years ago
telemetry.cpp
common: Add a generic interface for logging telemetry fields.
9 years ago
telemetry.h
telemetry: Remove unnecessary Field constructor
8 years ago
thread.cpp
Support mingw cross-compile
9 years ago
thread.h
common/thread: Remove unnecessary feature checking for thread_local
8 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
8 years ago
timer.cpp
Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"
8 years ago
timer.h
Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"
8 years ago
vector_math.h
vector_math: Use variable template version of is_signed in Vec classes
7 years ago