1851 Commits (4696a032a82a8ca8b15fc6413d3184cdebfe666e)

Author SHA1 Message Date
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 6 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
Lioncash b0c3f66dc7 partition_data_manager: Make data arrays constexpr 5 years ago
comex 23523e4c0a Fix thread naming on Linux, which limits names to 15 bytes. 5 years ago
Jan Beich ff9473d6a0 common/virtual_buffer: drop unused includes 5 years ago
Lioncash 8190a40d18 logging/backend: Make use of designated initializers 5 years ago
David ecaac59acd ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 5 years ago
Lioncash 32ce1467e5 common/atomic_ops: Don't cast away volatile from pointers 6 years ago
LC 690e92c4f3 common/string_util: Remove unimplemented function prototype (#4414) 6 years ago
Lioncash 57f72ffa49 lz4_compression: Make use of std::span in interfaces 6 years ago
Lioncash 84e6115423 zstd_compression: Make use of std::span in interfaces 6 years ago
Lioncash 3aad302953 virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]] 6 years ago
lat9nq 11fb3d5d12 common: Add a screenshots directory 6 years ago
Jan Beich 01ee1a02ba alignment: explicitly include <new> after 203d2aaaa8 6 years ago
Lioncash 203d2aaaa8 alignment: Simplify AlignmentAllocator implementation 6 years ago
Lioncash 589f33c54c common/swap: Make use of std::endian 6 years ago
Tobias dec48c55cb common/alignment: Fix compilation errors (#4303) 6 years ago
bunnei 1b617c2e35 Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp"" 6 years ago
Marshall Mohror ebab55ab8f Common: remove a mod from AlignUp (#5441) 6 years ago
David Marcec 12c6b9eac1 cmake: Fix libfmt linking errors 6 years ago