You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/common
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
* common: fs: fs_types: Create filesystem types

Contains various filesystem types used by the Common::FS library

* common: fs: fs_util: Add std::string to std::u8string conversion utility

* common: fs: path_util: Add utlity functions for paths

Contains various utility functions for getting or manipulating filesystem paths used by the Common::FS library

* common: fs: file: Rewrite the IOFile implementation

* common: fs: Reimplement Common::FS library using std::filesystem

* common: fs: fs_paths: Add fs_paths to replace common_paths

* common: fs: path_util: Add the rest of the path functions

* common: Remove the previous Common::FS implementation

* general: Remove unused fs includes

* string_util: Remove unused function and include

* nvidia_flags: Migrate to the new Common::FS library

* settings: Migrate to the new Common::FS library

* logging: backend: Migrate to the new Common::FS library

* core: Migrate to the new Common::FS library

* perf_stats: Migrate to the new Common::FS library

* reporter: Migrate to the new Common::FS library

* telemetry_session: Migrate to the new Common::FS library

* key_manager: Migrate to the new Common::FS library

* bis_factory: Migrate to the new Common::FS library

* registered_cache: Migrate to the new Common::FS library

* xts_archive: Migrate to the new Common::FS library

* service: acc: Migrate to the new Common::FS library

* applets/profile: Migrate to the new Common::FS library

* applets/web: Migrate to the new Common::FS library

* service: filesystem: Migrate to the new Common::FS library

* loader: Migrate to the new Common::FS library

* gl_shader_disk_cache: Migrate to the new Common::FS library

* nsight_aftermath_tracker: Migrate to the new Common::FS library

* vulkan_library: Migrate to the new Common::FS library

* configure_debug: Migrate to the new Common::FS library

* game_list_worker: Migrate to the new Common::FS library

* config: Migrate to the new Common::FS library

* configure_filesystem: Migrate to the new Common::FS library

* configure_per_game_addons: Migrate to the new Common::FS library

* configure_profile_manager: Migrate to the new Common::FS library

* configure_ui: Migrate to the new Common::FS library

* input_profiles: Migrate to the new Common::FS library

* yuzu_cmd: config: Migrate to the new Common::FS library

* yuzu_cmd: Migrate to the new Common::FS library

* vfs_real: Migrate to the new Common::FS library

* vfs: Migrate to the new Common::FS library

* vfs_libzip: Migrate to the new Common::FS library

* service: bcat: Migrate to the new Common::FS library

* yuzu: main: Migrate to the new Common::FS library

* vfs_real: Delete the contents of an existing file in CreateFile

Current usages of CreateFile expect to delete the contents of an existing file, retain this behavior for now.

* input_profiles: Don't iterate the input profile dir if it does not exist

Silences an error produced in the log if the directory does not exist.

* game_list_worker: Skip parsing file if the returned VfsFile is nullptr

Prevents crashes in GetLoader when the virtual file is nullptr

* common: fs: Validate paths for path length

* service: filesystem: Open the mod load directory as read only
4 years ago
..
fs common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
logging common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
x64 common: Merge uint128 to a single header file with inlines. 4 years ago
CMakeLists.txt common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
algorithm.h common: Make use of [[nodiscard]] where applicable 5 years ago
alignment.h common: alignment: Add DivideUp utility method. 4 years ago
assert.cpp common: Move settings to common from core. 4 years ago
assert.h common: Move assert failure handling into a cpp file. 4 years ago
atomic_ops.h X86/NativeClock: Reimplement RTDSC access to be lock free. 4 years ago
bit_cast.h common/bit_cast: Add function matching std::bit_cast without constexpr 4 years ago
bit_field.h common: Make use of [[nodiscard]] where applicable 5 years ago
bit_set.h common: BitSet: Various style fixes based on code review feedback. 4 years ago
bit_util.h fixup! common: bit_util: Add BIT macro. 4 years ago
cityhash.cpp common/cityhash: Use common types 4 years ago
cityhash.h common: add missing header after f3805376f7 4 years ago
common_funcs.h common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. 4 years ago
common_sizes.h common: common_sizes: Move sizes to the Common namespace. 4 years ago
common_types.h gpu: Move GPUVAddr definition to common_types. 6 years ago
concepts.h k_priority_queue: Fix concepts use 4 years ago
detached_tasks.cpp General: Tidy up clang-format warnings part 2 5 years ago
detached_tasks.h Review comments - part 5 7 years ago
div_ceil.h common/div_ceil: Return numerator type 4 years ago
dynamic_library.cpp common: Silence two discarded result warnings 5 years ago
dynamic_library.h common: Make use of [[nodiscard]] where applicable 5 years ago
fiber.cpp fiber: Double default stack size 4 years ago
fiber.h common: Fiber: use a reference for YieldTo. 4 years ago
hash.h common: Make use of [[nodiscard]] where applicable 5 years ago
hex_util.cpp partition_data_manager: Make data arrays constexpr 5 years ago
hex_util.h core/CMakeLists: Make some warnings errors 5 years ago
intrusive_red_black_tree.h fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. 4 years ago
lz4_compression.cpp lz4_compression: Make use of std::span 4 years ago
lz4_compression.h lz4_compression: Make use of std::span 4 years ago
math_util.h core: Fix clang build pt.3 5 years ago
memory_detect.cpp common: switch to nullptr for sysctl's empty new value 5 years ago
memory_detect.h common: Make use of [[nodiscard]] where applicable 5 years ago
microprofile.cpp Integrate the MicroProfile profiling library 10 years ago
microprofile.h Sources: Run clang-format on everything. 9 years ago
microprofileui.h Common: Remove section measurement from profiler (#1731) 9 years ago
misc.cpp [network] Error handling reform 4 years ago
nvidia_flags.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
nvidia_flags.h nvidia_flags: Add missing header guard 4 years ago
page_table.cpp core/memory: Read and write page table atomically 4 years ago
page_table.h general: Fix various spelling errors 4 years ago
param_package.cpp citra_qt/configuration: misc input tab improvements 7 years ago
param_package.h Project Mjölnir: Part 1 5 years ago
parent_of_member.h parent_of_member: Make sign conversion explicit in OffsetOfImpl() 4 years ago
quaternion.h Implement a basic class for motion devices 5 years ago
ring_buffer.h ring_buffer: Remove granularity template argument 4 years ago
scm_rev.cpp.in common: Add additional SCM revision fields 6 years ago
scm_rev.h common: Add additional SCM revision fields 6 years ago
scope_exit.h common: scope_exit: Add a cancellable ScopeExit macro. 4 years ago
settings.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
settings.h general: Demote custom_rtc to regular setting 4 years ago
settings_input.cpp common: Move settings to common from core. 4 years ago
settings_input.h common: Move settings to common from core. 4 years ago
spin_lock.cpp Core/Common: Address Feedback. 5 years ago
spin_lock.h General: Fix clang build 4 years ago
stream.cpp video_core: NVDEC Implementation 4 years ago
stream.h common/stream: Be explicit with copy and move operators 4 years ago
string_util.cpp common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
string_util.h common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 4 years ago
swap.h general: Fix various spelling errors 4 years ago
telemetry.cpp common/telemetry: Migrate namespace into the Common namespace 5 years ago
telemetry.h video_core: Resolve more variable shadowing scenarios pt.3 4 years ago
thread.cpp Fix thread naming on Linux, which limits names to 15 bytes. 5 years ago
thread.h common/thread: Fix data race in is_set 5 years ago
thread_queue_list.h Revert "core: Fix clang build" 5 years ago
thread_worker.cpp common: ThreadWorker: Add class to help do asynchronous work. 4 years ago
thread_worker.h common: ThreadWorker: Add class to help do asynchronous work. 4 years ago
threadsafe_queue.h common/threadsafe_queue: Provide Wait() method. 4 years ago
time_zone.cpp Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" 5 years ago
time_zone.h common: Make use of [[nodiscard]] where applicable 5 years ago
tiny_mt.h common: Add implementation of TinyMT (Mersenne Twister RNG). 4 years ago
tree.h common: tree: Avoid a crash on nullptr dereference. 4 years ago
uint128.h common: wall_clock: Fix integer overflow with StandardWallClock. 4 years ago
uuid.cpp mii_manager: Cleanup and optimization 6 years ago
uuid.h core: Silence Wclass-memaccess warnings 4 years ago
vector_math.h input_common/CMakeLists: Make some warnings errors 5 years ago
virtual_buffer.cpp page_table: Allow page tables to be moved 4 years ago
virtual_buffer.h core/memory: Read and write page table atomically 4 years ago
wall_clock.cpp common: wall_clock: Fix integer overflow with StandardWallClock. 4 years ago
wall_clock.h audio_core: Make shadowing and unused parameters errors 4 years ago
zstd_compression.cpp zstd_compression: Make use of std::span 4 years ago
zstd_compression.h zstd_compression: Make use of std::span 4 years ago