Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-21I *think* the i/o multiplexer design is now finished. Completely untested of ...resumable_io_branch_mergeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-16Fix header only buildNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-16Fix lack of default constructor on io_multiplexerNiall 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-15Fix appveyor only ever building develop branchNiall 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-04-14Implement io_multiplexer::io_operation_state.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-13Add the beginnings of porting over the Win IOCP implementation from the resum...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-13Tests now all pass on resumable i/o branch merge.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-10Merge from resumable i/o branch is generally now complete. Just need to write...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-10Merge remote-tracking branch 'remotes/origin/develop' into resumable_io_branc...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-09On Windows before unlinking only clone handles to add DELETE privs if a direc...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-09Fix bug in refactored path_view where forward slash to back slash translation...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-09More progress on merging resumable_io branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-07Merge branch 'develop' into resumable_io_branch_mergeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-07Fix build breakageNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-07Replace scoped_undo with a C++ 20 <scope> implementation.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-03WiP merge of parts of the resumable_io branch into develop branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-31Fix operator== and operator!= being completely borked for path_view_component...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-30Fix breakage in last commit of the status_code edition.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-30Finally implement the long awaited algorithm::remove_all(), a directory tree ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-25typoNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-25Disable the failing test on travisNiall 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-24Last round of C++ 20 fixes, all is clean now.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-23section_handle::flag::write_via_syscall now forces mapped sections to be read...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-23Fix failure to update the map in syscall writing mode if a write off the end ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-23Fix absolute timeouts on POSIX, which were utterly broken.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-23Add section_handle::flag::write_via_syscall, a mechanism for having mapped fi...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-23Many small fixes for clang 10 in C++ 20 mode.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-22travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-22travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-22travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-22travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-21Print environment on travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-21travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-21Completely refactored travis.yml fileNiall 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.improved_libc++_supportNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-19Fix all test failures on Mac OSNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-18Add differencing to nasty char8_t emulation.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-18Fix build failure if OpenMP is enabled.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-18Merge branch 'develop' of github.com:ned14/llfio into developNiall 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-18Builds once again on MacOS, but tests do not currently passNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-17Disable osx on Travis until MacOS 10.15 deploys.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-17Reenable OSX for Travis, see how bad things are.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)