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-08-14symlink_handle is finished and fully working on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Also fixed a number of vptr slicing bugs across the handle implementations, mainly caused by missing operator=() implementations. Fixed path_handle::clone() not working on POSIX.
2018-07-12Build fixes for previous changes on POSIX.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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
TS wording.