
Today I released v1.4.0
of
ghc::filesystem
, my implementation of C++17
std::filesystem
for C++11, C++14, C++17 and C++20.
This release brings C++20 enhancements, when compiled with C++20:
char8_t/std::u8string support and the spaceship operator <=> for
fs::path. Additionally LWG_2936_BEHAVIOUR is now on by default.
Read more...
Today I released v1.3.10
of
ghc::filesystem
, my implementation of C++17
std::filesystem
for C++11, C++14 and C++17.
This is a small bugfix release, fixing issues with Source parameters that
are string views and making the bit operations for filesystem bitmasks
constexpr as they should be.
Read more...
Today I released v1.3.8
of
ghc::filesystem
, my implementation of C++17
std::filesystem
for C++11, C++14 and C++17.
This release fixes the dynamic std::filesystem switching helpers to respect
the macOS deployment target, an issue with skip_permission_denied on SIP
protected folders on macOS, and the handling of NTFS reparse points to
mapped volumes.
Read more...
Today I released v1.3.6
of
ghc::filesystem
, my implementation of C++17
std::filesystem
for C++11, C++14 and C++17.
This release fixes symlink evaluation on Windows, enhances the performance
of path handling and directory iteration, and root names are now case
insensitive on Windows, introducing the new LWG_2936_BEHAVIOUR switch.
Read more...
Today I released v1.3.4
of
ghc::filesystem
, my implementation of C++17
std::filesystem
for C++11, C++14 and C++17.
This release brings support for compilation with disabled exceptions, better
Android and emscripten support, fixes for clang++ with C++17 on Windows and
some performance related refactoring.
Read more...