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
2018-06-07AFIO core library now compiles clean using experimental status_code, unit tes...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-01Good progress on the experiment status_code support in AFIO. Not there yet mi...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-31Fix file_handle::barrier() not working, at all, on Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-29Fix loss of build compatibility with Linux 2.6 kernelsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-29Fix programs not building.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-28Take a stab in the dark as to what is causing unit test failure on Windows on...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-28handle::current_path() didn't detect immediately unlinked files on Windows 10...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-27Use new POSIX-delete syscall when on Windows 10 1709 or later.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-26Added a benchmark-iostreams program which was used to generate the graphs in ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-25updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-23Replaced all win32 and ntkernel error construction with win32_error() and ntk...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-23POSIX code now returns failure via posix_error() helper function.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-23Make errc AFIO namespace definedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-17Added example use cases for kernel page allocation, and for shared memory all...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-16updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-15Stop fetching inode metadata on handle open, now fetch it lazy on demand.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-14Rename file_handle::length() to maximum_extent()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-11Fix up programs to use std::byte buffers.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-11Convert AFIO over to use std::byte for buffers instead of char.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Add lots more use examplesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Fix broken programs, lack of regen of docsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Refresh the free functionsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Replace single buffer convenience overloads of read() and write() with initia...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-06Added non-volatile memory support.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-02-12Fixed inefficiency where inodes created with temp_inode() were being double-d...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-02-12Enable map_handle::truncate() to relocate the map if user permits.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-02-12Implement map_handle::truncate() on Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-02-08Did quite a bit of optimisation work of trivial_vector on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2018-02-07Finally figured out the cause of the trivial_vector failure on POSIX. AFIO ou...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2018-02-07updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2018-02-04Merge pull request #4 from maksqwe/fix_lockNiall Douglas
2018-02-03Use correct bytes for the lockMaks Naumov
2018-02-02Made error_info's converting constructor from error_code explicit, and thus f...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-02-02Fixed quite a lot of stuff on OS X, and now the async i/o is working correctlyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2018-02-01More OS X build fixesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2018-02-01Disable the GCC build on Travis, the libstdc++-7 confuses clang 4.0.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-31Fix build breakage on POSIX hopefullyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-31In theory, OS X now works. You'll need LLVM clang though, XCode 9.2 is still ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2018-01-29Finally completely delinted on Windows and POSIX. Only took nearly a month :(Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-25Second round of clang-tidy fixing on the Windows codeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-25First round of delinting Windows codepathsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-25AFIO is finally completely delinted on POSIX. Only took a few months :). Tomo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-25Delint, delint, o where art thou delint ... ?Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-24Ever more delintNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-24More delint, and restore build on POSIXNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-22Another round of clang-tidy --fixesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-22More delintingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-19Back to the delintingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-19Remove all constexpr from defaulted functions. I hadn't realised it deletes t...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-15Now builds on Windows on POSIX with latest peer review ready Outcome. Cool.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)