bunnei 94a25b75a0 Merge pull request #4611 from lioncash/xbyak2 пре 5 година
..
logging c4ed791164 common/fileutil: Convert namespace to Common::FS пре 6 година
x64 a5dcccfdd2 externals: Update Xbyak to 5.96 пре 5 година
CMakeLists.txt ca5ed50655 web_service: Move web_result.h into web_service пре 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_field.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
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 година
color.h e864aa25d5 common/color: Migrate code over to the Common namespace пре 6 година
common_funcs.h 504175e5b6 common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS пре 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 999fc2fece common/concepts: Move <type_traits> include out of the Common namespace пре 6 година
detached_tasks.cpp b724a4d90c General: Tidy up clang-format warnings part 2 пре 6 година
detached_tasks.h e4daf4bee5 Review comments - part 5 пре 7 година
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 2f8947583f Core/Common: Address Feedback. пре 6 година
fiber.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
file_util.cpp b1fa647f28 Merge pull request #4539 from lioncash/disc пре 6 година
file_util.h c4ed791164 common/fileutil: Convert namespace to Common::FS пре 6 година
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 df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
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 45ecd601be input_common/motion_input: Make use of Common::PI constant пре 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 година
memory_hook.cpp 93da8e0abf core: Move PageTable struct into Common. пре 7 година
memory_hook.h 93da8e0abf core: Move PageTable struct into Common. пре 7 година
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 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" пре 7 година
multi_level_queue.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
page_table.cpp 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. пре 6 година
page_table.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
param_package.cpp 690f326613 citra_qt/configuration: misc input tab improvements пре 7 година
param_package.h f0fac0c7fb Project Mjölnir: Part 1 пре 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 4df6ef04ac common: scope_exit: Implement mechanism for canceling a scope exit. пре 6 година
spin_lock.cpp 2f8947583f Core/Common: Address Feedback. пре 6 година
spin_lock.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
string_util.cpp a31ed02ae4 common/logging: don't use regex for path trimming пре 6 година
string_util.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
swap.h 9f027b1af2 common/swap: Make use of std::endian пре 6 година
telemetry.cpp f6bb905182 common/telemetry: Migrate namespace into the Common namespace пре 6 година
telemetry.h f6bb905182 common/telemetry: Migrate namespace into the Common namespace пре 6 година
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 df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
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 38a1113674 Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" пре 8 година
timer.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
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 df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
virtual_buffer.cpp 238208ee30 common/virtual_buffer: drop unused includes пре 6 година
virtual_buffer.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
wall_clock.cpp 7fd7d05838 Common/Kernel: Corrections and small bug fixing. пре 6 година
wall_clock.h df72480395 common: Make use of [[nodiscard]] where applicable пре 6 година
zstd_compression.cpp 1ee060ca0d common/compression: Roll back std::span changes пре 6 година
zstd_compression.h 1ee060ca0d common/compression: Roll back std::span changes пре 6 година