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
2021-09-08current_process_memory_usage: Add system memory stats.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-08-21map_handle cache now looks to be working well.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-08-21Reimplemented current_process_memory_usage() for Linux so it's a lot faster f...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-08-04Try once again on passing CI on Mac.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-08-03Try fix last commit on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-08-03Add utils::current_process_cpu_usage().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-05-25Fix CI failures in last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-05-25Fix bug where native Linux dynamic_thread_pool_group would schedule delayed w...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-05-11Fix preceding commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-04-15Merge https://github.com/ned14/llfio/pull/77 into my current working tree and...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-19Reenable the llfio::dynamic_thread_pool_group::io_aware_work_item unit test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Fix failure to execute with priority on Linux native dynamic_thread_pool_group.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16more wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16More wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Make the dynamic thread pool work scheduling not quite as strict in the nativ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16wip native linux threadpool implementation for dynamic_thread_pool_group.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Implemented and debugged a Grand Unified Dispatch backend for dynamic_thread_...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Implement dynamic_thread_pool_group::io_aware_work_item.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Add unit test to ensure nested dynamic thread pool groups work as expected. S...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Add statfs_t::f_iosinprogress and statfs_t::f_ioswaittime whichNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-15Fix inability to open directory junctions on Windows using `symlink_handle` (...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-06Fix lots of bugs due to newer kernel 5.8 in Ubuntu 20.04, and OpenZFS v0.8:Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-01-29Port from AFIO v1 `normalise_path()`, whose API I have improved and made more...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-24Disable one of the MSVC Experimental Filesystem emulations, because it is lit...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-24Add path view special casing for VS2017 Experimental Filesystem.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-20path_view tests now pass on at least MSVC and libstdc++.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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-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-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-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-11More Windows install fixes, disable issue0009 test on 32 bit, yet more debug ...Niall 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-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-13Don't commit stuff when sick and at 10.30pm at night! Fix previous commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-13Extend issue0009 timeout on Mac OS, it looks like it's a touch slow to tear d...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-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-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-07-13On POSIX, non-atomic renames were losing path tracking. Also, renameat2() was...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Fix bug in reduce() on POSIX which was causing random failure to reduce.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Yet more travis and appveyor bashingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03More travis bashing, more appveyor debug printingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Add more appveyor debug printingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Fix perhaps the cause of appveyor failing.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)