bunnei 63325cafbe Merge pull request #6827 from Morph1984/uuid-hash 5 лет назад
..
fs f5f04cce01 common: fs: fs_util: Add BufferToUTF8String 5 лет назад
logging 61cd7dd301 shader: Add logging 5 лет назад
x64 0a91599aec common: Merge uint128 to a single header file with inlines. 5 лет назад
CMakeLists.txt 98b26b6e12 Merge pull request #6585 from ameerj/hades 5 лет назад
algorithm.h df72480395 common: Make use of [[nodiscard]] where applicable 6 лет назад
alignment.h b5b92fd1e5 common: alignment: Add DivideUp utility method. 5 лет назад
assert.cpp a4c6712a4b common: Move settings to common from core. 5 лет назад
assert.h 7e846be376 assert: Verify formatting 5 лет назад
atomic_ops.h 53d92318b8 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 лет назад
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 1e9b1d439f common: Add missing include to bit_util.h 5 лет назад
cityhash.cpp f3805376f7 common/cityhash: Use common types 5 лет назад
cityhash.h 71526ecfc7 common: add missing header after f3805376f726 5 лет назад
common_funcs.h 3aed797466 common_funcs: Move R_ macros to result.h 5 лет назад
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 1ca9a13e50 common/detached_tasks: Wait for tasks before shutting down 5 лет назад
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 59173ff7a7 fiber: Double default stack size 5 лет назад
fiber.h 8f7eb194af common: Fiber: use a reference for YieldTo. 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 7b39215c8a hex_util: Fix incorrect array size in AsArray 5 лет назад
host_memory.cpp 353be2306c host_memory: Add workaround for FreeBSD 12 5 лет назад
host_memory.h 7f85abb281 common/host_memory: Implement a fallback if fastmem fails. 5 лет назад
intrusive_red_black_tree.h 27a6ef64fd fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. 5 лет назад
literals.h 4569f39c7c common: Replace common_sizes into user-literals 5 лет назад
lz4_compression.cpp 00213377b1 lz4_compression: Make use of std::span 5 лет назад
lz4_compression.h 00213377b1 lz4_compression: Make use of std::span 5 лет назад
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 2910aa77b2 [network] Error handling reform 5 лет назад
nvidia_flags.cpp 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 лет назад
nvidia_flags.h ff6a83e0fe nvidia_flags: Add missing header guard 5 лет назад
page_table.cpp 42a7c5d017 core/memory: Check our memory fallbacks for out-of-bound behavior. 5 лет назад
page_table.h 621f3f5f47 core: Make use of fastmem 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 0aff3ba2ff parent_of_member: Make sign conversion explicit in OffsetOfImpl() 5 лет назад
point.h 8171ad65cd common: Extract point into a common struct 5 лет назад
quaternion.h 2d207ec609 Implement a basic class for motion devices 5 лет назад
ring_buffer.h 8d00265998 ring_buffer: Remove granularity template argument 5 лет назад
scm_rev.cpp.in 4a82450c81 cmake: Remove shader cache version 5 лет назад
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields 6 лет назад
scope_exit.h 18175c71ed common: scope_exit: Add a cancellable ScopeExit macro. 5 лет назад
settings.cpp d6c799494c Merge pull request #6696 from ameerj/speed-limit-rename 5 лет назад
settings.h 7530594602 Merge pull request #6759 from ReinUsesLisp/pipeline-statistics 5 лет назад
settings_input.cpp a4c6712a4b common: Move settings to common from core. 5 лет назад
settings_input.h a4c6712a4b common: Move settings to common from core. 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 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 лет назад
string_util.h 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 лет назад
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.h 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 лет назад
threadsafe_queue.h 4aec060f6d common/threadsafe_queue: Provide Wait() method. 5 лет назад
time_zone.cpp acbae572d3 Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 6 лет назад
time_zone.h df72480395 common: Make use of [[nodiscard]] where applicable 6 лет назад
tiny_mt.h c9235764c7 common: Add implementation of TinyMT (Mersenne Twister RNG). 5 лет назад
tree.h 342170fcd3 common: tree: Avoid a crash on nullptr dereference. 5 лет назад
uint128.h 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. 5 лет назад
unique_function.h 2c8d337418 common: Add unique function 5 лет назад
uuid.cpp 705f111058 common: uuid: Add hex string to UUID constructor 5 лет назад
uuid.h d20c5ac720 common: uuid: Add hash function for UUID 5 лет назад
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 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. 5 лет назад
wall_clock.h 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 лет назад
zstd_compression.cpp 49bfd0c461 zstd_compression: Make use of std::span 5 лет назад
zstd_compression.h 49bfd0c461 zstd_compression: Make use of std::span 5 лет назад