Posts for tag: Filesystem

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...

Today I released v1.3.2
of
ghc::filesystem
, my implementation of C++17
std::filesystem
for C++11, C++14 and C++17.
This Release added CI support for FreeBSD and ARM Linux, thanks to generous
support with pull requests from nightlark, and some bug fixes. The two new
platforms are possible with the service of Cirrus CI and Drone.
Read more...