ghc::filesystem Release v1.3.10

2020-12-27 11:38
Today I released [v1.3.10](https://github.com/gulrak/filesystem/releases/tag/v1.3.10) of [`ghc::filesystem`](https://github.com/gulrak/filesystem), my implementation of C++17 [`std::filesystem`](https://en.cppreference.com/w/cpp/filesystem) for C++11, C++14 and C++17.

This Release small release fixes the missing constexpr of bitmask operations an issue where Source template parameters where not allowed to be used with std::string_view when using C++17.

I expect this to be the last v1.3.x release, as my focus is now getting the C++20 support done and releasing it with v1.4.0.

Read more...

ghc::filesystem Release v1.3.8

2020-11-15 20:56
Today I released [v1.3.8](https://github.com/gulrak/filesystem/releases/tag/v1.3.8) of [`ghc::filesystem`](https://github.com/gulrak/filesystem), my implementation of C++17 [`std::filesystem`](https://en.cppreference.com/w/cpp/filesystem) for C++11, C++14 and C++17.

This Release mainly fixes an issue with reparse points under windows and the skip_permission_denied handling on directory iteration.

Read more...

ghc::filesystem Release v1.3.6

2020-10-10 07:46
Today I released [v1.3.6](https://github.com/gulrak/filesystem/releases/tag/v1.3.6) of [`ghc::filesystem`](https://github.com/gulrak/filesystem), my implementation of C++17 [`std::filesystem`](https://en.cppreference.com/w/cpp/filesystem) for C++11, C++14 and C++17.

This Release adds CentOS 7 and 8 to the CI tested and supported platforms. Additionally the fs::path class was optimized to create less copies and temporaries during many operations.

Read more...

ghc::filesystem Release v1.3.4

2020-08-30 08:03
Today I released [v1.3.4](https://github.com/gulrak/filesystem/releases/tag/v1.3.4) of [`ghc::filesystem`](https://github.com/gulrak/filesystem), my implementation of C++17 [`std::filesystem`](https://en.cppreference.com/w/cpp/filesystem) for C++11, C++14 and C++17.

This Release added some enhancements to better support Android and Emscripten.

Read more...

ghc::filesystem Release v1.3.2

2020-03-30 22:54
Today I released [v1.3.2](https://github.com/gulrak/filesystem/releases/tag/v1.3.2) of [`ghc::filesystem`](https://github.com/gulrak/filesystem), my implementation of C++17 [`std::filesystem`](https://en.cppreference.com/w/cpp/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...