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
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-11-15Workarounds for VS2019 16.3.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-16Fix build breakage on GCCs 8 and later caused by path view refactor merge.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-15Try emulating char8_t on all clangs before 9.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-14Try again with the char8_t detection logic. clang implements char8_t, but doe...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-14Fix constexpr caused build errors in merged refactored path view.Niall 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-13Add -lc++experimental to Coroutines linkage, hopefully fix travis.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-12Print what ctest_build() is doing to the console, try and diagnose what's wro...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-09Try quoting args in travis.yml.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-08Suppress clang warnings in async_file_handle.hpp when compiling with status c...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-07In theory superbuild will now work?!? Also patch in status code coroutine sup...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)
2019-09-25LLFIO is now make installable and cmake find_package()-able, which should imp...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-19Fix breakage on status code edition.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-19creation::always_new now passing all tests on Windows as well.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-18Implement #34 Rename mode::truncate to truncate_existing, add mode::always_newNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Fix all warnings when built as 32 bit. Hopefully fix ARM build issues on Trav...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Add CI building on ARM, as people have asked for it (issue #37)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-09-10Fix PR #26 was not compiling on MSVC with /fpermissive- due to MSVC parser bugNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-09Add flag::win_create_case_sensitive_directory and a program testing what code...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-08Add illegal-codepoints test for SG16 Unicode discussion.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-07Lots of warnings fixes and some workarounds for GCCs 8 and 9.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-06Fixed the attached<T> stuff clearly never having been tested, because noneNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-05Fix LLFIO to use latest upstream signal_guard. Fix segfault in mapped unit test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-07-29Rename fsyncs to barriers, as per WG21 feedback. Rename ensure_stores() to me...Niall 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)
2019-05-24Rework how filled buffers are returned, so that 1M scatter-gather lists scale...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-24Reworked mapped<T> to use P1631 attach/detach, and made map_handle and mapped...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-16Replace persistent<T> with new ensure_stores() from P1631.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-08Add VS2019 support, improve discard() support on older Windows, support Outco...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-04-09Fix issue #18 where __cpuid identifier was macro clashing. Also update to lat...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-15Fix header only dependency inversion between io_service and async_file_handle.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-12-15updNiall 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-26updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-25Finish fast_random_file_handle.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-10-16Fix bad bug where map_handle on POSIX was freeing only the allocated, not the...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-09-03Add a CI test checking for non-inline symbols in the header only build.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-09-02Fixed bad edit in trivial vector which was causing test failure.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-31Large, huge and massive page support for POSIX.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)