1200 Commits (954384a84af4ff6388f729432a4fa2ac67b37694)

Author SHA1 Message Date
bunnei 954384a84a common: Add implementation of TinyMT (Mersenne Twister RNG). 5 years ago
bunnei c5df99ea2f common: alignment: Add DivideUp utility method. 5 years ago
ReinUsesLisp a02cc7e039 common/cityhash: Use common types 5 years ago
bunnei a8fbe6493e common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL instruction. 5 years ago
bunnei e6f71e15a1 common: Merge uint128 to a single header file with inlines. 5 years ago
lat9nq 19dad3e319 common: Add -fsized-deallocation as a Clang flag 5 years ago
Morph 1b1866e7ee string_util: Remove MSVC workaround for converting between UTF8/UTF16 5 years ago
MerryMage 46ea7034cc ring_buffer: Remove granularity template argument 5 years ago
bunnei 7126a200c4 hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement. 5 years ago
bunnei 559c505126 common: scope_exit: Add a cancellable ScopeExit macro. 5 years ago
bunnei b4b968b9c4 common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log. 5 years ago
bunnei 4bb6de297f common: common_funcs: Change R_UNLESS to LOG_ERROR. 5 years ago
bunnei d685f12dbc common: common_funcs: Log error on R_UNLESS. 5 years ago
bunnei 7351708eea common: common_funcs: Add useful kernel macro R_SUCCEED_IF. 5 years ago
bunnei 39987beb17 common: common_funcs: Add a few more useful macros for kernel code. 5 years ago
bunnei 16a6a7f9d9 common: Add missing include to bit_util.h 5 years ago
Lioncash 1b0b7e4873 bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64 5 years ago
ReinUsesLisp 5f0b72553b renderer_opengl: Avoid precompiled cache and force NV GL cache directory 5 years ago
ReinUsesLisp 4854f3291e core: Silence Wclass-memaccess warnings 5 years ago
ReinUsesLisp 92ca4929f5 common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
Lioncash d5bff783bd common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
ReinUsesLisp 14ba0b1e68 common/alignment: Upgrade to use constraints instead of static asserts 5 years ago
ReinUsesLisp 4e4056f581 common/alignment: Rename AlignBits to AlignUpLog2 5 years ago
Lioncash d8771fb857 common/timer: Remove 5 years ago
ReinUsesLisp a815988d5c common/color: Remove 5 years ago
Lioncash d11b3ebfc4 common/tree: Convert defines over to templates 5 years ago
Lioncash 17044f999a common/tree: Remove unused splay tree defines 5 years ago
Lioncash 6d1212fdb9 common/parent_of_member: Replace TYPED_STORAGE define with template alias 5 years ago
bunnei bf73b6ed86 common: common_funcs: Add R_UNLESS macro. 5 years ago
bunnei eeb0493b5d common: Introduce useful tree structures. 5 years ago
ReinUsesLisp 7e3b53c5be common/div_ceil: Return numerator type 5 years ago
FearlessTobi ae1899577f Address review comments 5 years ago
xperia64 34bacedd1a Delete the old log file before rotating (#5675) 5 years ago
bunnei a8aea907f4 Fix the old log file to work with the log parser. 5 years ago
xperia64 1c775a3f66 Rotate previous log file to '.old' if it exists 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
Fernando Sahmkow 659fb51dd9 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
Fernando Sahmkow 50dd9a423a X86/NativeClock: Improve performance of clock calculations on hot path. 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
ReinUsesLisp 8bfa4d6dbf core/memory: Read and write page table atomically 5 years ago
bunnei 01e1b790a5 common: ThreadWorker: Add class to help do asynchronous work. 5 years ago
comex 8be4bd5104 k_priority_queue: Fix concepts use 5 years ago
lat9nq 5e59e26876 cmake: Fix generating CMake configs and linking with Boost 5 years ago
bunnei 91c13721de common: Update CMakeList to fix build issue with Boost. 5 years ago
Morph 944c66a1c4 Revert "Merge pull request #5173 from lioncash/common-fs" 5 years ago
Morph 07b5c70975 Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" 5 years ago
Morph 4b2d4ac412 Revert "Merge pull request #5179 from ReinUsesLisp/fs-path" 5 years ago
Morph 1992dbc3cf Revert "Merge pull request #5181 from Morph1984/5174-review" 5 years ago
Morph c71f111bb0 common/file_util: Simplify the behavior of CreateFullPath 5 years ago
ReinUsesLisp eff4da93e1 common/file_util: Let std::filesystem cast from UTF16 to std::string 5 years ago