1628 Commits (b617874724c461cba270a00c0f8e67fc4a6d553a)

Author SHA1 Message Date
Lioncash 2c375013dd xbyak_abi: Shorten std::size_t to size_t 5 years ago
Lioncash b126267442 xbyak_abi: Avoid implicit sign conversions 5 years ago
Lioncash 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 years ago
bunnei 24cae76d16 common: fiber: Use VirtualBuffer for stack memory. 5 years ago
bunnei c042a89113 common: fiber: Use boost::context instead of native fibers on Windows. 5 years ago
ReinUsesLisp 630823e363 common: Add Common::DivCeil and Common::DivCeilLog2 5 years ago
ReinUsesLisp 3f2e605dd1 common/bit_cast: Add function matching std::bit_cast without constexpr 5 years ago
bunnei 6e37676482 hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 5 years ago
Lioncash 412044960a virtual_buffer: Do nothing on resize() calls with same sizes 5 years ago
Lioncash 0ca91ced2d virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer 5 years ago
Lioncash b3c8997829 page_table: Allow page tables to be moved 5 years ago
Lioncash 3cfd962ef4 page_table: Add missing doxygen parameters to Resize() 5 years ago
Lioncash 0890451c55 page_table: Remove unnecessary header inclusions 5 years ago
Lioncash 00fb79b2f3 common/fiber: Move all member variables into impl class 5 years ago
Lioncash 6f006d051e General: Fix clang build 5 years ago
Lioncash 4a4b685a04 common: Enable warnings as errors 5 years ago
Lioncash 26547d3e3b General: Make ignoring a discarded return value an error 5 years ago
Lioncash 8049b8beb6 common/stream: Be explicit with copy and move operators 5 years ago
ReinUsesLisp cdb2480d39 common/fiber: Take shared_ptr<Fiber> by copy in YieldTo 5 years ago
ameerj eb67a45ca8 video_core: NVDEC Implementation 5 years ago
Lioncash ea20b5c970 core: Fix clang build pt.3 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 5 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 5 years ago
ReinUsesLisp 771a9c21cc common/wall_clock: Add virtual destructors 5 years ago
lat9nq 2cbce77b92 CMakeLists: use system zstd on Linux 5 years ago
lat9nq 9d665cb8db CMakeLists: fix for finding zstd on linux-mingw 5 years ago
Morph 45ecd601be input_common/motion_input: Make use of Common::PI constant 5 years ago
Lioncash a5dcccfdd2 externals: Update Xbyak to 5.96 5 years ago
german 2d207ec609 Implement a basic class for motion devices 5 years ago
Morph f0fac0c7fb Project Mjölnir: Part 1 6 years ago
ReinUsesLisp f119ef798b common/thread: Fix data race in is_set 5 years ago
M&M 43ce33b6cc logging/settings: Increase maximum log size to 100 MB and add extended logging option 6 years ago
Lioncash 504175e5b6 common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS 5 years ago
Lioncash 3bfaabdbdd common/assert: Make use of C++ attribute syntax 5 years ago
Lioncash ca5ed50655 web_service: Move web_result.h into web_service 5 years ago
bunnei acbae572d3
Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 5 years ago
Lioncash f6bb905182 common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash e864aa25d5 common/color: Migrate code over to the Common namespace 5 years ago
Lioncash 999fc2fece common/concepts: Move <type_traits> include out of the Common namespace 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 6 years ago
Lioncash d09456fc41 common: Silence two discarded result warnings 5 years ago
Lioncash fe97d34156 common/time_zone: Simplify GetOsTimeZoneOffset() 5 years ago
Lioncash 1ee060ca0d common/compression: Roll back std::span changes 6 years ago
Lioncash df72480395 common: Make use of [[nodiscard]] where applicable 6 years ago
Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 6 years ago
Lioncash 1c3490a8db General: Tidy up clang-format warnings 6 years ago
Lioncash 8e86fa7e60 common/concepts: Rename IsBaseOf to DerivedFrom 6 years ago
Lioncash 7f0f37fca7 partition_data_manager: Make data arrays constexpr 6 years ago