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
path: root/test
AgeCommit message (Expand)Author
2020-07-03Add lots of debug printing to try and figure out why travis is failing.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-02Fix bug in clone_extents_to() on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21Fix clone_extents() not working on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21More CI fixes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21Shorten test time taken so CI passes again.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-13I *think* clone_extents is now debugged, at least on Windows anyway.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-11Weirdly, clone extents seems to be fully working this morning on POSIX, when ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-10wip implementation of file_handle::clone_extents() for POSIX. Not debugged yet.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-05wip more work on clone_extents. There is a late stage failure in the partial ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-04First working edition of file_handle::clone_extents(). This was a surprisingl...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-01Convert to latest Outcome v2.2 TRY operator.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-30Fix hang on Linux caused by statx implementation. Fix various compile failure...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29As I broke trunk last commit, push the wip files which fix trunk, even though...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29Use statx, when available, on Linux. This gives us birthtimes on Linux at lon...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-26Add another filesystem algorithm, summarize().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-25Replace remove_all algorithm with reduce, which is implemented using the trav...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-22More performance improvements to traverse. Also tested using the same directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-22Implement algorithm::traverse(), a generic algorithm for traversing a directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-14Make the utils test a no-op if the address or thread sanitisers are active.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-14Reduce how much the remove_all test tests on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-08Port process_handle over from kerneltest, long overdue doing this.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-06Fix minor build failures in status_code config.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-28Coroutines pipe test has been ported from resumable_io branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-24Implement .co_read(), .co_write() and .co_barrier() for io_handle.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-22Port async pipe handle test over from resumable i/o branchNiall 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-04-10Merge from resumable i/o branch is generally now complete. Just need to write...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-07Merge branch 'develop' into resumable_io_branch_mergeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-07Replace scoped_undo with a C++ 20 <scope> implementation.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-03WiP merge of parts of the resumable_io branch into develop branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-30Finally implement the long awaited algorithm::remove_all(), a directory tree ...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-03-19Fix all test failures on Mac OSNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-17Workaround path_view test failures on libstdc++.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-13path_view component iteration was utterly broken, fixed.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-17Add missing newly added unit test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-15Fix long standing issue #28 where Windows would fail to map a read only file ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-08path_view now matches MSVC's std::filesystem::path for UNC paths.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-07Fix path view unit test failures on C++ 17 MSVC std::filesystem (issue #46).Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-12-29Merge parts of #45 and #47 to implement UNICODE agnosticism on Windows. Thank...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-27Lots more pipe_handle related changes, including an initial unit test. Still ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-22Fix bad last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-20Rename .lock() et al to .lock_file() etc.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-18As per WG21 guidance, moved byte range locking API out of io_handle, and into...developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-14Path view refactor passes all unit tests and asan.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-11Much bug fixing of refactored path_view.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-07Rebase wip branch onto develop branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-04A watershed: LLFIO finally works with clang coroutines! All unit tests pass.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-04Replace git submodule based dependencies with cmake install based dependencie...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-25Improve detection of coroutine support when on clang 9.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)