1228 Commits (bea6fca9a1ea2adf6950518458c5b69892e0c9a2)

Author SHA1 Message Date
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
bunnei ea4f62615e hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement. 5 years ago
bunnei 18175c71ed common: scope_exit: Add a cancellable ScopeExit macro. 5 years ago
bunnei 4577dcd5f9 common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log. 5 years ago
bunnei 8d1afcb90f common: common_funcs: Change R_UNLESS to LOG_ERROR. 5 years ago
bunnei 091e9e8c41 common: common_funcs: Log error on R_UNLESS. 5 years ago
bunnei bb966d3e33 common: common_funcs: Add useful kernel macro R_SUCCEED_IF. 5 years ago
bunnei 2fb77adb9f common: common_funcs: Add a few more useful macros for kernel code. 5 years ago
bunnei 1e9b1d439f
common: Add missing include to bit_util.h 5 years ago
Lioncash 6ff2db181f bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64 5 years ago
ReinUsesLisp 51512d01d8 renderer_opengl: Avoid precompiled cache and force NV GL cache directory 5 years ago
ReinUsesLisp f8650a9580 core: Silence Wclass-memaccess warnings 5 years ago
ReinUsesLisp 3ff978aa4f common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
Lioncash 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
ReinUsesLisp 89c15dd115 common/alignment: Upgrade to use constraints instead of static asserts 5 years ago
ReinUsesLisp fe494a0ccd common/alignment: Rename AlignBits to AlignUpLog2 5 years ago
Lioncash 91084d9396 common/timer: Remove 5 years ago
ReinUsesLisp 95fa57f007 common/color: Remove 5 years ago
Lioncash b15e1a3501 common/tree: Convert defines over to templates 5 years ago
Lioncash 197b5d19bc common/tree: Remove unused splay tree defines 5 years ago
Lioncash 703c57a119 common/parent_of_member: Replace TYPED_STORAGE define with template alias 5 years ago