1130 Commits (4617be5b35759c0be34667bf0c1d6433f58be991)

Author SHA1 Message Date
bunnei 4617be5b35 common: BitSet: Various style fixes based on code review feedback. 5 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei b164f6306b common: Port BitSet from Mesosphere. 5 years ago
Lioncash 29db886722 audio_core: Make shadowing and unused parameters errors 5 years ago
bunnei 05ff3e467e common: fiber: Use VirtualBuffer for stack memory. 5 years ago
bunnei b92d8acd2f common: fiber: Use boost::context instead of native fibers on Windows. 5 years ago
ReinUsesLisp 2600f1353d common: Add Common::DivCeil and Common::DivCeilLog2 5 years ago
ReinUsesLisp 778c06d35b common/bit_cast: Add function matching std::bit_cast without constexpr 5 years ago
bunnei 655892e84b hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 5 years ago
Lioncash 638f982efc virtual_buffer: Do nothing on resize() calls with same sizes 5 years ago
Lioncash d02005bbe9 virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer 5 years ago
Lioncash b9b02276eb page_table: Allow page tables to be moved 5 years ago
Lioncash 60b72b1deb page_table: Add missing doxygen parameters to Resize() 5 years ago
Lioncash 81f7292269 page_table: Remove unnecessary header inclusions 5 years ago
Lioncash c20ed9e3da common/fiber: Move all member variables into impl class 5 years ago
Lioncash 8fc37d6fca General: Fix clang build 5 years ago
Lioncash 38ffaef6eb common: Enable warnings as errors 5 years ago
Lioncash 0525232875 General: Make ignoring a discarded return value an error 5 years ago
Lioncash a625048772 common/stream: Be explicit with copy and move operators 5 years ago
ReinUsesLisp 171b94e8fa common/fiber: Take shared_ptr<Fiber> by copy in YieldTo 5 years ago
ameerj 9ef5c53e52 video_core: NVDEC Implementation 5 years ago
Lioncash c7b6027f34 core: Fix clang build pt.3 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 5 years ago
Lioncash 18636013c9 core: Fix clang build 5 years ago
Lioncash d44d662529 input_common/CMakeLists: Make some warnings errors 5 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 5 years ago
ReinUsesLisp a66d8bb49d common/wall_clock: Add virtual destructors 5 years ago
lat9nq bcd77d4b7b CMakeLists: use system zstd on Linux 5 years ago
lat9nq 1589c097d4 CMakeLists: fix for finding zstd on linux-mingw 5 years ago
Morph f3417b01e1 input_common/motion_input: Make use of Common::PI constant 5 years ago
Lioncash 1233d14175 externals: Update Xbyak to 5.96 5 years ago
german 0e11d1c09a Implement a basic class for motion devices 5 years ago
Morph 34a209d15c Project Mjölnir: Part 1 6 years ago
ReinUsesLisp d2a084b683 common/thread: Fix data race in is_set 5 years ago
M&M c6f9cad218 logging/settings: Increase maximum log size to 100 MB and add extended logging option 5 years ago
Lioncash 50c1158d21 common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS 5 years ago
Lioncash 4861eb64aa common/assert: Make use of C++ attribute syntax 5 years ago
Lioncash 77d6d3bf4b web_service: Move web_result.h into web_service 5 years ago
bunnei 55d11a0bfd Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 5 years ago
Lioncash ecb9029c6a common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash 475e8a40ea common/color: Migrate code over to the Common namespace 5 years ago
Lioncash e478c61eeb common/concepts: Move <type_traits> include out of the Common namespace 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash a67c91f9dd common: Silence two discarded result warnings 5 years ago
Lioncash 89b10968fc common/time_zone: Simplify GetOsTimeZoneOffset() 5 years ago
Lioncash 0977ef7d7f common/compression: Roll back std::span changes 5 years ago
Lioncash 2ef7815422 common: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 5 years ago
Lioncash 14874f0b67 General: Tidy up clang-format warnings 5 years ago
Lioncash 80d04c0daa common/concepts: Rename IsBaseOf to DerivedFrom 5 years ago