Morph a745d87971 general: Fix various spelling errors před 5 roky
..
logging 5d1447897a Merge pull request #4451 from slashiee/extended-logging před 5 roky
x64 2c375013dd xbyak_abi: Shorten std::size_t to size_t před 5 roky
CMakeLists.txt 6d30745d77 memory: Remove MemoryHook před 5 roky
algorithm.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
alignment.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
assert.h 3bfaabdbdd common/assert: Make use of C++ attribute syntax před 5 roky
atomic_ops.cpp e3f0c93230 common/atomic_ops: Don't cast away volatile from pointers před 6 roky
atomic_ops.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
bit_cast.h 3f2e605dd1 common/bit_cast: Add function matching std::bit_cast without constexpr před 5 roky
bit_field.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
bit_set.h d2c0c94f0b common: BitSet: Various style fixes based on code review feedback. před 5 roky
bit_util.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
cityhash.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" před 7 roky
cityhash.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
color.h e864aa25d5 common/color: Migrate code over to the Common namespace před 6 roky
common_funcs.h 504175e5b6 common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS před 5 roky
common_paths.h 3848155c42 common: Add a screenshots directory před 6 roky
common_types.h 241563d15c gpu: Move GPUVAddr definition to common_types. před 7 roky
concepts.h 388cf58b31 k_priority_queue: Fix concepts use před 5 roky
detached_tasks.cpp b724a4d90c General: Tidy up clang-format warnings part 2 před 6 roky
detached_tasks.h e4daf4bee5 Review comments - part 5 před 7 roky
div_ceil.h 630823e363 common: Add Common::DivCeil and Common::DivCeilLog2 před 5 roky
dynamic_library.cpp d09456fc41 common: Silence two discarded result warnings před 6 roky
dynamic_library.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
fiber.cpp 24cae76d16 common: fiber: Use VirtualBuffer for stack memory. před 5 roky
fiber.h c042a89113 common: fiber: Use boost::context instead of native fibers on Windows. před 5 roky
file_util.cpp 4de079b256 Revert "Merge pull request #5173 from lioncash/common-fs" před 5 roky
file_util.h 4de079b256 Revert "Merge pull request #5173 from lioncash/common-fs" před 5 roky
hash.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
hex_util.cpp 7f0f37fca7 partition_data_manager: Make data arrays constexpr před 6 roky
hex_util.h 39c8d18feb core/CMakeLists: Make some warnings errors před 5 roky
lz4_compression.cpp 1ee060ca0d common/compression: Roll back std::span changes před 6 roky
lz4_compression.h 1ee060ca0d common/compression: Roll back std::span changes před 6 roky
math_util.h ea20b5c970 core: Fix clang build pt.3 před 5 roky
memory_detect.cpp 3b1683a152 common: switch to nullptr for sysctl's empty new value před 6 roky
memory_detect.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library před 11 roky
microprofile.h dc8479928c Sources: Run clang-format on everything. před 9 roky
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) před 10 roky
misc.cpp 26547d3e3b General: Make ignoring a discarded return value an error před 5 roky
page_table.cpp b3587102d1 core/memory: Read and write page table atomically před 5 roky
page_table.h a745d87971 general: Fix various spelling errors před 5 roky
param_package.cpp 690f326613 citra_qt/configuration: misc input tab improvements před 7 roky
param_package.h f0fac0c7fb Project Mjölnir: Part 1 před 5 roky
quaternion.h 2d207ec609 Implement a basic class for motion devices před 5 roky
ring_buffer.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
scm_rev.cpp.in 3d4a0b94e3 common: Add additional SCM revision fields před 6 roky
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields před 6 roky
scope_exit.h f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 před 5 roky
spin_lock.cpp 2f8947583f Core/Common: Address Feedback. před 6 roky
spin_lock.h 6f006d051e General: Fix clang build před 5 roky
stream.cpp eb67a45ca8 video_core: NVDEC Implementation před 5 roky
stream.h 8049b8beb6 common/stream: Be explicit with copy and move operators před 5 roky
string_util.cpp 4a4b685a04 common: Enable warnings as errors před 5 roky
string_util.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
swap.h a745d87971 general: Fix various spelling errors před 5 roky
telemetry.cpp f6bb905182 common/telemetry: Migrate namespace into the Common namespace před 6 roky
telemetry.h f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 před 5 roky
thread.cpp d37f0b29e2 Fix thread naming on Linux, which limits names to 15 bytes. před 6 roky
thread.h f119ef798b common/thread: Fix data race in is_set před 5 roky
thread_queue_list.h 3d592972dc Revert "core: Fix clang build" před 5 roky
thread_worker.cpp 69e82d01d5 common: ThreadWorker: Add class to help do asynchronous work. před 5 roky
thread_worker.h 69e82d01d5 common: ThreadWorker: Add class to help do asynchronous work. před 5 roky
threadsafe_queue.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
time_zone.cpp acbae572d3 Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" před 6 roky
time_zone.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
timer.cpp 4a4b685a04 common: Enable warnings as errors před 5 roky
timer.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
uint128.cpp 59ce6e6d06 Common/uint128: Correct MSVC Compilation in old versions. před 6 roky
uint128.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
uuid.cpp f0db2e3ef3 mii_manager: Cleanup and optimization před 7 roky
uuid.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
vector_math.h 046c0c91a3 input_common/CMakeLists: Make some warnings errors před 5 roky
virtual_buffer.cpp b3c8997829 page_table: Allow page tables to be moved před 5 roky
virtual_buffer.h b3587102d1 core/memory: Read and write page table atomically před 5 roky
wall_clock.cpp 1ea6bdef05 audio_core: Make shadowing and unused parameters errors před 5 roky
wall_clock.h 1ea6bdef05 audio_core: Make shadowing and unused parameters errors před 5 roky
zstd_compression.cpp 1ee060ca0d common/compression: Roll back std::span changes před 6 roky
zstd_compression.h 1ee060ca0d common/compression: Roll back std::span changes před 6 roky