summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-05-05common: common_funcs: Add Size helper function.bunnei
2021-05-05common: bit_util: Add BIT macro.bunnei
2021-05-05common: intrusive_red_black_tree: Disable static_assert that will not evaluat...bunnei
2021-05-05common: common_funcs: Add helper macros for non-copyable and non-moveable.bunnei
2021-04-20log/backend: Use in-class initializer for FileBackendLioncash
2021-04-20log/backend: Make use of erase_ifLioncash
2021-04-14Merge pull request #6199 from lioncash/log-nsbunnei
2021-04-14log/backend: Correct order of const in copy constructorLioncash
2021-04-14common/log: Move Log namespace into the Common namespaceLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-04-14core: settings: Add setting for debug assertions and disable by default.bunnei
2021-04-12nvidia_flags: Add missing header guardLioncash
2021-04-10Merge pull request #6099 from bunnei/derive-membunnei
2021-04-09Merge pull request #6162 from degasus/no_spin_loopsbunnei
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceMorph
2021-04-07common/threadsafe_queue: Provide Wait() method.Markus Wick
2021-04-04common: Move assert failure handling into a cpp file.Markus Wick
2021-03-23common: common_sizes: Move sizes to the Common namespace.bunnei
2021-03-21common: common_sizes: Move Invalid to Size_* prefix and add missing values.bunnei
2021-03-21hle: kernel: board: k_system_control: Extend to include memory region sizes.bunnei
2021-03-21common: Move common sizes to their own header for code reuse.bunnei
2021-03-10fiber: Double default stack sizeMerryMage
2021-03-07common: Fiber: use a reference for YieldTo.bunnei
2021-03-05common: fiber: Use weak_ptr when yielding.bunnei
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei
2021-03-04Merge pull request #6006 from bunnei/fiber-unique-ptrbunnei
2021-02-28[network] Error handling reformcomex
2021-02-27Merge pull request #5984 from jbeich/gcc-freebsdbunnei
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei
2021-02-27Merge pull request #5953 from bunnei/memory-refactor-1bunnei
2021-02-23common: add missing header after f3805376f726Jan Beich
2021-02-19common: wall_clock: Fix integer overflow with StandardWallClock.bunnei
2021-02-18common: Add implementation of TinyMT (Mersenne Twister RNG).bunnei
2021-02-18common: alignment: Add DivideUp utility method.bunnei
2021-02-18common/cityhash: Use common typesReinUsesLisp
2021-02-15common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL ...bunnei
2021-02-15common: Merge uint128 to a single header file with inlines.bunnei
2021-02-09common: Add -fsized-deallocation as a Clang flaglat9nq
2021-02-08string_util: Remove MSVC workaround for converting between UTF8/UTF16Morph
2021-02-06Merge pull request #5885 from MerryMage/ring_buffer-granularitybunnei
2021-02-06ring_buffer: Remove granularity template argumentMerryMage
2021-02-05hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement.bunnei
2021-02-05common: scope_exit: Add a cancellable ScopeExit macro.bunnei
2021-02-05common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log.bunnei
2021-01-28common: common_funcs: Change R_UNLESS to LOG_ERROR.bunnei
2021-01-28common: common_funcs: Log error on R_UNLESS.bunnei
2021-01-28common: common_funcs: Add useful kernel macro R_SUCCEED_IF.bunnei
2021-01-28common: common_funcs: Add a few more useful macros for kernel code.bunnei
2021-01-27Merge pull request #5778 from ReinUsesLisp/shader-dirbunnei
2021-01-21common: Add missing include to bit_util.hbunnei