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
path: root/cmake
AgeCommit message (Expand)Author
2022-09-13Fix issue #102 Using a status code converted from a file_io_error segfaults.Niall Douglas
2022-02-23Implement tls_socket_source, tls_socket_handle, an OpenSSL based implementation,Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-06Make setting an extended attribute on Windows race free.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-03Add support for listing, setting, and getting extended attributes on files an...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-12Merge pull request #88 from ned14/masterNiall Douglas
2022-01-11Use exported quickcpplib cmakelib and scripts pathsHenrik 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-27wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21byte_socket_handle: Now passing all tests on POSIX as well.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21Add test for byte_socket_handle.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-20Rename io_handle to byte_io_handle.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-01BREAKING CHANGE: Merge the latest changes to path_view demanded by WG21 LEWG.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-09-24Fix section_handle::flag::write_via_syscall, which broke if buffers were zero...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-08-21Reimplemented current_process_memory_usage() for Linux so it's a lot faster f...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-08-20Using the new bitwise tries algorithm in QuickCppLib, implement map_handle ca...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-03-16Add statfs_t::f_iosinprogress and statfs_t::f_ioswaittime whichNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-15Fix inability to open directory junctions on Windows using `symlink_handle` (...all_tests_passed_17a15470b8d079625732bccfc96a3dd45e18f1c1Niall 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-11-10againNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10Yet more github actions CI fixes. Also print more about clang failing to disc...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10Hopefully this ought to fix all outstanding failures on new github actions CINiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-13Bump clang 11 workarounds detections.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-13Fix link failure when using libstdc++ with char8_t available.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-06Fix UB in status code config of LLFIO, whereby there was a cast to an object ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-04Fix a subtle race condition in map_handle on Windows where if many threads ar...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-10Fix build breakage from yesterday.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Try reenabling ubuntu-toolchain-r in travis, as this old GCC 7.4 is really ki...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-02Fix bug in clone_extents_to() on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-30Fix hang on Linux caused by statx implementation. Fix various compile failure...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29As I broke trunk last commit, push the wip files which fix trunk, even though...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29Fix symbol collision in reduce.ipp, and multiple warnings.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-25Replace remove_all algorithm with reduce, which is implemented using the trav...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-22Implement algorithm::traverse(), a generic algorithm for traversing a directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-14Make the utils test a no-op if the address or thread sanitisers are active.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-08Port process_handle over from kerneltest, long overdue doing this.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-07Add a test null i/o multiplexer, useful for optimising the i/o multiplexer im...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-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-09More progress on merging resumable_io branch.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-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-11Update cmake bootstrap script.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-18Relocate ABI runtime check into config.hpp, and make it actually work without...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)
2020-01-16Implement utils::current_process_memory_usage(), by which we discover failure...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)