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 (Collapse)Author
2019-09-11Print whether clang or gcc in cmake cdashNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Drop trusty on travis in favour of bionic. Trusty is unusable for doxygen.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Remove g++-6 from travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Try removing toolchains from travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Try g++-7 on travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Try installing g++-5 on travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Reenable doxygen 1.8.16Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Fix bad travis yamlNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-10Disable cmake for the docs generation on travis, and do it by hand, see why ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
it's hanging.
2019-09-10Fix PR #35 where nvram lightweight barrier had an incorrect implementation ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
which didn't work. Fix issue #33 by moving lightweight barrier into a free function called nvram_barrier().
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
codepoints are banned on the local filing system.
2019-09-08Add illegal-codepoints test for SG16 Unicode discussion.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-08updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-07Give up on custom doxygen, use trusty's broken doxygenNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-07Fix wrong doxygen version in travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-07Fix doxygen download URLNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-07Add doxygen to travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-07Fix path discovery, which was broken on ext filing systems. Yes, I deeply ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
apologise for such a bad boo boo, I don't use ext4 myself.
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)
of it actually works :(
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
mem_flush_stores(), as per WG14 feedback.
2019-06-13Merge branch 'develop' of github.com:ned14/boost.afio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-06-13Rename fsyncs to barriers, as per P1031R2.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)
date with P1031R2.
2019-05-24Rework how filled buffers are returned, so that 1M scatter-gather lists ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
scale well.
2019-05-24Reworked mapped<T> to use P1631 attach/detach, and made map_handle and ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
mapped_file_handle into P1631 attached<T> sources.
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Outcome v2.1.
2019-04-09Fix issue #18 where __cpuid identifier was macro clashing. Also update to ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
latest Outcome.
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-15Fix up missing namespacing in doxygen docs.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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
over a number of weeks in very short bursts on the train to work, so they are riddled with bugs. Do not use them until the documentation warning regarding them has been removed.
2018-11-12Rename cached_parent_handle_adapter into handle_adapter/cached_parent.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
fast_random_file_handle wasn't exported from DLLs, and was missing function overrides. Made io_handle::extent_guard available to subclasses.
2018-11-09Update build docs with more detail (issue #13)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-11-09Merge pull request #15 from assarbad/masterNiall Douglas
Some enhancements (hopefully) to the build documentation.
2018-11-09Some enhancements (hopefully) to the build documentation.Oliver Schneider
- This also contains one spelling correction (user -> use a) - Rendering names of used tools the way they are rendered by their creators - Added a few links
2018-11-07Merged from develop branch as CDash reports all greenJenkins nedprod CI
2018-11-07Add dedicated build page, hopefully help solving issues #13 and #14.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-26Merged from develop branch as CDash reports all greenJenkins nedprod CI
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-18Restore ntkernel category somehow deleted by merge from master.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-18Merge branch 'develop'Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)