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-09 11:59:17 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-09 11:59:17 +0300
commitc2b2bcc9c595b35e4dc456f79994889cf3d00374 (patch)
tree4030b29aff0fbc2908e8b277b8e1ca290876afc3
parent7765ae01f069b8893d4548f06d41c265237e741e (diff)
Renamed edition actually appears to be compiling, surprisingly.
-rw-r--r--.gitmodules2
-rw-r--r--cmake/headers.cmake2
-rw-r--r--include/llfio/revision.hpp6
-rw-r--r--include/llfio/v2.0/llfio.hpp (renamed from include/llfio/v2.0/afio.hpp)0
4 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 78188e3b..b185938a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "doc/html"]
path = doc/html
- url = https://github.com/ned14/afio.git
+ url = https://github.com/ned14/llfio.git
branch = gh-pages
fetchRecurseSubmodules = true
ignore = none
diff --git a/cmake/headers.cmake b/cmake/headers.cmake
index 15d88d0e..e59c5577 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -6,7 +6,6 @@ set(llfio_HEADERS
"include/llfio/ntkernel-error-category/include/config.hpp"
"include/llfio/ntkernel-error-category/include/ntkernel_category.hpp"
"include/llfio/revision.hpp"
- "include/llfio/v2.0/afio.hpp"
"include/llfio/v2.0/algorithm/cached_parent_handle_adapter.hpp"
"include/llfio/v2.0/algorithm/mapped_span.hpp"
"include/llfio/v2.0/algorithm/shared_fs_mutex/atomic_append.hpp"
@@ -26,6 +25,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/handle.hpp"
"include/llfio/v2.0/io_handle.hpp"
"include/llfio/v2.0/io_service.hpp"
+ "include/llfio/v2.0/llfio.hpp"
"include/llfio/v2.0/logging.hpp"
"include/llfio/v2.0/map_handle.hpp"
"include/llfio/v2.0/mapped_file_handle.hpp"
diff --git a/include/llfio/revision.hpp b/include/llfio/revision.hpp
index 54ea06cb..b93aabef 100644
--- a/include/llfio/revision.hpp
+++ b/include/llfio/revision.hpp
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define LLFIO_PREVIOUS_COMMIT_REF 302db08dd88a5e77fb40103ed632be1e72066bf1
-#define LLFIO_PREVIOUS_COMMIT_DATE "2018-07-06 18:07:10 +00:00"
-#define LLFIO_PREVIOUS_COMMIT_UNIQUE 302db08d
+#define LLFIO_PREVIOUS_COMMIT_REF 7765ae01f069b8893d4548f06d41c265237e741e
+#define LLFIO_PREVIOUS_COMMIT_DATE "2018-07-09 08:43:08 +00:00"
+#define LLFIO_PREVIOUS_COMMIT_UNIQUE 7765ae01
diff --git a/include/llfio/v2.0/afio.hpp b/include/llfio/v2.0/llfio.hpp
index c55a09ed..c55a09ed 100644
--- a/include/llfio/v2.0/afio.hpp
+++ b/include/llfio/v2.0/llfio.hpp