..
logging
logging/backend: Make time_origin a class variable instead of a local static
7 years ago
x64
common: Remove dependency on xbyak
8 years ago
CMakeLists.txt
cmake: Fix title bar issue
7 years ago
alignment.h
common: Add function for checking word alignment to alignment.h
8 years ago
assert.h
common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions
8 years ago
bit_field.h
Common/Bitfield: store value as unsigned type
8 years ago
bit_util.h
common: Add basic bit manipulation utility function to Common
8 years ago
cityhash.cpp
Port #4182 from Citra: "Prefix all size_t with std::"
8 years ago
cityhash.h
Port #4182 from Citra: "Prefix all size_t with std::"
8 years ago
color.h
common/vector_math: Move Vec[x] types into the Common namespace
7 years ago
common_funcs.h
Port #3732 from Citra: "common: Fix compilation on ARM"
8 years ago
common_paths.h
file_util: Add shader directory
7 years ago
common_types.h
common_types: Convert typedefs to using aliases
8 years ago
detached_tasks.cpp
Port web_service from Citra
8 years ago
detached_tasks.h
Review comments - part 5
8 years ago
file_util.cpp
file_util: Add shader directory
7 years ago
file_util.h
file_util: Add shader directory
7 years ago
hash.h
Port #4182 from Citra: "Prefix all size_t with std::"
8 years ago
hex_util.cpp
ips_layer: Deduplicate resource usage
8 years ago
hex_util.h
ips_layer: Deduplicate resource usage
8 years ago
math_util.h
common/math_util: Move contents into the Common namespace
7 years ago
microprofile.cpp
Integrate the MicroProfile profiling library
11 years ago
microprofile.h
Sources: Run clang-format on everything.
10 years ago
microprofileui.h
Common: Remove section measurement from profiler (#1731)
10 years ago
misc.cpp
Port #4182 from Citra: "Prefix all size_t with std::"
8 years ago
param_package.cpp
citra_qt/configuration: misc input tab improvements
8 years ago
param_package.h
citra_qt/configuration: misc input tab improvements
8 years ago
quaternion.h
common/vector_math: Move Vec[x] types into the Common namespace
7 years ago
ring_buffer.h
ring_buffer: Use std::atomic_size_t in a static assert
8 years ago
scm_rev.cpp.in
gl_shader_disk_cache: Invalidate shader cache changes with CMake hash
7 years ago
scm_rev.h
gl_shader_disk_cache: Invalidate shader cache changes with CMake hash
7 years ago
scope_exit.h
Format: Run the new clang format on everything
9 years ago
string_util.cpp
am: Deglobalize software keyboard applet
8 years ago
string_util.h
am: Deglobalize software keyboard applet
8 years ago
swap.h
Remove GCC version checks
7 years ago
telemetry.cpp
common/telemetry: Migrate core-independent info gathering to common
8 years ago
telemetry.h
compatdb: Use a seperate endpoint for testcase submission
8 years ago
thread.cpp
common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter
8 years ago
thread.h
common/thread: Make Barrier's 'count' member non-const
8 years ago
thread_queue_list.h
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
8 years ago
threadsafe_queue.h
Adressed review comments
7 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
common/vector_math: Move Vec[x] types into the Common namespace
7 years ago
web_result.h
web_backend: Make Client use the PImpl idiom
8 years ago