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
2017-08-17Change how quickccplib dependencies are found.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-16KernelTest now requires C++ 17 for its aggregate tuple, so made only the test...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-31All tests are passing once again on Windows (if built with clang 5.0)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-29Fix warnings when built in Release. Fix failure to discover tests to run in CI.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-29Now fully compiling, although almost certainly not working.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-26DOES NOT BUILD wip more conversion of AFIO to Outcome v2Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-21We now use a proper custom NTSTATUS error code category on Windows instead of...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-12Finally fully compiling on Linux with GCC 6Niall 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-08Test a solution to generic error conditions instead of hard coding errnosNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-06Fix code rotNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-05Fixed the code rot which had set into AFIO due to renaming caused by getting ...Niall 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)
2016-08-27Refactored code to handle bitfield and undoer now living in Boost-lite, and c...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-26I believe all extant test failures are now fixed.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-23Fix cmake config error. Bumped cmake required to 3.1.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-22Made map_handle unit testing much more complete, and thus found and fixed a r...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-22Made the logging for the creation of any handle properly report the handle fd...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-22Added the ability to get the AFIO logger to immediately print to a std::ostream.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-19Added a kerneltest for map_handle, and found and fixed many more bugs in map_...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-18Added a proper unit test for the new section_handle, and in so doing found an...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-17Added kernel test for kernel_section_handle. Compiles, but untested (tomorrow!).Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-14KernelTest is now used as a proper Boostish library. Many small fixes to get ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-10updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-09Added support for libstdc++ filesystem. Added precompiled header usage to the...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-30Fixed bad printing of flags, and cause of test failure.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-22Added in lots of new file_handle_create_close parameter permutation combinati...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-22Expanded the file_handle_create_close kernel parametersNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-18First fully functioning unit test for AFIO v2. Let's see if Appveyor likes it!Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-18Improved commenting in the test runner as I'd actually forgotten what my own ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-17First mostly properly working editionNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-16Largely debugged AFIO v2's very first permuter test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-08updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-05Implemented kerneltest hooks. We should now be clear to start pasting back in...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-04wip but good progress todayNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-04Add checking of results from permuteNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-06-02Finally nailed the syntax for unit test parameter permute list initialisers. ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)