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
2019-12-29Merge parts of #45 and #47 to implement UNICODE agnosticism on Windows. Thank...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-06More afio => llfioNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Lots more afio => llfio renamingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-27Use new POSIX-delete syscall when on Windows 10 1709 or later.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-06Manually fixed up some lintNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-01Windows side of trivial_vector pretty much done. Still have yet to refactor P...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-11-27Reworked the failure reporting in AFIO to use Outcome's fancy new payload ada...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)
2017-09-10Now clang 5.0 with its Coroutines TS is out, added Coroutines TS detection to...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04Fix missing header on Linux, should compile now.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-28Add testing of new safe_byte_ranges, both via processes and via threads.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-28Removed the fallback lock facility in algorithm::shared_fs_mutex::memory_map ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-25Lots of robustness work on shared_fs_mutex/memory_map testing, it still fails...Niall Douglas
2017-08-17Change how quickccplib dependencies are found.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-29Finish renaming to AFIO.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-28Lots more fixes, test/shared_fs_mutex.cpp is now compiling. The rest is not.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-14First attempt at a port to QuickCppLib and Outcome v2 (it's not working yet)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-05-03Relicenced under Apache 2.0 + Boost licenceNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-16See if Travis passes when non-ORD locks are usedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-15Hopefully fix occasional SIGBUS on Linux in shared_fs_mutex::memory_mapNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-13It's very nearly passing all tests on POSIX now, just child_process is failin...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-12Supposedly should now be compiling clean on POSIX, but fails on clang due to ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-06Fix code rotNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-22Relocated a large chunk of utils stuff into boost-liteNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-06Fixed bad constexpr in fast_hash.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-06Added the final unit test before CppCon 2016 which checks that memory_map cor...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-05Fixed various warnings. Build time is also now tractable on my fairly ancient...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-04Found a big problem where win_delete_on_last_close was causing opens of such ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-29First integration test for memory_map shared_fs_mutex is complete.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-28Added the beginnings of the new shared_fs_mutex integration test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)