german77 ad5142ac2c common: Rewrite and move core/frontend/input.h to common před 4 roky
..
fs 0b8a7ca213 common/fs/path_util: Slightly refactor PathManagerImpl's constructor před 4 roky
logging d6b5f64484 Refactor Logging Impl před 4 roky
x64 1770503185 xbyak: Update include path před 5 roky
CMakeLists.txt ad5142ac2c common: Rewrite and move core/frontend/input.h to common před 4 roky
algorithm.h df72480395 common: Make use of [[nodiscard]] where applicable před 6 roky
alignment.h 1841f63a40 common/alignment: Fix VS2022 compilation před 4 roky
assert.cpp a4c6712a4b common: Move settings to common from core. před 5 roky
assert.h 7e846be376 assert: Verify formatting před 5 roky
atomic_ops.h 53d92318b8 X86/NativeClock: Reimplement RTDSC access to be lock free. před 5 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 da2fe81905 TextureCache: Refactor and fix linux compiling. před 4 roky
cityhash.cpp f3805376f7 common/cityhash: Use common types před 5 roky
cityhash.h 71526ecfc7 common: add missing header after f3805376f726 před 5 roky
common_funcs.h 3512cae623 common_funcs: Add enum flag bitwise shift operator overloads před 5 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 1ca9a13e50 common/detached_tasks: Wait for tasks before shutting down před 5 roky
detached_tasks.h e4daf4bee5 Review comments - part 5 před 7 roky
div_ceil.h 73666fb262 general: Update style to clang-format-12 před 4 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
error.cpp 290afc00d3 common: Move error handling to error.cpp/h před 5 roky
error.h 290afc00d3 common: Move error handling to error.cpp/h před 5 roky
expected.h a41e9e93dd common: Implement a subset of P0323 (std::expected) před 4 roky
fiber.cpp 59173ff7a7 fiber: Double default stack size před 5 roky
fiber.h 8f7eb194af common: Fiber: use a reference for YieldTo. 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 7b39215c8a hex_util: Fix incorrect array size in AsArray před 5 roky
host_memory.cpp 3fc7aceea7 Fixed invalid iterator usage před 4 roky
host_memory.h 7f85abb281 common/host_memory: Implement a fallback if fastmem fails. před 5 roky
input.h ad5142ac2c common: Rewrite and move core/frontend/input.h to common před 4 roky
intrusive_red_black_tree.h 73666fb262 general: Update style to clang-format-12 před 4 roky
literals.h 4569f39c7c common: Replace common_sizes into user-literals před 5 roky
lru_cache.h ff48f06fb9 Garbage Collection: Adress Feedback. před 5 roky
lz4_compression.cpp 00213377b1 lz4_compression: Make use of std::span před 5 roky
lz4_compression.h 00213377b1 lz4_compression: Make use of std::span před 5 roky
math_util.h 4ad22c7d2b Video Core: fix building for GCC. před 4 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 10 roky
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) před 10 roky
nvidia_flags.cpp 065867e2c2 common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) před 5 roky
nvidia_flags.h ff6a83e0fe nvidia_flags: Add missing header guard před 5 roky
page_table.cpp 42a7c5d017 core/memory: Check our memory fallbacks for out-of-bound behavior. před 5 roky
page_table.h 621f3f5f47 core: Make use of fastmem před 5 roky
param_package.cpp 579f4ea4bd common/logging: Reduce scope of fmt include před 4 roky
param_package.h f0fac0c7fb Project Mjölnir: Part 1 před 6 roky
parent_of_member.h 0aff3ba2ff parent_of_member: Make sign conversion explicit in OffsetOfImpl() před 5 roky
point.h 8171ad65cd common: Extract point into a common struct před 5 roky
quaternion.h 2d207ec609 Implement a basic class for motion devices před 6 roky
ring_buffer.h 8d00265998 ring_buffer: Remove granularity template argument před 5 roky
scm_rev.cpp.in 4a82450c81 cmake: Remove shader cache version před 5 roky
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields před 6 roky
scope_exit.h 18175c71ed common: scope_exit: Add a cancellable ScopeExit macro. před 5 roky
settings.cpp 8e3371a5c5 configure_general: Allow framerate cap to be used in custom game configs před 4 roky
settings.h 8e3371a5c5 configure_general: Allow framerate cap to be used in custom game configs před 4 roky
settings_input.cpp a4c6712a4b common: Move settings to common from core. před 5 roky
settings_input.h a4c6712a4b common: Move settings to common from core. 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 0d6057b2fa string_util: Make use of std::string_view and add bounds checking před 4 roky
string_util.h 0d6057b2fa string_util: Make use of std::string_view and add bounds checking před 4 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 290afc00d3 common: Move error handling to error.cpp/h před 5 roky
thread.h f119ef798b common/thread: Fix data race in is_set před 6 roky
thread_queue_list.h 3d592972dc Revert "core: Fix clang build" před 5 roky
thread_worker.h 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors před 5 roky
threadsafe_queue.h c2ddda2f51 threadsafe_queue: Add std::stop_token overload to PopWait před 4 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
tiny_mt.h c9235764c7 common: Add implementation of TinyMT (Mersenne Twister RNG). před 5 roky
tree.h 342170fcd3 common: tree: Avoid a crash on nullptr dereference. před 5 roky
uint128.h 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. před 5 roky
unique_function.h 2c8d337418 common: Add unique function před 5 roky
uuid.cpp 705f111058 common: uuid: Add hex string to UUID constructor před 5 roky
uuid.h 40314cc586 common/uuid: Add validity checking functions to interface před 4 roky
vector_math.h 73666fb262 general: Update style to clang-format-12 před 4 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 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. před 5 roky
wall_clock.h 1ea6bdef05 audio_core: Make shadowing and unused parameters errors před 5 roky
zstd_compression.cpp 49bfd0c461 zstd_compression: Make use of std::span před 5 roky
zstd_compression.h 49bfd0c461 zstd_compression: Make use of std::span před 5 roky