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>2017-11-22 01:22:23 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-11-22 01:22:23 +0300
commite2b51a59d8ae530bdc2af70f785422c084191034 (patch)
treef4540d0ff666c31ed5a9038242316458d4e2bea1 /release_notes.md
parent9e315f74277f3bd9ccf7db0d17e6a991b0afbe46 (diff)
Implemented algorithm::trivial_vector, not debugged it yet.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_notes.md b/release_notes.md
index 41dcc5cb..5becee0d 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -187,13 +187,13 @@ Todo thereafter in order of priority:
| NEW in v2 | Windows | POSIX | |
| --------- | --------| ----- | --- |
-| ✔ | | | `std::pmr::memory_resource` adapting a file backing.
| ✔ | | | `afio::algorithm::vector<T>` with constant time reallocation if `T` is trivially copyable.
| ✔ | | | Some algorithm primitive for intelligently resizing a typed view or vector.
| ✔ | | | Linux KAIO support for native non-blocking `O_DIRECT` i/o
| ✔ | | | Reliable directory hierarchy deletion algorithm.
| ✔ | | | Reliable directory hierarchy copy algorithm.
| ✔ | | | Reliable directory hierarchy update (two and three way) algorithm.
+| ✔ | | | `std::pmr::memory_resource` adapting a file backing if on C++ 17.
| ✔ | | | Extended attributes support.
| ✔ | | | Algorithm to replace all duplicate content with hard links.
| ✔ | | | Algorithm to figure out all paths for a hard linked inode.