1628 Commits (b617874724c461cba270a00c0f8e67fc4a6d553a)

Author SHA1 Message Date
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
bunnei 92d5c63f01 common: common_funcs: Add R_UNLESS macro. 5 years ago
bunnei fb43b8efd2 common: Introduce useful tree structures. 5 years ago
ReinUsesLisp c190586597 common/div_ceil: Return numerator type 5 years ago
FearlessTobi beb951770a Address review comments 5 years ago
xperia64 fd5776aac2 Delete the old log file before rotating (#5675) 5 years ago
bunnei bf8bd60ab3 Fix the old log file to work with the log parser. 5 years ago
xperia64 f478a57737 Rotate previous log file to '.old' if it exists 5 years ago
Morph a745d87971 general: Fix various spelling errors 5 years ago
Fernando Sahmkow 53d92318b8 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
Fernando Sahmkow d4f871cb6a X86/NativeClock: Improve performance of clock calculations on hot path. 5 years ago
MerryMage 6d30745d77 memory: Remove MemoryHook 5 years ago
ReinUsesLisp b3587102d1 core/memory: Read and write page table atomically 5 years ago
bunnei 69e82d01d5 common: ThreadWorker: Add class to help do asynchronous work. 5 years ago
comex 388cf58b31 k_priority_queue: Fix concepts use 5 years ago
lat9nq 292dd642ce cmake: Fix generating CMake configs and linking with Boost 5 years ago
bunnei 761206cf81
common: Update CMakeList to fix build issue with Boost. 5 years ago
Morph 4de079b256 Revert "Merge pull request #5173 from lioncash/common-fs" 5 years ago
Morph 8941cdb7d2 Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" 5 years ago
Morph 0195038c07 Revert "Merge pull request #5179 from ReinUsesLisp/fs-path" 5 years ago
Morph ac3ec5ed13 Revert "Merge pull request #5181 from Morph1984/5174-review" 5 years ago
Morph ec8548b414 common/file_util: Simplify the behavior of CreateFullPath 5 years ago
ReinUsesLisp bab9cae71f common/file_util: Let std::filesystem cast from UTF16 to std::string 5 years ago
ReinUsesLisp 5329834376 common/file_util: Fix and deprecate CreateFullPath, add CreateDirs 5 years ago
ReinUsesLisp 52f13f2339 common/file_util: Succeed on CreateDir when the directory exists 5 years ago
Lioncash 20aad9e01a file_util: Migrate remaining file handling functions over to std::filesystem 5 years ago
Lioncash 0e54aa17e6 file_util: Migrate Exists() and IsDirectory() over to std::filesystem 5 years ago
bunnei d2c0c94f0b common: BitSet: Various style fixes based on code review feedback. 5 years ago
bunnei 8d3e06349e hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei 8dbfa4e1a4 common: Port BitSet from Mesosphere. 5 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago