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
2020-11-20Fix unit test failures, and regress Windows CI testing to VS2017 as VS2019 la...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-19Prevent over eager path manipulation in fs_handle::containing_directory()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-19Fix without_trailing_separator() removing root.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-19Add path_view::without_trailing_separator().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-19Also fix path_view::remove_filename(), which was not returning a trailing slash.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-19Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-19Fix bug in path_view::parent_path() where "/x.txt" was not returning "/" as t...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-17Stop printing debug info in path_discovery only on clang.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-12Fix bad code last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-12Rework how path_view::c_str's constructors are implemented to work around thi...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11Even more debug printing for clang path view.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11Breakout github action workflow into individual flows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11More Windows install fixes, disable issue0009 test on 32 bit, yet more debug ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11Finally useful things to fix from the new github actions CI:Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11againNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11againNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10againNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10againNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10againNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10Yet more github actions CI fixes. Also print more about clang failing to disc...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10Hopefully this ought to fix all outstanding failures on new github actions CINiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-05Print more debugging when tests fail on clang on travis.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-04Fix build on clang.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-30Implement the latest round of changes to path_view as per WG21 LEWG guidance.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-30Work around VS2017's shortcomings to restore build support.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-29Try again VS2017 build fix.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-29Hopefully fix build breakage on VS2017.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-29Ended up completely rewriting the algorithm as neither the original nor the P...Robert Leahy
2020-10-28Fix fat finger mistake in deadline macros.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-16Add memory_resource support to path_view::c_str, as per LEWG recent feedback.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-15Fix symbol clash due to lack of proper marking up path_handle::exists().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-15Add missing formatting reinterpretation path view constructor.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-14Fix overly conservative static assert in path view.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-13Bump clang 11 workarounds detections.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-13Fix link failure when using libstdc++ with char8_t available.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-13Try again with libc++Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-12Fix programs build becoming broken from path_view changes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-12Fix issue0009 which had been refactored to match Windows, and does not work o...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-12P1030 refactored path_view appears to be mostly working. Tests all pass on Wi...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-09More wip path_view refactor to meet latest P1030R4, now working on MSVC, not ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-08Long, long round of refactoring path_view to match latest P1030 draft normati...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-06Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-06Fix UB in status code config of LLFIO, whereby there was a cast to an object ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-02Fix the LLFIO_DEADLINE_* macros not qualifying their errc::timed_out returns ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-07Fix the poor performance of the previous commits fixing the race condition in...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-05Fix a bug in map_handle on Windows where under the last commit, NtUnmapViewOf...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-04Fix a subtle race condition in map_handle on Windows where if many threads ar...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-08-14Fix corner case bug which could cause mapped_file_handle::truncate() to not a...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-08-10Fix file_handle::clone_extents() not correctly detecting old Linux kernels mi...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-30Merge branch 'develop' of https://github.com/ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)