summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6462 from Morph1984/proper-flushGravatar bunnei2021-06-151-1/+5
|\
| * common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph2021-06-131-1/+5
* | Merge pull request #6448 from Morph1984/recursive-dir-iteratorGravatar Fernando Sahmkow2021-06-141-2/+16
|\ \
| * | common: fs: Use the normal directory iterator in *Recursively functionsGravatar Morph2021-06-121-2/+16
| |/
* | common: logging: Restructure backend codeGravatar Morph2021-06-138-278/+288
* | common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph2021-06-132-6/+27
|/
* common/host_memory: Implement a fallback if fastmem fails.Gravatar Markus Wick2021-06-112-14/+49
* common/host_shader: Load Windows 10 functions dynamicallyGravatar ReinUsesLisp2021-06-111-29/+88
* host_memory: Support staged VirtualProtect callsGravatar ReinUsesLisp2021-06-111-3/+12
* General: Add settings for fastmem and disabling adress space check.Gravatar FernandoS272021-06-112-0/+12
* common/host_memory: Optimize for huge tables.Gravatar Markus Wick2021-06-112-11/+24
* core: Make use of fastmemGravatar Markus Wick2021-06-111-0/+2
* common/host_memory: Add Linux implementationGravatar Markus Wick2021-06-111-10/+120
* common/host_memory: Add interface and Windows implementationGravatar ReinUsesLisp2021-06-113-0/+384
* src/common/CMakeLists.txt: fix variable escapingGravatar liushuyu2021-06-091-8/+9
* common/fs/path_util: Remove [[nodiscard]] from function with void returnGravatar Lioncash2021-06-081-1/+1
* Merge pull request #6395 from lioncash/result-moveGravatar Morph2021-06-021-25/+0
|\
| * common_funcs: Move R_ macros to result.hGravatar Lioncash2021-05-311-25/+0
* | common: fs: fs_util: Move PathToUTF8String to fs_utilGravatar Morph2021-06-024-15/+14
* | common: fs: fs_util: Add more string conversion functionsGravatar Morph2021-06-022-0/+33
|/
* Merge pull request #6385 from degasus/save_memory_accessGravatar bunnei2021-05-302-0/+7
|\
| * core/memory: Check our memory fallbacks for out-of-bound behavior.Gravatar Markus Wick2021-05-292-0/+7
* | common: Extract point into a common structGravatar Lioncash2021-05-282-0/+58
|/
* common/fs/file: Explicitly delete copy constructorsGravatar Lioncash2021-05-281-1/+4
* common/fs/file: Devirtualize destructorGravatar Lioncash2021-05-281-1/+1
* common/fs/file: Default initialize IOFile membersGravatar Lioncash2021-05-281-2/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-2520-1432/+2963
* Merge pull request #6357 from lioncash/compressionGravatar bunnei2021-05-244-7/+8
|\
| * zstd_compression: Make use of std::spanGravatar Lioncash2021-05-242-3/+4
| * lz4_compression: Make use of std::spanGravatar Lioncash2021-05-242-4/+4
* | common: tree: Avoid a crash on nullptr dereference.Gravatar bunnei2021-05-201-0/+11
|/
* Merge pull request #6321 from lat9nq/per-game-cpuGravatar bunnei2021-05-202-7/+12
|\
| * general: Demote custom_rtc to regular settingGravatar lat9nq2021-05-172-2/+1
| * configuration: Add CPU tab to game propertiesGravatar lat9nq2021-05-161-0/+6
| * general: Make CPU accuracy and related a Settings::SettingGravatar lat9nq2021-05-152-5/+5
* | Merge pull request #6297 from lioncash/common-convGravatar bunnei2021-05-191-1/+2
|\ \
| * | parent_of_member: Make sign conversion explicit in OffsetOfImpl()Gravatar Lioncash2021-05-101-1/+2
| |/
* / common: tree: Avoid a nullptr dereference.Gravatar bunnei2021-05-111-1/+1
|/
* fixup! common: bit_util: Add BIT macro.Gravatar bunnei2021-05-051-2/+0
* common: parent_of_member: Fix build for OffsetOf().Gravatar bunnei2021-05-051-4/+4
* fixup! common: intrusive_red_black_tree: Disable static_assert that will not ...Gravatar bunnei2021-05-051-5/+0
* common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.Gravatar bunnei2021-05-051-2/+2
* common: common_funcs: Add Size helper function.Gravatar bunnei2021-05-051-0/+15
* common: bit_util: Add BIT macro.Gravatar bunnei2021-05-051-0/+2
* common: intrusive_red_black_tree: Disable static_assert that will not evaluat...Gravatar bunnei2021-05-051-0/+4
* common: common_funcs: Add helper macros for non-copyable and non-moveable.Gravatar bunnei2021-05-051-0/+8
* log/backend: Use in-class initializer for FileBackendGravatar Lioncash2021-04-202-6/+8
* log/backend: Make use of erase_ifGravatar Lioncash2021-04-201-4/+4
* Merge pull request #6199 from lioncash/log-nsGravatar bunnei2021-04-147-35/+44
|\
| * log/backend: Correct order of const in copy constructorGravatar Lioncash2021-04-141-2/+5