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
2020-05-04Merge branch 'develop' of https://github.com/ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-04Fix race in section_handle singleton name generation on Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-30Fix ubsan build breakage.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-30Freshen how shared libraries are produced by cmake, and work around a GCC bug...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-22Port async pipe handle test over from resumable i/o branchNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-21I *think* the i/o multiplexer design is now finished. Completely untested of ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-16Filled in more of a test IOCP multiplexer.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-15Filled out the last of the i/o multiplexer interface and lifecycle.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-24Fix compiler probes not forcing on C++ 17.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-23Minor fixes for Mac OS brew llvmNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-22travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-20Figured out libc++ support. Added to Travis CI.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-20Improve probing of which <filesystem> to use.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-18Hopefully truly fix #52 by completely reworking how coroutines and libc++ are...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-17No longer fiddle with libc++ flags on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-17Workaround path_view test failures on libstdc++.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-13Fix libc++ issues #52 (outdated <filesystem>) and #49 (char8_t)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-11Add Installability CI test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-02-27Move subrepo ensure code into quickcpplibNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-02-27Add automatic git submodule update to build, in case the user forgot to do it.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-02-26Fix all remaining PCH introduced build issues.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-02-18Switch Outcome to future v2.2 branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-12-15Fix colliding symbol. Add memory persistence academic papers to references.Niall 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-14Path view refactor passes all unit tests and asan.Niall 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-09Add C++ 20 testing to CI for GCC, clang and MSVC.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-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 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-10Fix PR #26 was not compiling on MSVC with /fpermissive- due to MSVC parser bugNiall 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)
2018-11-17Added combining_handle_adapter and xor_handle_adapter. These were written ove...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Lots more afio => llfio renamingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-20Fix example targets not existing if doxygen not installed in cmake.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-06-19Did a bit more work on trying to get the single file header edition working. ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-08Fix AFIO programs, which had got broke once again.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-08Add CI testing of both status_code and error_code editions of AFIO.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-07Tried getting the single header edition pruned down to a reasonable size, fai...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-07Now fully compiling with experimental SG14 status_code.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-31Fix build breakage on POSIX hopefullyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-31In theory, OS X now works. You'll need LLVM clang though, XCode 9.2 is still ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2017-09-26Implemented refactor of async_file_handle on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-24Restore Visual Studio support. Many, many, many thanks to @jamboree for telli...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)