summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-06-13common: logging: backend: Wrap IOFile in a unique_ptrMorph
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph
2021-06-11common/host_memory: Implement a fallback if fastmem fails.Markus Wick
2021-06-11common/host_shader: Load Windows 10 functions dynamicallyReinUsesLisp
2021-06-11host_memory: Support staged VirtualProtect callsReinUsesLisp
2021-06-11General: Add settings for fastmem and disabling adress space check.FernandoS27
2021-06-11common/host_memory: Optimize for huge tables.Markus Wick
2021-06-11core: Make use of fastmemMarkus Wick
2021-06-11common/host_memory: Add Linux implementationMarkus Wick
2021-06-11common/host_memory: Add interface and Windows implementationReinUsesLisp
2021-06-09src/common/CMakeLists.txt: fix variable escapingliushuyu
2021-06-08common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash
2021-06-02Merge pull request #6395 from lioncash/result-moveMorph
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilMorph
2021-06-02common: fs: fs_util: Add more string conversion functionsMorph
2021-05-31common_funcs: Move R_ macros to result.hLioncash
2021-05-30Merge pull request #6385 from degasus/save_memory_accessbunnei
2021-05-29core/memory: Check our memory fallbacks for out-of-bound behavior.Markus Wick
2021-05-28common: Extract point into a common structLioncash
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