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
2019-09-25LLFIO is now make installable and cmake find_package()-able, which should ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
implement cmake hunter support. Significantly slimmed down the headers being dragged in by the default LLFIO include, specifically that outcome<T> is no longer dragged in, and: - #36 Async file i/o and storage profile have been modularised out of the default headers. - #36 Mapped file i/o can be modularised out of the default headers. Changed barrier kind to class enum, as per latest WG21 spec.
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-06-30Add begin and end to buffer types so Ranges can iterate their bytes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Add warning about gather write use case. Restore detail::append_path_info().
2018-06-24Replace broken timers in programs with correct ones.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-31Fix file_handle::barrier() not working, at all, on Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-29Fix loss of build compatibility with Linux 2.6 kernelsNiall 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)
WG21 P1028 and P1031.
2018-04-25updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)