1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-29 05:15:34 +00:00
openmw/components/vfs
elsid 35d9b18b4c
Add type for normalized VFS path and use for VFS::Manager file map key
This will reduce the number of path normalizations while more places will use
this type. In some cases it also will reduce number of temporary allocations for
new strings.

For now make conversion from and to std::string_view implicit to allow gradual
migration to this type.
2024-01-18 00:03:06 +01:00
..
archive.hpp Use forward declaration for some VFS types 2024-01-16 01:32:11 +01:00
bsaarchive.hpp Use forward declaration for some VFS types 2024-01-16 01:32:11 +01:00
file.hpp Use forward declaration for some VFS types 2024-01-16 01:32:11 +01:00
filemap.hpp Add type for normalized VFS path and use for VFS::Manager file map key 2024-01-18 00:03:06 +01:00
filesystemarchive.cpp Use string_view for VFS lookups 2023-12-25 12:21:01 +01:00
filesystemarchive.hpp Use forward declaration for some VFS types 2024-01-16 01:32:11 +01:00
manager.cpp Add type for normalized VFS path and use for VFS::Manager file map key 2024-01-18 00:03:06 +01:00
manager.hpp Use forward declaration for some VFS types 2024-01-16 01:32:11 +01:00
pathutil.hpp Add type for normalized VFS path and use for VFS::Manager file map key 2024-01-18 00:03:06 +01:00
recursivedirectoryiterator.hpp Add type for normalized VFS path and use for VFS::Manager file map key 2024-01-18 00:03:06 +01:00
registerarchives.cpp Use the right archive type to load bsa according to their type 2023-03-02 21:07:54 +01:00
registerarchives.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00