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 (Collapse)Author
2017-08-16updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-16KernelTest now requires C++ 17 for its aggregate tuple, so made only the ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
tests link to it not the rest of AFIO. That means AFIO's tests now compile under C++17 instead of C++ 14. directory_handle, apart from enumeration, now has a test suite and is working on Windows and POSIX.
2017-07-21We now use a proper custom NTSTATUS error code category on Windows instead ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
of converting to Win32 codes. Made a start on replacing all usage of make_*() with Outcome v2.
2017-07-13Preparation for quickcpplib and outcome v2 portNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-28Use cmake namespaced target aliases for indicating dependencies between ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
libraries
2017-04-12Finally fully compiling on Linux with GCC 6Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-03Merged improvements from OutcomeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-20Fixed up the boost-lite C++ Modules build support which had become stale, ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
and Gaby wanted a repro for the ICE we see when turning on C++ Modules.
2016-08-26Fix failure to correctly pickup sibling boost-lite. Add cmake for AFIO ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
programs which are now compiling. Added in the new memory map shared_fs_mutex to benchmark-locking.
2016-08-25updNiall 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-18Added a proper unit test for the new section_handle, and in so doing found ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
and fixed many bugs.
2016-08-14Fixed accidental failure to import in cmake our dependent libraries which ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
was causing the dependent .natvis to not get built into AFIO.
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)
a completely clean winclang build.
2016-08-06Lots of minor fixes realised during the part way through merge of AFIO ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
tooling improvements into Outcome
2016-08-06Got the docs up to a bare minimumNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-04Add BoostLiteMakeDoxygenNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-27Moved afio over to use new ctest scripting for cdashNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-23Stop updating revision.hpp every commitNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-21Stop regening revision.hpp if I am a dependencyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-20AFIO is now fully ported over to the new cmake based tooling. It's only ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
taken three weeks :(
2016-07-18wip find_boostish_library()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-12Added cdash supportNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-10Tried out VS2015's experimental C++ Modules support with AFIO v2. Sadly, ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
it's a bust, no matter what I do it's ICEs all round. Disabled for now.
2016-07-09Added support for libstdc++ filesystem. Added precompiled header usage to ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
the unit test suite.
2016-07-08Now actually generating proper precompiled headers thanks to some ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
undocumented cmake support for precompiled headers. Woohoo.
2016-07-06wip precompiled headers cmake supportNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-05wip getting git commit into revision.hppNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-03cmake version is now parsed from version.hppNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-02Lots of work on the new cmake tooling. Only working on Visual Studio so far.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-07-01Beginnings of cmake toolingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)