Lioncash 00fb79b2f3 common/fiber: Move all member variables into impl class 5 years ago
..
logging 4a4b685a04 common: Enable warnings as errors 5 years ago
x64 4a4b685a04 common: Enable warnings as errors 5 years ago
CMakeLists.txt 4a4b685a04 common: Enable warnings as errors 5 years ago
algorithm.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
alignment.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
assert.h 3bfaabdbdd common/assert: Make use of C++ attribute syntax 5 years ago
atomic_ops.cpp e3f0c93230 common/atomic_ops: Don't cast away volatile from pointers 6 years ago
atomic_ops.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
bit_field.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
bit_util.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
cityhash.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
cityhash.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
color.h e864aa25d5 common/color: Migrate code over to the Common namespace 6 years ago
common_funcs.h 504175e5b6 common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS 5 years ago
common_paths.h 3848155c42 common: Add a screenshots directory 6 years ago
common_types.h 241563d15c gpu: Move GPUVAddr definition to common_types. 7 years ago
concepts.h 999fc2fece common/concepts: Move <type_traits> include out of the Common namespace 6 years ago
detached_tasks.cpp b724a4d90c General: Tidy up clang-format warnings part 2 6 years ago
detached_tasks.h e4daf4bee5 Review comments - part 5 7 years ago
dynamic_library.cpp d09456fc41 common: Silence two discarded result warnings 6 years ago
dynamic_library.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
fiber.cpp 00fb79b2f3 common/fiber: Move all member variables into impl class 5 years ago
fiber.h 00fb79b2f3 common/fiber: Move all member variables into impl class 5 years ago
file_util.cpp 4a4b685a04 common: Enable warnings as errors 5 years ago
file_util.h 26547d3e3b General: Make ignoring a discarded return value an error 5 years ago
hash.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
hex_util.cpp 7f0f37fca7 partition_data_manager: Make data arrays constexpr 6 years ago
hex_util.h 39c8d18feb core/CMakeLists: Make some warnings errors 5 years ago
lz4_compression.cpp 1ee060ca0d common/compression: Roll back std::span changes 6 years ago
lz4_compression.h 1ee060ca0d common/compression: Roll back std::span changes 6 years ago
math_util.h ea20b5c970 core: Fix clang build pt.3 5 years ago
memory_detect.cpp 3b1683a152 common: switch to nullptr for sysctl's empty new value 6 years ago
memory_detect.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
memory_hook.cpp 93da8e0abf core: Move PageTable struct into Common. 7 years ago
memory_hook.h 93da8e0abf core: Move PageTable struct into Common. 7 years ago
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library 11 years ago
microprofile.h dc8479928c Sources: Run clang-format on everything. 9 years ago
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) 10 years ago
misc.cpp 26547d3e3b General: Make ignoring a discarded return value an error 5 years ago
multi_level_queue.h 3d592972dc Revert "core: Fix clang build" 5 years ago
page_table.cpp 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. 6 years ago
page_table.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
param_package.cpp 690f326613 citra_qt/configuration: misc input tab improvements 7 years ago
param_package.h f0fac0c7fb Project Mjölnir: Part 1 5 years ago
quaternion.h 2d207ec609 Implement a basic class for motion devices 5 years ago
ring_buffer.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
scm_rev.cpp.in 3d4a0b94e3 common: Add additional SCM revision fields 6 years ago
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields 6 years ago
scope_exit.h 4df6ef04ac common: scope_exit: Implement mechanism for canceling a scope exit. 6 years ago
spin_lock.cpp 2f8947583f Core/Common: Address Feedback. 6 years ago
spin_lock.h 6f006d051e General: Fix clang build 5 years ago
stream.cpp eb67a45ca8 video_core: NVDEC Implementation 5 years ago
stream.h 8049b8beb6 common/stream: Be explicit with copy and move operators 5 years ago
string_util.cpp 4a4b685a04 common: Enable warnings as errors 5 years ago
string_util.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
swap.h 3d592972dc Revert "core: Fix clang build" 5 years ago
telemetry.cpp f6bb905182 common/telemetry: Migrate namespace into the Common namespace 6 years ago
telemetry.h f6bb905182 common/telemetry: Migrate namespace into the Common namespace 6 years ago
thread.cpp d37f0b29e2 Fix thread naming on Linux, which limits names to 15 bytes. 6 years ago
thread.h f119ef798b common/thread: Fix data race in is_set 5 years ago
thread_queue_list.h 3d592972dc Revert "core: Fix clang build" 5 years ago
threadsafe_queue.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
time_zone.cpp acbae572d3 Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 6 years ago
time_zone.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
timer.cpp 4a4b685a04 common: Enable warnings as errors 5 years ago
timer.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
uint128.cpp 59ce6e6d06 Common/uint128: Correct MSVC Compilation in old versions. 6 years ago
uint128.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
uuid.cpp f0db2e3ef3 mii_manager: Cleanup and optimization 7 years ago
uuid.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
vector_math.h 046c0c91a3 input_common/CMakeLists: Make some warnings errors 5 years ago
virtual_buffer.cpp 238208ee30 common/virtual_buffer: drop unused includes 6 years ago
virtual_buffer.h df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
wall_clock.cpp 4a4b685a04 common: Enable warnings as errors 5 years ago
wall_clock.h 771a9c21cc common/wall_clock: Add virtual destructors 5 years ago
zstd_compression.cpp 1ee060ca0d common/compression: Roll back std::span changes 6 years ago
zstd_compression.h 1ee060ca0d common/compression: Roll back std::span changes 6 years ago