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