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 (Expand)Author
2019-10-11Refactored path_view now links on all platforms in all C++ standards.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-09Add C++ 20 testing to CI for GCC, clang and MSVC.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-10Fix issue #27 Enumerating empty directories causes infinite loop on WindowsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-27Remove map_view<T>, as attached<T> has supplanted it. This bring LLFIO up to ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-12-15Fix failure to rebuild docs, and failure to build status_code edition.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-12-15Added a bit more testing of the handle adapters.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-11-17Added combining_handle_adapter and xor_handle_adapter. These were written ove...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-11-12Rename cached_parent_handle_adapter into handle_adapter/cached_parent.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-19First attempt at fast_random_file_handle. I find it too slow.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-31Add large, huge and massive page support, for Windows. POSIX support is coming.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-22Work around issue #9 by using a two pass approach in win32_apply_maps().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-24i/o buffers now work as if they were span<byte>.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-12Split algorithm::mapped_span<T> into map_view<T> and mapped<T>, as per the TS...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-09Renamed edition actually appears to be compiling, surprisingly.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-09Final bout of renaming before I rename the github repo.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-24Broke logging and status_code out into their own headers.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-19Add single-header sanity check.Niall 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-06Added non-volatile memory support.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-11-22Implemented algorithm::trivial_vector, not debugged it yet.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-25wip Replacing async_file_handle's i/o routines with ABI stable editions whichNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-18Added a new free function construct<T>() through which handle implementations...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-15Path discovery is implemented and working well for Windows. POSIX not yet.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-14wip implementing path discovery framework for temp directoriesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-13Theoretically async_file_handle now supports the Coroutines TS. I have no way...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-08Made a start on mapped_file_handleNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-28Removed the fallback lock facility in algorithm::shared_fs_mutex::memory_map ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-27Added unit test for path_view.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-23updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-23Once again fully compiling on FreeBSD. And using libc++ including its experim...Niall Douglas
2017-08-21Added algorithm::mapped_view, and barrier_on_close for mapped sections.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-18Added a test for directory enumeration, which is now debugged.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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 test...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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 in...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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 c...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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 of...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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)