..
logging
common/logging: Amend documentation comments
7 years ago
x64
common/xbyak_abi: Mark defined functions in header as inline
8 years ago
CMakeLists.txt
Merge pull request #1005 from DarkLordZach/registered-fmt
8 years ago
alignment.h
common: Convert type traits templates over to variable template versions where applicable
8 years ago
assert.h
Port #3474 from Citra
8 years ago
bit_field.h
bit_field: Convert ToBool() into explicit operator bool
8 years ago
bit_set.h
common: Convert type traits templates over to variable template versions where applicable
8 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
8 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: Correct return value in early exit of ReadFileToString()
7 years ago
file_util.h
file_util: Add getter for NAND registration directory
8 years ago
hash.h
common: Convert type traits templates over to variable template versions where applicable
8 years ago
hex_util.cpp
hex_util: Replace logic_errors with LOG_CRITICAL
7 years ago
hex_util.h
common: Namespace hex_util.h/.cpp
8 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
11 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: use windows.h
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/telemetry: Migrate core-independent info gathering to common
8 years ago
telemetry.h
common/telemetry: Migrate core-independent info gathering to common
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
8 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
8 years ago