summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-05-28common/fs/file: Explicitly delete copy constructorsLioncash
2021-05-28common/fs/file: Devirtualize destructorLioncash
2021-05-28common/fs/file: Default initialize IOFile membersLioncash
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-24Merge pull request #6357 from lioncash/compressionbunnei
2021-05-24zstd_compression: Make use of std::spanLioncash
2021-05-24lz4_compression: Make use of std::spanLioncash
2021-05-20common: tree: Avoid a crash on nullptr dereference.bunnei
2021-05-20Merge pull request #6321 from lat9nq/per-game-cpubunnei
2021-05-19Merge pull request #6297 from lioncash/common-convbunnei
2021-05-17general: Demote custom_rtc to regular settinglat9nq
2021-05-16configuration: Add CPU tab to game propertieslat9nq
2021-05-15general: Make CPU accuracy and related a Settings::Settinglat9nq
2021-05-11common: tree: Avoid a nullptr dereference.bunnei
2021-05-10parent_of_member: Make sign conversion explicit in OffsetOfImpl()Lioncash
2021-05-05fixup! common: bit_util: Add BIT macro.bunnei
2021-05-05common: parent_of_member: Fix build for OffsetOf().bunnei
2021-05-05fixup! common: intrusive_red_black_tree: Disable static_assert that will not ...bunnei
2021-05-05common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei
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