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.
2019-09-12Fix all warnings when built as 32 bit. Hopefully fix ARM build issues on ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Travis too.
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.