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
AgeCommit message (Collapse)Author
2018-10-17Lots of changes to support latest WG21 SG14 status code, as the erased code ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
is now move-only, which in turn requires the async i/o completion handlers to all use rvalue refs instead of lvalue refs. This helped find and fix a fair few inefficient corner cases along the way, which is great.
2018-09-03Add a CI test checking for non-inline symbols in the header only build.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Relocate initialiser list io_handle read function into file_handle
2018-08-26Fix stack corruption bug in the convenience read() and write() initialiser ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
list based overloads.
2018-07-24i/o buffers now work as if they were span<byte>.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Implemented many of the missing functions in path_view. Implemented symlink_handle for Windows.
2018-07-03Lots more afio => llfio renamingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Rename afio to llfio part 1 of manyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)