Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-03 11:43:55 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-03 11:43:55 +0300
commit53d415a3b69d2680c15ae2c56a9baf9b149ad71d (patch)
treeb55e046b3b7a2e504c9abebf4a15a3dddff67eba
parent69e9c42365a92bc1af57a843f48513e19aaf0cdf (diff)
Rename afio to llfio part 1 of many
-rw-r--r--.gitmodules6
-rw-r--r--include/llfio.hpp (renamed from include/afio.hpp)0
-rw-r--r--include/llfio/afio.hpp (renamed from include/afio/afio.hpp)0
-rw-r--r--include/llfio/afio.ixx (renamed from include/afio/afio.ixx)0
m---------include/llfio/ntkernel-error-category (renamed from include/afio/ntkernel-error-category)0
-rw-r--r--include/llfio/revision.hpp (renamed from include/afio/revision.hpp)0
-rw-r--r--include/llfio/v2.0/afio.hpp (renamed from include/afio/v2.0/afio.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/cached_parent_handle_adapter.hpp (renamed from include/afio/v2.0/algorithm/cached_parent_handle_adapter.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/mapped_span.hpp (renamed from include/afio/v2.0/algorithm/mapped_span.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/shared_fs_mutex/atomic_append.hpp (renamed from include/afio/v2.0/algorithm/shared_fs_mutex/atomic_append.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/shared_fs_mutex/base.hpp (renamed from include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/shared_fs_mutex/byte_ranges.hpp (renamed from include/afio/v2.0/algorithm/shared_fs_mutex/byte_ranges.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/shared_fs_mutex/lock_files.hpp (renamed from include/afio/v2.0/algorithm/shared_fs_mutex/lock_files.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/shared_fs_mutex/memory_map.hpp (renamed from include/afio/v2.0/algorithm/shared_fs_mutex/memory_map.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/shared_fs_mutex/safe_byte_ranges.hpp (renamed from include/afio/v2.0/algorithm/shared_fs_mutex/safe_byte_ranges.hpp)0
-rw-r--r--include/llfio/v2.0/algorithm/trivial_vector.hpp (renamed from include/afio/v2.0/algorithm/trivial_vector.hpp)0
-rw-r--r--include/llfio/v2.0/async_file_handle.hpp (renamed from include/afio/v2.0/async_file_handle.hpp)0
-rw-r--r--include/llfio/v2.0/config.hpp (renamed from include/afio/v2.0/config.hpp)0
-rw-r--r--include/llfio/v2.0/deadline.h (renamed from include/afio/v2.0/deadline.h)0
-rw-r--r--include/llfio/v2.0/detail/impl/cached_parent_handle_adapter.ipp (renamed from include/afio/v2.0/detail/impl/cached_parent_handle_adapter.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/path_discovery.ipp (renamed from include/afio/v2.0/detail/impl/path_discovery.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/async_file_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/async_file_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/directory_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/directory_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/file_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/file_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/fs_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/fs_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/import.hpp (renamed from include/afio/v2.0/detail/impl/posix/import.hpp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/io_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/io_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/io_service.ipp (renamed from include/afio/v2.0/detail/impl/posix/io_service.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/map_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/map_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/mapped_file_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/mapped_file_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/path_discovery.ipp (renamed from include/afio/v2.0/detail/impl/posix/path_discovery.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/path_handle.ipp (renamed from include/afio/v2.0/detail/impl/posix/path_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/stat.ipp (renamed from include/afio/v2.0/detail/impl/posix/stat.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/statfs.ipp (renamed from include/afio/v2.0/detail/impl/posix/statfs.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/storage_profile.ipp (renamed from include/afio/v2.0/detail/impl/posix/storage_profile.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/posix/utils.ipp (renamed from include/afio/v2.0/detail/impl/posix/utils.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/safe_byte_ranges.ipp (renamed from include/afio/v2.0/detail/impl/safe_byte_ranges.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/storage_profile.ipp (renamed from include/afio/v2.0/detail/impl/storage_profile.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/async_file_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/async_file_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/directory_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/directory_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/file_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/file_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/fs_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/fs_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/import.hpp (renamed from include/afio/v2.0/detail/impl/windows/import.hpp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/io_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/io_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/io_service.ipp (renamed from include/afio/v2.0/detail/impl/windows/io_service.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/map_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/map_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/mapped_file_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/mapped_file_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/path_discovery.ipp (renamed from include/afio/v2.0/detail/impl/windows/path_discovery.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/path_handle.ipp (renamed from include/afio/v2.0/detail/impl/windows/path_handle.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/path_view.ipp (renamed from include/afio/v2.0/detail/impl/windows/path_view.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/stat.ipp (renamed from include/afio/v2.0/detail/impl/windows/stat.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/statfs.ipp (renamed from include/afio/v2.0/detail/impl/windows/statfs.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/storage_profile.ipp (renamed from include/afio/v2.0/detail/impl/windows/storage_profile.ipp)0
-rw-r--r--include/llfio/v2.0/detail/impl/windows/utils.ipp (renamed from include/afio/v2.0/detail/impl/windows/utils.ipp)0
-rw-r--r--include/llfio/v2.0/directory_handle.hpp (renamed from include/afio/v2.0/directory_handle.hpp)0
-rw-r--r--include/llfio/v2.0/file_handle.hpp (renamed from include/afio/v2.0/file_handle.hpp)0
-rw-r--r--include/llfio/v2.0/fs_handle.hpp (renamed from include/afio/v2.0/fs_handle.hpp)0
-rw-r--r--include/llfio/v2.0/handle.hpp (renamed from include/afio/v2.0/handle.hpp)0
-rw-r--r--include/llfio/v2.0/io_handle.hpp (renamed from include/afio/v2.0/io_handle.hpp)0
-rw-r--r--include/llfio/v2.0/io_service.hpp (renamed from include/afio/v2.0/io_service.hpp)0
-rw-r--r--include/llfio/v2.0/logging.hpp (renamed from include/afio/v2.0/logging.hpp)0
-rw-r--r--include/llfio/v2.0/map_handle.hpp (renamed from include/afio/v2.0/map_handle.hpp)0
-rw-r--r--include/llfio/v2.0/mapped_file_handle.hpp (renamed from include/afio/v2.0/mapped_file_handle.hpp)0
-rw-r--r--include/llfio/v2.0/native_handle_type.hpp (renamed from include/afio/v2.0/native_handle_type.hpp)0
m---------include/llfio/v2.0/outcome (renamed from include/afio/v2.0/outcome)0
-rw-r--r--include/llfio/v2.0/path_discovery.hpp (renamed from include/afio/v2.0/path_discovery.hpp)0
-rw-r--r--include/llfio/v2.0/path_handle.hpp (renamed from include/afio/v2.0/path_handle.hpp)0
-rw-r--r--include/llfio/v2.0/path_view.hpp (renamed from include/afio/v2.0/path_view.hpp)0
m---------include/llfio/v2.0/quickcpplib (renamed from include/afio/v2.0/quickcpplib)0
-rw-r--r--include/llfio/v2.0/stat.hpp (renamed from include/afio/v2.0/stat.hpp)0
-rw-r--r--include/llfio/v2.0/statfs.hpp (renamed from include/afio/v2.0/statfs.hpp)0
-rw-r--r--include/llfio/v2.0/status_code.hpp (renamed from include/afio/v2.0/status_code.hpp)0
-rw-r--r--include/llfio/v2.0/storage_profile.hpp (renamed from include/afio/v2.0/storage_profile.hpp)0
-rw-r--r--include/llfio/v2.0/utils.hpp (renamed from include/afio/v2.0/utils.hpp)0
-rw-r--r--include/llfio/version.hpp (renamed from include/afio/version.hpp)0
77 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 9b1bbb47..8cde6ef0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,7 +6,7 @@
ignore = none
# shallow = true
[submodule "include/afio/v2.0/outcome"]
- path = include/afio/v2.0/outcome
+ path = include/llfio/v2.0/outcome
url = https://github.com/ned14/outcome.git
branch = master
fetchRecurseSubmodules = true
@@ -20,14 +20,14 @@
ignore = untracked
# shallow = true
[submodule "include/afio/v2.0/quickcpplib"]
- path = include/afio/v2.0/quickcpplib
+ path = include/llfio/v2.0/quickcpplib
url = https://github.com/ned14/quickcpplib
branch = master
fetchRecurseSubmodules = true
ignore = untracked
# shallow = true
[submodule "include/afio/ntkernel-error-category"]
- path = include/afio/ntkernel-error-category
+ path = include/llfio/ntkernel-error-category
url = https://github.com/ned14/ntkernel-error-category.git
branch = master
fetchRecurseSubmodules = true
diff --git a/include/afio.hpp b/include/llfio.hpp
index a74367f3..a74367f3 100644
--- a/include/afio.hpp
+++ b/include/llfio.hpp
diff --git a/include/afio/afio.hpp b/include/llfio/afio.hpp
index 6e6163d6..6e6163d6 100644
--- a/include/afio/afio.hpp
+++ b/include/llfio/afio.hpp
diff --git a/include/afio/afio.ixx b/include/llfio/afio.ixx
index f6197437..f6197437 100644
--- a/include/afio/afio.ixx
+++ b/include/llfio/afio.ixx
diff --git a/include/afio/ntkernel-error-category b/include/llfio/ntkernel-error-category
-Subproject 8b1bc49c852feaadf99b815e63dffb8b6a7cd0c
+Subproject 8b1bc49c852feaadf99b815e63dffb8b6a7cd0c
diff --git a/include/afio/revision.hpp b/include/llfio/revision.hpp
index 0814ade3..0814ade3 100644
--- a/include/afio/revision.hpp
+++ b/include/llfio/revision.hpp
diff --git a/include/afio/v2.0/afio.hpp b/include/llfio/v2.0/afio.hpp
index be31688c..be31688c 100644
--- a/include/afio/v2.0/afio.hpp
+++ b/include/llfio/v2.0/afio.hpp
diff --git a/include/afio/v2.0/algorithm/cached_parent_handle_adapter.hpp b/include/llfio/v2.0/algorithm/cached_parent_handle_adapter.hpp
index ad5a7eb7..ad5a7eb7 100644
--- a/include/afio/v2.0/algorithm/cached_parent_handle_adapter.hpp
+++ b/include/llfio/v2.0/algorithm/cached_parent_handle_adapter.hpp
diff --git a/include/afio/v2.0/algorithm/mapped_span.hpp b/include/llfio/v2.0/algorithm/mapped_span.hpp
index 1ab2c292..1ab2c292 100644
--- a/include/afio/v2.0/algorithm/mapped_span.hpp
+++ b/include/llfio/v2.0/algorithm/mapped_span.hpp
diff --git a/include/afio/v2.0/algorithm/shared_fs_mutex/atomic_append.hpp b/include/llfio/v2.0/algorithm/shared_fs_mutex/atomic_append.hpp
index 5bcec29b..5bcec29b 100644
--- a/include/afio/v2.0/algorithm/shared_fs_mutex/atomic_append.hpp
+++ b/include/llfio/v2.0/algorithm/shared_fs_mutex/atomic_append.hpp
diff --git a/include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp b/include/llfio/v2.0/algorithm/shared_fs_mutex/base.hpp
index e0c111ef..e0c111ef 100644
--- a/include/afio/v2.0/algorithm/shared_fs_mutex/base.hpp
+++ b/include/llfio/v2.0/algorithm/shared_fs_mutex/base.hpp
diff --git a/include/afio/v2.0/algorithm/shared_fs_mutex/byte_ranges.hpp b/include/llfio/v2.0/algorithm/shared_fs_mutex/byte_ranges.hpp
index 1fe9fb13..1fe9fb13 100644
--- a/include/afio/v2.0/algorithm/shared_fs_mutex/byte_ranges.hpp
+++ b/include/llfio/v2.0/algorithm/shared_fs_mutex/byte_ranges.hpp
diff --git a/include/afio/v2.0/algorithm/shared_fs_mutex/lock_files.hpp b/include/llfio/v2.0/algorithm/shared_fs_mutex/lock_files.hpp
index 33b3b31d..33b3b31d 100644
--- a/include/afio/v2.0/algorithm/shared_fs_mutex/lock_files.hpp
+++ b/include/llfio/v2.0/algorithm/shared_fs_mutex/lock_files.hpp
diff --git a/include/afio/v2.0/algorithm/shared_fs_mutex/memory_map.hpp b/include/llfio/v2.0/algorithm/shared_fs_mutex/memory_map.hpp
index b71de0b2..b71de0b2 100644
--- a/include/afio/v2.0/algorithm/shared_fs_mutex/memory_map.hpp
+++ b/include/llfio/v2.0/algorithm/shared_fs_mutex/memory_map.hpp
diff --git a/include/afio/v2.0/algorithm/shared_fs_mutex/safe_byte_ranges.hpp b/include/llfio/v2.0/algorithm/shared_fs_mutex/safe_byte_ranges.hpp
index b388dd70..b388dd70 100644
--- a/include/afio/v2.0/algorithm/shared_fs_mutex/safe_byte_ranges.hpp
+++ b/include/llfio/v2.0/algorithm/shared_fs_mutex/safe_byte_ranges.hpp
diff --git a/include/afio/v2.0/algorithm/trivial_vector.hpp b/include/llfio/v2.0/algorithm/trivial_vector.hpp
index 0089092b..0089092b 100644
--- a/include/afio/v2.0/algorithm/trivial_vector.hpp
+++ b/include/llfio/v2.0/algorithm/trivial_vector.hpp
diff --git a/include/afio/v2.0/async_file_handle.hpp b/include/llfio/v2.0/async_file_handle.hpp
index 8eed1c2b..8eed1c2b 100644
--- a/include/afio/v2.0/async_file_handle.hpp
+++ b/include/llfio/v2.0/async_file_handle.hpp
diff --git a/include/afio/v2.0/config.hpp b/include/llfio/v2.0/config.hpp
index c6f08c9d..c6f08c9d 100644
--- a/include/afio/v2.0/config.hpp
+++ b/include/llfio/v2.0/config.hpp
diff --git a/include/afio/v2.0/deadline.h b/include/llfio/v2.0/deadline.h
index e4629843..e4629843 100644
--- a/include/afio/v2.0/deadline.h
+++ b/include/llfio/v2.0/deadline.h
diff --git a/include/afio/v2.0/detail/impl/cached_parent_handle_adapter.ipp b/include/llfio/v2.0/detail/impl/cached_parent_handle_adapter.ipp
index bb2d0fbe..bb2d0fbe 100644
--- a/include/afio/v2.0/detail/impl/cached_parent_handle_adapter.ipp
+++ b/include/llfio/v2.0/detail/impl/cached_parent_handle_adapter.ipp
diff --git a/include/afio/v2.0/detail/impl/path_discovery.ipp b/include/llfio/v2.0/detail/impl/path_discovery.ipp
index 1fd3588f..1fd3588f 100644
--- a/include/afio/v2.0/detail/impl/path_discovery.ipp
+++ b/include/llfio/v2.0/detail/impl/path_discovery.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/async_file_handle.ipp b/include/llfio/v2.0/detail/impl/posix/async_file_handle.ipp
index 59f10eae..59f10eae 100644
--- a/include/afio/v2.0/detail/impl/posix/async_file_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/async_file_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/directory_handle.ipp b/include/llfio/v2.0/detail/impl/posix/directory_handle.ipp
index b42ae784..b42ae784 100644
--- a/include/afio/v2.0/detail/impl/posix/directory_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/directory_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/file_handle.ipp b/include/llfio/v2.0/detail/impl/posix/file_handle.ipp
index 7dcf286b..7dcf286b 100644
--- a/include/afio/v2.0/detail/impl/posix/file_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/file_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/fs_handle.ipp b/include/llfio/v2.0/detail/impl/posix/fs_handle.ipp
index 27f7673f..27f7673f 100644
--- a/include/afio/v2.0/detail/impl/posix/fs_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/fs_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/handle.ipp b/include/llfio/v2.0/detail/impl/posix/handle.ipp
index c5143830..c5143830 100644
--- a/include/afio/v2.0/detail/impl/posix/handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/import.hpp b/include/llfio/v2.0/detail/impl/posix/import.hpp
index 64f4bd2b..64f4bd2b 100644
--- a/include/afio/v2.0/detail/impl/posix/import.hpp
+++ b/include/llfio/v2.0/detail/impl/posix/import.hpp
diff --git a/include/afio/v2.0/detail/impl/posix/io_handle.ipp b/include/llfio/v2.0/detail/impl/posix/io_handle.ipp
index c33ec08a..c33ec08a 100644
--- a/include/afio/v2.0/detail/impl/posix/io_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/io_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/io_service.ipp b/include/llfio/v2.0/detail/impl/posix/io_service.ipp
index 72560b40..72560b40 100644
--- a/include/afio/v2.0/detail/impl/posix/io_service.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/io_service.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/map_handle.ipp b/include/llfio/v2.0/detail/impl/posix/map_handle.ipp
index 0c4944d1..0c4944d1 100644
--- a/include/afio/v2.0/detail/impl/posix/map_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/map_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/mapped_file_handle.ipp b/include/llfio/v2.0/detail/impl/posix/mapped_file_handle.ipp
index 484bbdd2..484bbdd2 100644
--- a/include/afio/v2.0/detail/impl/posix/mapped_file_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/mapped_file_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/path_discovery.ipp b/include/llfio/v2.0/detail/impl/posix/path_discovery.ipp
index 0d072a29..0d072a29 100644
--- a/include/afio/v2.0/detail/impl/posix/path_discovery.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/path_discovery.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/path_handle.ipp b/include/llfio/v2.0/detail/impl/posix/path_handle.ipp
index 80a780e0..80a780e0 100644
--- a/include/afio/v2.0/detail/impl/posix/path_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/path_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/stat.ipp b/include/llfio/v2.0/detail/impl/posix/stat.ipp
index 07b6c310..07b6c310 100644
--- a/include/afio/v2.0/detail/impl/posix/stat.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/stat.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/statfs.ipp b/include/llfio/v2.0/detail/impl/posix/statfs.ipp
index 2f94ab8e..2f94ab8e 100644
--- a/include/afio/v2.0/detail/impl/posix/statfs.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/statfs.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/storage_profile.ipp b/include/llfio/v2.0/detail/impl/posix/storage_profile.ipp
index a92e0470..a92e0470 100644
--- a/include/afio/v2.0/detail/impl/posix/storage_profile.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/storage_profile.ipp
diff --git a/include/afio/v2.0/detail/impl/posix/utils.ipp b/include/llfio/v2.0/detail/impl/posix/utils.ipp
index aecd0a03..aecd0a03 100644
--- a/include/afio/v2.0/detail/impl/posix/utils.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/utils.ipp
diff --git a/include/afio/v2.0/detail/impl/safe_byte_ranges.ipp b/include/llfio/v2.0/detail/impl/safe_byte_ranges.ipp
index f4760896..f4760896 100644
--- a/include/afio/v2.0/detail/impl/safe_byte_ranges.ipp
+++ b/include/llfio/v2.0/detail/impl/safe_byte_ranges.ipp
diff --git a/include/afio/v2.0/detail/impl/storage_profile.ipp b/include/llfio/v2.0/detail/impl/storage_profile.ipp
index b442f74a..b442f74a 100644
--- a/include/afio/v2.0/detail/impl/storage_profile.ipp
+++ b/include/llfio/v2.0/detail/impl/storage_profile.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/async_file_handle.ipp b/include/llfio/v2.0/detail/impl/windows/async_file_handle.ipp
index b70971d3..b70971d3 100644
--- a/include/afio/v2.0/detail/impl/windows/async_file_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/async_file_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/directory_handle.ipp b/include/llfio/v2.0/detail/impl/windows/directory_handle.ipp
index 185f5077..185f5077 100644
--- a/include/afio/v2.0/detail/impl/windows/directory_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/directory_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/file_handle.ipp b/include/llfio/v2.0/detail/impl/windows/file_handle.ipp
index e3d7fb27..e3d7fb27 100644
--- a/include/afio/v2.0/detail/impl/windows/file_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/file_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/fs_handle.ipp b/include/llfio/v2.0/detail/impl/windows/fs_handle.ipp
index c3b47873..c3b47873 100644
--- a/include/afio/v2.0/detail/impl/windows/fs_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/fs_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/handle.ipp b/include/llfio/v2.0/detail/impl/windows/handle.ipp
index 72eda554..72eda554 100644
--- a/include/afio/v2.0/detail/impl/windows/handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/import.hpp b/include/llfio/v2.0/detail/impl/windows/import.hpp
index dbdaaa91..dbdaaa91 100644
--- a/include/afio/v2.0/detail/impl/windows/import.hpp
+++ b/include/llfio/v2.0/detail/impl/windows/import.hpp
diff --git a/include/afio/v2.0/detail/impl/windows/io_handle.ipp b/include/llfio/v2.0/detail/impl/windows/io_handle.ipp
index 71f51ccb..71f51ccb 100644
--- a/include/afio/v2.0/detail/impl/windows/io_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/io_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/io_service.ipp b/include/llfio/v2.0/detail/impl/windows/io_service.ipp
index 4003e1bb..4003e1bb 100644
--- a/include/afio/v2.0/detail/impl/windows/io_service.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/io_service.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/map_handle.ipp b/include/llfio/v2.0/detail/impl/windows/map_handle.ipp
index ef7b7a56..ef7b7a56 100644
--- a/include/afio/v2.0/detail/impl/windows/map_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/map_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/mapped_file_handle.ipp b/include/llfio/v2.0/detail/impl/windows/mapped_file_handle.ipp
index 5f1d815d..5f1d815d 100644
--- a/include/afio/v2.0/detail/impl/windows/mapped_file_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/mapped_file_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/path_discovery.ipp b/include/llfio/v2.0/detail/impl/windows/path_discovery.ipp
index 992992ed..992992ed 100644
--- a/include/afio/v2.0/detail/impl/windows/path_discovery.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/path_discovery.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/path_handle.ipp b/include/llfio/v2.0/detail/impl/windows/path_handle.ipp
index 218339ca..218339ca 100644
--- a/include/afio/v2.0/detail/impl/windows/path_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/path_handle.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/path_view.ipp b/include/llfio/v2.0/detail/impl/windows/path_view.ipp
index 7439a020..7439a020 100644
--- a/include/afio/v2.0/detail/impl/windows/path_view.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/path_view.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/stat.ipp b/include/llfio/v2.0/detail/impl/windows/stat.ipp
index aa337be5..aa337be5 100644
--- a/include/afio/v2.0/detail/impl/windows/stat.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/stat.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/statfs.ipp b/include/llfio/v2.0/detail/impl/windows/statfs.ipp
index 1bb85e26..1bb85e26 100644
--- a/include/afio/v2.0/detail/impl/windows/statfs.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/statfs.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/storage_profile.ipp b/include/llfio/v2.0/detail/impl/windows/storage_profile.ipp
index 96b58814..96b58814 100644
--- a/include/afio/v2.0/detail/impl/windows/storage_profile.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/storage_profile.ipp
diff --git a/include/afio/v2.0/detail/impl/windows/utils.ipp b/include/llfio/v2.0/detail/impl/windows/utils.ipp
index c6792acd..c6792acd 100644
--- a/include/afio/v2.0/detail/impl/windows/utils.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/utils.ipp
diff --git a/include/afio/v2.0/directory_handle.hpp b/include/llfio/v2.0/directory_handle.hpp
index cbb37f5d..cbb37f5d 100644
--- a/include/afio/v2.0/directory_handle.hpp
+++ b/include/llfio/v2.0/directory_handle.hpp
diff --git a/include/afio/v2.0/file_handle.hpp b/include/llfio/v2.0/file_handle.hpp
index 04634ed5..04634ed5 100644
--- a/include/afio/v2.0/file_handle.hpp
+++ b/include/llfio/v2.0/file_handle.hpp
diff --git a/include/afio/v2.0/fs_handle.hpp b/include/llfio/v2.0/fs_handle.hpp
index 91d45e44..91d45e44 100644
--- a/include/afio/v2.0/fs_handle.hpp
+++ b/include/llfio/v2.0/fs_handle.hpp
diff --git a/include/afio/v2.0/handle.hpp b/include/llfio/v2.0/handle.hpp
index 57f7618f..57f7618f 100644
--- a/include/afio/v2.0/handle.hpp
+++ b/include/llfio/v2.0/handle.hpp
diff --git a/include/afio/v2.0/io_handle.hpp b/include/llfio/v2.0/io_handle.hpp
index 2ada9efa..2ada9efa 100644
--- a/include/afio/v2.0/io_handle.hpp
+++ b/include/llfio/v2.0/io_handle.hpp
diff --git a/include/afio/v2.0/io_service.hpp b/include/llfio/v2.0/io_service.hpp
index ad898919..ad898919 100644
--- a/include/afio/v2.0/io_service.hpp
+++ b/include/llfio/v2.0/io_service.hpp
diff --git a/include/afio/v2.0/logging.hpp b/include/llfio/v2.0/logging.hpp
index 76030684..76030684 100644
--- a/include/afio/v2.0/logging.hpp
+++ b/include/llfio/v2.0/logging.hpp
diff --git a/include/afio/v2.0/map_handle.hpp b/include/llfio/v2.0/map_handle.hpp
index 8c66450a..8c66450a 100644
--- a/include/afio/v2.0/map_handle.hpp
+++ b/include/llfio/v2.0/map_handle.hpp
diff --git a/include/afio/v2.0/mapped_file_handle.hpp b/include/llfio/v2.0/mapped_file_handle.hpp
index 37c0b49b..37c0b49b 100644
--- a/include/afio/v2.0/mapped_file_handle.hpp
+++ b/include/llfio/v2.0/mapped_file_handle.hpp
diff --git a/include/afio/v2.0/native_handle_type.hpp b/include/llfio/v2.0/native_handle_type.hpp
index 7c351f83..7c351f83 100644
--- a/include/afio/v2.0/native_handle_type.hpp
+++ b/include/llfio/v2.0/native_handle_type.hpp
diff --git a/include/afio/v2.0/outcome b/include/llfio/v2.0/outcome
-Subproject 2f521b22a9417cd75108c73aa62822a17538fa9
+Subproject 2f521b22a9417cd75108c73aa62822a17538fa9
diff --git a/include/afio/v2.0/path_discovery.hpp b/include/llfio/v2.0/path_discovery.hpp
index ad6ee9fb..ad6ee9fb 100644
--- a/include/afio/v2.0/path_discovery.hpp
+++ b/include/llfio/v2.0/path_discovery.hpp
diff --git a/include/afio/v2.0/path_handle.hpp b/include/llfio/v2.0/path_handle.hpp
index b759fb1d..b759fb1d 100644
--- a/include/afio/v2.0/path_handle.hpp
+++ b/include/llfio/v2.0/path_handle.hpp
diff --git a/include/afio/v2.0/path_view.hpp b/include/llfio/v2.0/path_view.hpp
index ba81c695..ba81c695 100644
--- a/include/afio/v2.0/path_view.hpp
+++ b/include/llfio/v2.0/path_view.hpp
diff --git a/include/afio/v2.0/quickcpplib b/include/llfio/v2.0/quickcpplib
-Subproject a820b995ea46514ecec9394324a9bb397853252
+Subproject a820b995ea46514ecec9394324a9bb397853252
diff --git a/include/afio/v2.0/stat.hpp b/include/llfio/v2.0/stat.hpp
index c8cd5d4d..c8cd5d4d 100644
--- a/include/afio/v2.0/stat.hpp
+++ b/include/llfio/v2.0/stat.hpp
diff --git a/include/afio/v2.0/statfs.hpp b/include/llfio/v2.0/statfs.hpp
index 7f0ae23b..7f0ae23b 100644
--- a/include/afio/v2.0/statfs.hpp
+++ b/include/llfio/v2.0/statfs.hpp
diff --git a/include/afio/v2.0/status_code.hpp b/include/llfio/v2.0/status_code.hpp
index 14b089f1..14b089f1 100644
--- a/include/afio/v2.0/status_code.hpp
+++ b/include/llfio/v2.0/status_code.hpp
diff --git a/include/afio/v2.0/storage_profile.hpp b/include/llfio/v2.0/storage_profile.hpp
index 36d50749..36d50749 100644
--- a/include/afio/v2.0/storage_profile.hpp
+++ b/include/llfio/v2.0/storage_profile.hpp
diff --git a/include/afio/v2.0/utils.hpp b/include/llfio/v2.0/utils.hpp
index 5869bf2a..5869bf2a 100644
--- a/include/afio/v2.0/utils.hpp
+++ b/include/llfio/v2.0/utils.hpp
diff --git a/include/afio/version.hpp b/include/llfio/version.hpp
index 7f337cf3..7f337cf3 100644
--- a/include/afio/version.hpp
+++ b/include/llfio/version.hpp