Posts for tag: C++

ghc::filesystem Release v1.3.10

2020-12-27 13:36

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

ghc::filesystem Release v1.3.8

2020-11-15 22:55

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

ghc::filesystem Release v1.3.6

2020-10-10 09:40

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

ghc::filesystem Release v1.3.4

2020-08-30 10:00

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

ghc::filesystem Release v1.3.2

2020-03-30 22:54

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