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