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 (Expand)Author
2021-04-20Remove all remaining mentions of async_file_handle (issue #78).Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-26Debugged the .ci.cmake script for prebuilt binaries on my own computer, this ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-13Tests now all pass on resumable i/o branch merge.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-24Last round of C++ 20 fixes, all is clean now.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-08extents() now returns an extent_pair, as per LEWG-I guidance.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-16Add reservation to mapped_temp_inode().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-25LLFIO is now make installable and cmake find_package()-able, which should imp...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Fix all warnings when built as 32 bit. Hopefully fix ARM build issues on Trav...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-06-13Merge branch 'develop' of github.com:ned14/boost.afio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-06-13Rename fsyncs to barriers, as per P1031R2.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-27Remove map_view<T>, as attached<T> has supplanted it. This bring LLFIO up to ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-08Add VS2019 support, improve discard() support on older Windows, support Outco...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-12-15Fix failure to rebuild docs, and failure to build status_code edition.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-17Lots of changes to support latest WG21 SG14 status code, as the erased code i...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-26Fix stack corruption bug in the convenience read() and write() initialiser li...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-01Add preliminary symlink_handle implementation for POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-24i/o buffers now work as if they were span<byte>.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-12Split algorithm::mapped_span<T> into map_view<T> and mapped<T>, as per the TS...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-11Finished renaming all AFIO => LLFIO, I think at least.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-06More afio => llfioNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Lots more afio => llfio renamingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-30Add begin and end to buffer types so Ranges can iterate their bytes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-19Add single-header sanity check.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-18Fix unguarded use of iostreams. Hopefully this will fix Linux Travis.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-26Added a benchmark-iostreams program which was used to generate the graphs in ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-23Make errc AFIO namespace definedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-17Added example use cases for kernel page allocation, and for shared memory all...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-14Rename file_handle::length() to maximum_extent()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-11Convert AFIO over to use std::byte for buffers instead of char.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Add lots more use examplesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Refresh the free functionsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Replace single buffer convenience overloads of read() and write() with initia...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)