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-03Tidy up the make_free_function marker. Replace QUICKCPPLIB_CONSTEXPR with con...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-31Implemented handle::current_path() for all platforms. Should now pass all uni...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-31Various warnings fixes on MSVC. Still ICEs :(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-30doxygen fixes, reenabled Appveyor but with clang/LLVMNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-29Added deadline to unlink and relink.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-29Travis to use GCC 7 from now onNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-29updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-29updNiall 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-27Significantly tightened up the trivial and layout requirements for the scatte...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-27Took a few hours, but found and fixed a major bug in Outcome. Getting quite c...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-25DOES NOT BUILD wip 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-15Significantly improve support for LLVM-vs2014 toolsetNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-14Merge branch 'master' of github.com:ned14/boost.afioNiall 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-07-13Replace boost-lite with quickcpplibNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-13Preparation for quickcpplib and outcome v2 portNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-06-15updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-05-09updNiall 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-28Use cmake namespaced target aliases for indicating dependencies between libra...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-27Work around lack of dependency tracking with Makefiles and NinjaNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-23Fix more header only symbol collisionsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-23Fixed multiple failures to mark up .ipp functions with BOOST_AFIO_HEADERS_ONL...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-23Add map_handle::map() constructor overload for creating anonymous new memory.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-20Fixed multiple incorrect returns of empty results for suceesful outcomes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-19Fix bug where move construction was not causing native_handle_type to reset i...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-19tempNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-18Merge commit 'ec2ec75ecf8426bf97ba8e7bd6b4b42a9d'Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-18AFIO was not actually usable as a header only library, fixedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-18Try again .ci.cmakeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-18Error out if user hasn't defined _UNICODENiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-16Fix regression on Windows when locking entire file with byte range locksNiall 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-16updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-15Put prebuilt binaries into an afio directoryNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-15CI script wasn't uploading prebuilt binaries for Linux properlyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-15Fix an out of bounds read when an error occurs. Now clean with asan, ubsan, t...Niall 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-15I had forgotten to implement async_file_handle::barrier(), fixed.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-15Finished the new barrier() function for all platforms (was called sync())Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-14A little bit more work on sync()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-14Add new handle::sync() implementation. Which is a very dangerous new function.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-14Fixed a bug where shared_fs_mutex::~memory_map was trying to close down a loc...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)