bunnei f34176996e Merge pull request #6385 from degasus/save_memory_access il y a 5 ans
..
fs 210c2c9a56 common/fs/file: Explicitly delete copy constructors il y a 5 ans
logging 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) il y a 5 ans
x64 0a91599aec common: Merge uint128 to a single header file with inlines. il y a 5 ans
CMakeLists.txt 8171ad65cd common: Extract point into a common struct il y a 5 ans
algorithm.h df72480395 common: Make use of [[nodiscard]] where applicable il y a 6 ans
alignment.h b5b92fd1e5 common: alignment: Add DivideUp utility method. il y a 5 ans
assert.cpp a4c6712a4b common: Move settings to common from core. il y a 5 ans
assert.h 9be819faaf common: Move assert failure handling into a cpp file. il y a 5 ans
atomic_ops.h 53d92318b8 X86/NativeClock: Reimplement RTDSC access to be lock free. il y a 5 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_set.h d2c0c94f0b common: BitSet: Various style fixes based on code review feedback. il y a 5 ans
bit_util.h 1e9b1d439f common: Add missing include to bit_util.h il y a 5 ans
cityhash.cpp f3805376f7 common/cityhash: Use common types il y a 5 ans
cityhash.h 71526ecfc7 common: add missing header after f3805376f726 il y a 5 ans
common_funcs.h d3c166d4d5 common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. il y a 5 ans
common_sizes.h ab5995c7ae common: common_sizes: Move sizes to the Common namespace. il y a 5 ans
common_types.h 241563d15c gpu: Move GPUVAddr definition to common_types. il y a 7 ans
concepts.h 388cf58b31 k_priority_queue: Fix concepts use il y a 5 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
div_ceil.h c190586597 common/div_ceil: Return numerator type il y a 5 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 59173ff7a7 fiber: Double default stack size il y a 5 ans
fiber.h 8f7eb194af common: Fiber: use a reference for YieldTo. 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
intrusive_red_black_tree.h 27a6ef64fd fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. il y a 5 ans
lz4_compression.cpp 00213377b1 lz4_compression: Make use of std::span il y a 5 ans
lz4_compression.h 00213377b1 lz4_compression: Make use of std::span il y a 5 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
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 10 ans
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) il y a 10 ans
misc.cpp 2910aa77b2 [network] Error handling reform il y a 5 ans
nvidia_flags.cpp 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) il y a 5 ans
nvidia_flags.h ff6a83e0fe nvidia_flags: Add missing header guard il y a 5 ans
page_table.cpp 42a7c5d017 core/memory: Check our memory fallbacks for out-of-bound behavior. il y a 5 ans
page_table.h 42a7c5d017 core/memory: Check our memory fallbacks for out-of-bound behavior. 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 6 ans
parent_of_member.h 0aff3ba2ff parent_of_member: Make sign conversion explicit in OffsetOfImpl() il y a 5 ans
point.h 8171ad65cd common: Extract point into a common struct il y a 5 ans
quaternion.h 2d207ec609 Implement a basic class for motion devices il y a 6 ans
ring_buffer.h 8d00265998 ring_buffer: Remove granularity template argument il y a 5 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 18175c71ed common: scope_exit: Add a cancellable ScopeExit macro. il y a 5 ans
settings.cpp 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) il y a 5 ans
settings.h 339dc4f806 general: Demote custom_rtc to regular setting il y a 5 ans
settings_input.cpp a4c6712a4b common: Move settings to common from core. il y a 5 ans
settings_input.h a4c6712a4b common: Move settings to common from core. il y a 5 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 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) il y a 5 ans
string_util.h 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) il y a 5 ans
swap.h a745d87971 general: Fix various spelling errors il y a 5 ans
telemetry.cpp f6bb905182 common/telemetry: Migrate namespace into the Common namespace il y a 6 ans
telemetry.h f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 il y a 5 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 6 ans
thread_queue_list.h 3d592972dc Revert "core: Fix clang build" il y a 5 ans
thread_worker.cpp 69e82d01d5 common: ThreadWorker: Add class to help do asynchronous work. il y a 5 ans
thread_worker.h 69e82d01d5 common: ThreadWorker: Add class to help do asynchronous work. il y a 5 ans
threadsafe_queue.h 4aec060f6d common/threadsafe_queue: Provide Wait() method. il y a 5 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
tiny_mt.h c9235764c7 common: Add implementation of TinyMT (Mersenne Twister RNG). il y a 5 ans
tree.h 342170fcd3 common: tree: Avoid a crash on nullptr dereference. il y a 5 ans
uint128.h 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. il y a 5 ans
uuid.cpp f0db2e3ef3 mii_manager: Cleanup and optimization il y a 7 ans
uuid.h f8650a9580 core: Silence Wclass-memaccess warnings il y a 5 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 b3587102d1 core/memory: Read and write page table atomically il y a 5 ans
wall_clock.cpp 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. il y a 5 ans
wall_clock.h 1ea6bdef05 audio_core: Make shadowing and unused parameters errors il y a 5 ans
zstd_compression.cpp 49bfd0c461 zstd_compression: Make use of std::span il y a 5 ans
zstd_compression.h 49bfd0c461 zstd_compression: Make use of std::span il y a 5 ans