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