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-10-14Disable printing on travis now we've diagnosed the problem.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-14Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-13Disable coroutines testing on travis entirely, it doesn't have the required libsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-13Try bumping travis clang to v8 to see if it has the filesystem ts linkage.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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
wrong on travis.
2019-10-11Add fs probe results for a 4x Intel SSD under VROC RAID0.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-09Remove use of .u8string() everywhere, as it is incompatible on C++ 20.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 arg to ctest_configureNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-09Reenable cdash, print config options supplied.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-09Build _dl as well on TravisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-09Disable cdash upload until travis can be diagnosedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-09Try instead putting a ; in the ci script.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-08Hopefully definitely fix programs on Travis this time.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-08Fix programs not building on travis.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-08Suppress clang warnings in async_file_handle.hpp when compiling with status ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
code.
2019-10-07In theory superbuild will now work?!? Also patch in status code coroutine ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
support.
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-04Use develop branch of Outcome for dependency.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-04Replace git submodule based dependencies with cmake install based ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
dependencies instead.
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
implement cmake hunter support. Significantly slimmed down the headers being dragged in by the default LLFIO include, specifically that outcome<T> is no longer dragged in, and: - #36 Async file i/o and storage profile have been modularised out of the default headers. - #36 Mapped file i/o can be modularised out of the default headers. Changed barrier kind to class enum, as per latest WG21 spec.
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-16updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Misc CI build fixes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Fix all warnings when built as 32 bit. Hopefully fix ARM build issues on ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Travis too.
2019-09-12Fix ARM Travis CI trying to test ubsan.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Add UTF-16 codepoints normalised by NTFS in Windows.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-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)