ghc::filesystem Release v1.2.10

2019-11-24 16:42
Heute habe ich das Fehlerbereinigungs-Release [v1.2.10](https://github.com/gulrak/filesystem/releases/tag/v1.2.10) von [`ghc::filesystem`](https://github.com/gulrak/filesystem) veröffentlicht, meiner Implementation der C++17-Komponente [`std::filesystem`](https://en.cppreference.com/w/cpp/filesystem) für die Sprachversionen C++11, C++14 and C++17. Es gab einige Windows-spezifische Probleme die ein neues Release notwendig gemacht haben.

Bei der Gelegenheit hab ich auch die CI-Konfigurationen erweitert und die automatisch getesteten Versionen umfassen nun:

  • macOS 10.12: Xcode 9.2 (clang-900.0.39.2), GCC 9.2, Clang 9.0, macOS 10.13: Xcode 10.1, macOS 10.14: Xcode 11.2
  • Windows: Visual Studio 2017, Visual Studio 2015, Visual Studio 2019, MinGW GCC 6.3 (Win32), GCC 7.2 (Win64)
  • Linux (Ubuntu): GCC (5.5, 6.5, 7.4, 8.3, 9.2), Clang (5.0, 6.0, 7.1, 8.0, 9.0)

Die Änderungen in v1.2.10:

(Projektsprache und Changelog nur in Englisch, sorry):

  • The Visual Studio 2019 compiler, GCC 9.2 and Clang 9.0 where added to the CI configuration.
  • Bugfix for #39, fs::rename on Windows didn’t replace an axisting regular file as required by the standard, but gave an error. New tests and a fix as provided in the issue was implemented.
  • Bugfix for #39, for the forwarding use via fs_fwd.hpp or fs_std_fwd.hpp der was a use of DWORD in the forwarding part leading to an error if Windows.h was not included before the header. The tests were changed to give an error in that case too and the useage of DWORD was removed.
  • Bugfix for #38, casting the return value of GetProcAddress gave a warning with -Wcast-function-type on MSYS2 and MinGW GCC 9 builds.
  • Dockumentation fix in changes of v1.2.8

Vielen Dank an alle, die Fehler oder Wünsche gemeldet haben, Lösungsvorschläge geliefert haben oder auch Fehler in der Doku behoben haben. Ich freue mich über jede Hilfe.