..
logging
Address review comments
5 years ago
x64
common: Merge uint128 to a single header file with inlines.
5 years ago
CMakeLists.txt
common: Move assert failure handling into a cpp file.
5 years ago
algorithm.h
common: Make use of [[nodiscard]] where applicable
6 years ago
alignment.h
common: alignment: Add DivideUp utility method.
5 years ago
assert.cpp
common: Move assert failure handling into a cpp file.
5 years ago
assert.h
common: Move assert failure handling into a cpp file.
5 years ago
atomic_ops.h
X86/NativeClock: Reimplement RTDSC access to be lock free.
5 years ago
bit_cast.h
common/bit_cast: Add function matching std::bit_cast without constexpr
5 years ago
bit_field.h
common: Make use of [[nodiscard]] where applicable
6 years ago
bit_set.h
common: BitSet: Various style fixes based on code review feedback.
5 years ago
bit_util.h
common: Add missing include to bit_util.h
5 years ago
cityhash.cpp
common/cityhash: Use common types
5 years ago
cityhash.h
common: add missing header after a02cc7e03996
5 years ago
common_funcs.h
[network] Error handling reform
5 years ago
common_paths.h
common: Add a screenshots directory
6 years ago
common_types.h
gpu: Move GPUVAddr definition to common_types.
7 years ago
concepts.h
k_priority_queue: Fix concepts use
5 years ago
detached_tasks.cpp
General: Tidy up clang-format warnings part 2
6 years ago
detached_tasks.h
Review comments - part 5
8 years ago
div_ceil.h
common/div_ceil: Return numerator type
5 years ago
dynamic_library.cpp
common: Silence two discarded result warnings
6 years ago
dynamic_library.h
common: Make use of [[nodiscard]] where applicable
6 years ago
fiber.cpp
fiber: Double default stack size
5 years ago
fiber.h
common: Fiber: use a reference for YieldTo.
5 years ago
file_util.cpp
common: Enable warnings as errors
5 years ago
file_util.h
General: Make ignoring a discarded return value an error
5 years ago
hash.h
common: Make use of [[nodiscard]] where applicable
6 years ago
hex_util.cpp
partition_data_manager: Make data arrays constexpr
6 years ago
hex_util.h
core/CMakeLists: Make some warnings errors
6 years ago
intrusive_red_black_tree.h
common/tree: Convert defines over to templates
5 years ago
lz4_compression.cpp
common/compression: Roll back std::span changes
6 years ago
lz4_compression.h
common/compression: Roll back std::span changes
6 years ago
math_util.h
Merge pull request #4796 from lioncash/clang
6 years ago
memory_detect.cpp
common: switch to nullptr for sysctl's empty new value
6 years ago
memory_detect.h
common: Make use of [[nodiscard]] where applicable
6 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
[network] Error handling reform
5 years ago
nvidia_flags.cpp
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
5 years ago
nvidia_flags.h
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
5 years ago
page_table.cpp
core/memory: Read and write page table atomically
5 years ago
page_table.h
general: Fix various spelling errors
5 years ago
param_package.cpp
citra_qt/configuration: misc input tab improvements
8 years ago
param_package.h
Project Mjölnir: Part 1
6 years ago
parent_of_member.h
common/parent_of_member: Replace TYPED_STORAGE define with template alias
5 years ago
quaternion.h
Implement a basic class for motion devices
6 years ago
ring_buffer.h
ring_buffer: Remove granularity template argument
5 years ago
scm_rev.cpp.in
common: Add additional SCM revision fields
7 years ago
scm_rev.h
common: Add additional SCM revision fields
7 years ago
scope_exit.h
common: scope_exit: Add a cancellable ScopeExit macro.
5 years ago
spin_lock.cpp
Core/Common: Address Feedback.
6 years ago
spin_lock.h
core: Fix clang build
6 years ago
stream.cpp
video_core: NVDEC Implementation
6 years ago
stream.h
common/stream: Be explicit with copy and move operators
5 years ago
string_util.cpp
string_util: Remove MSVC workaround for converting between UTF8/UTF16
5 years ago
string_util.h
common: Make use of [[nodiscard]] where applicable
6 years ago
swap.h
general: Fix various spelling errors
5 years ago
telemetry.cpp
common/telemetry: Migrate namespace into the Common namespace
6 years ago
telemetry.h
video_core: Resolve more variable shadowing scenarios pt.3
5 years ago
thread.cpp
Fix thread naming on Linux, which limits names to 15 bytes.
6 years ago
thread.h
common/thread: Fix data race in is_set
6 years ago
thread_queue_list.h
common: Make use of [[nodiscard]] where applicable
6 years ago
thread_worker.cpp
common: ThreadWorker: Add class to help do asynchronous work.
5 years ago
thread_worker.h
common: ThreadWorker: Add class to help do asynchronous work.
5 years ago
threadsafe_queue.h
common: Make use of [[nodiscard]] where applicable
6 years ago
time_zone.cpp
time_zone: Use std::chrono::seconds for strong typing.
6 years ago
time_zone.h
common: Make use of [[nodiscard]] where applicable
6 years ago
tiny_mt.h
common: Add implementation of TinyMT (Mersenne Twister RNG).
5 years ago
tree.h
common/tree: Convert defines over to templates
5 years ago
uint128.h
common: wall_clock: Fix integer overflow with StandardWallClock.
5 years ago
uuid.cpp
mii_manager: Cleanup and optimization
7 years ago
uuid.h
core: Silence Wclass-memaccess warnings
5 years ago
vector_math.h
input_common/CMakeLists: Make some warnings errors
6 years ago
virtual_buffer.cpp
page_table: Allow page tables to be moved
5 years ago
virtual_buffer.h
core/memory: Read and write page table atomically
5 years ago
wall_clock.cpp
common: wall_clock: Fix integer overflow with StandardWallClock.
5 years ago
wall_clock.h
audio_core: Make shadowing and unused parameters errors
5 years ago
zstd_compression.cpp
common/compression: Roll back std::span changes
6 years ago
zstd_compression.h
common/compression: Roll back std::span changes
6 years ago