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/cmake
AgeCommit message (Collapse)Author
2017-08-17Should now be fully working with new quickcpplib discovery mechanismNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-16KernelTest now requires C++ 17 for its aggregate tuple, so made only the ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
tests link to it not the rest of AFIO. That means AFIO's tests now compile under C++17 instead of C++ 14. directory_handle, apart from enumeration, now has a test suite and is working on Windows and POSIX.
2017-08-13Ported over directory_handle from AFIO v1 for Windows, POSIX still to come.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-04Split stuff which would be shared with directory_handle out of file_handle ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
into a new fs_handle common base class
2017-07-28Lots more fixes, test/shared_fs_mutex.cpp is now compiling. The rest is not.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-27Took a few hours, but found and fixed a major bug in Outcome. Getting quite ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
close now to it compiling.
2017-07-25DOES NOT BUILD wip conversion of AFIO to Outcome v2Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-21We now use a proper custom NTSTATUS error code category on Windows instead ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
of converting to Win32 codes. Made a start on replacing all usage of make_*() with Outcome v2.
2017-07-15Significantly improve support for LLVM-vs2014 toolsetNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-13Preparation for quickcpplib and outcome v2 portNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)