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
2022-09-05doxygen: Substantially improve the rendition of the doxygen docs by fixes and...Niall Douglas
2022-08-18Merge pull request #96 from BurningEnlightenment/dev/fix-dynamic-thread-pool-...Niall Douglas
2022-07-21Simplify the selection for dynamic thread pool implHenrik S. Gaßmann
2022-05-16Add cmake option LLFIO_FORCE_SIGNAL_DETECTION_OFF to disable any use of signa...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-17More CI fixing, mainly working around C++ parse bugs in older MSVCs being tes...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-16Cherry pick github actions fixes from networking branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-23Implement tls_socket_source, tls_socket_handle, an OpenSSL based implementation,Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-03Try again to fix the last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-12Merge pull request #88 from ned14/masterNiall Douglas
2022-01-11Implicitly find dependencies from package configHenrik S. Gaßmann
2022-01-11Categorize target installs with `COMPONENT`Henrik S. Gaßmann
2022-01-01ip::resolve(): Implement for Windows and async for Linux.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-20Complete the approximate implementation of byte_socket_handle and listening_s...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-11-18Also set CTEST_QUICKCPPLIB_CLONE_DIR to something different if LLFIO_DEPENDEN...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-11-18To CMakeLists add configure options:Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-11-01Add cmake options LLFIO_FORCE_CONCEPTS_OFF and LLFIO_FORCE_COROUTINES_OFF.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-04-15Maybe partially fix issue #76 where CMAKE_CXX_STANDARD wasn't affecting probe...all_tests_passed_6735fabda8723111d687cc6bab54e73fad666131Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Benchmarks now show LLFIO dynamic_thread_pool_group either matching or signif...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16wip native linux threadpool implementation for dynamic_thread_pool_group.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Hopefully fix failure to find libdispatch on Mac OS. Also hopefully fix test ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Implemented and debugged a Grand Unified Dispatch backend for dynamic_thread_...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16wip dynamic_thread_pool_group, so far has Windows support only. Note that LLF...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-02-15Port LLFIO to latest Outcome, whose TRY operation now uses value semantics fo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-02-03Bump _WIN32_WINNT to Win7.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-02-03Don't install ntkernel-error-category in status-code builds.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-02-02Add LLFIO_ENABLE_DEPENDENCY_SMOKE_TEST option for vcpkg.all_tests_passed_1d77bfa3867f98cf59beca149026a013668c06b7Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-12-17From now on, use Outcome master branch. Also, a few more small fixes to path_...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-25Improve generation of prebuilt binaries, though the Windows one is slightly b...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11More Windows install fixes, disable issue0009 test on 32 bit, yet more debug ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11Finally useful things to fix from the new github actions CI:Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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 ...resumable_io_branch_mergeNiall 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.improved_libc++_supportNiall 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)