1628 Commits (b617874724c461cba270a00c0f8e67fc4a6d553a)

Author SHA1 Message Date
Lioncash 210c2c9a56 common/fs/file: Explicitly delete copy constructors 5 years ago
Lioncash 6806a893bd common/fs/file: Devirtualize destructor 5 years ago
Lioncash 019bc9f6b2 common/fs/file: Default initialize IOFile members 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash 49bfd0c461 zstd_compression: Make use of std::span 5 years ago
Lioncash 00213377b1 lz4_compression: Make use of std::span 5 years ago
bunnei 342170fcd3 common: tree: Avoid a crash on nullptr dereference. 5 years ago
lat9nq 339dc4f806 general: Demote custom_rtc to regular setting 5 years ago
lat9nq ab2677f0a1 configuration: Add CPU tab to game properties 5 years ago
lat9nq e169fdad4f general: Make CPU accuracy and related a Settings::Setting 5 years ago
bunnei eee302b9b9 common: tree: Avoid a nullptr dereference. 5 years ago
Lioncash 0aff3ba2ff parent_of_member: Make sign conversion explicit in OffsetOfImpl() 5 years ago
bunnei a488b86e97 fixup! common: bit_util: Add BIT macro. 5 years ago
bunnei e02785be83 common: parent_of_member: Fix build for OffsetOf(). 5 years ago
bunnei 27a6ef64fd fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. 5 years ago
bunnei d3c166d4d5 common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. 5 years ago
bunnei 02c2b28cd0 common: common_funcs: Add Size helper function. 5 years ago
bunnei 74120c5e3a common: bit_util: Add BIT macro. 5 years ago
bunnei d9205f82b3 common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. 5 years ago
bunnei b99fc70191 common: common_funcs: Add helper macros for non-copyable and non-moveable. 5 years ago
Lioncash 6125590a7b log/backend: Use in-class initializer for FileBackend 5 years ago
Lioncash aaaca1cd6d log/backend: Make use of erase_if 5 years ago
Lioncash 2a341c9969 log/backend: Correct order of const in copy constructor 5 years ago
Lioncash 64606aefcf common/log: Move Log namespace into the Common namespace 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
bunnei c6c0771b12 core: settings: Add setting for debug assertions and disable by default. 5 years ago
Lioncash ff6a83e0fe nvidia_flags: Add missing header guard 5 years ago
Morph 5ce0e127da bgtc: Update to 12.x and implement OpenTaskService 5 years ago
Markus Wick 4aec060f6d common/threadsafe_queue: Provide Wait() method. 5 years ago
Markus Wick 9be819faaf common: Move assert failure handling into a cpp file. 5 years ago
bunnei ab5995c7ae common: common_sizes: Move sizes to the Common namespace. 5 years ago
bunnei 8d0ba7ee49 common: common_sizes: Move Invalid to Size_* prefix and add missing values. 5 years ago
bunnei edbc505e52 hle: kernel: board: k_system_control: Extend to include memory region sizes. 5 years ago
bunnei 28be8aec9a common: Move common sizes to their own header for code reuse. 5 years ago
MerryMage 59173ff7a7 fiber: Double default stack size 5 years ago
bunnei 8f7eb194af common: Fiber: use a reference for YieldTo. 5 years ago
bunnei 68ffac250a common: fiber: Use weak_ptr when yielding. 5 years ago
bunnei a5ab85ac37
Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
comex 2910aa77b2 [network] Error handling reform 5 years ago
bunnei 51fb0a6f96 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
Jan Beich 71526ecfc7 common: add missing header after f3805376f7 5 years ago
bunnei 3acb265c9e common: wall_clock: Fix integer overflow with StandardWallClock. 5 years ago
bunnei c9235764c7 common: Add implementation of TinyMT (Mersenne Twister RNG). 5 years ago
bunnei b5b92fd1e5 common: alignment: Add DivideUp utility method. 5 years ago
ReinUsesLisp f3805376f7 common/cityhash: Use common types 5 years ago
bunnei 592a649918 common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL instruction. 5 years ago
bunnei 0a91599aec common: Merge uint128 to a single header file with inlines. 5 years ago
lat9nq a58086ae0d common: Add -fsized-deallocation as a Clang flag 5 years ago
Morph ff58ad2050 string_util: Remove MSVC workaround for converting between UTF8/UTF16 5 years ago
MerryMage 8d00265998 ring_buffer: Remove granularity template argument 5 years ago