mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Release ghc::filesystem v1.3.4
This commit is contained in:
parent
80543b681b
commit
d8abf146a4
10
README.md
10
README.md
@ -5,7 +5,7 @@
|
|||||||
[](https://cirrus-ci.com/github/gulrak/filesystem)
|
[](https://cirrus-ci.com/github/gulrak/filesystem)
|
||||||
[](https://cloud.drone.io/gulrak/filesystem)
|
[](https://cloud.drone.io/gulrak/filesystem)
|
||||||
[](https://coveralls.io/github/gulrak/filesystem?branch=master)
|
[](https://coveralls.io/github/gulrak/filesystem?branch=master)
|
||||||
[](https://github.com/gulrak/filesystem/tree/v1.3.2)
|
[](https://github.com/gulrak/filesystem/tree/v1.3.4)
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
|
|
||||||
@ -106,8 +106,8 @@ in the standard, and there might be issues in these implementations too.
|
|||||||
|
|
||||||
### Downloads
|
### Downloads
|
||||||
|
|
||||||
The latest release version is [v1.3.2](https://github.com/gulrak/filesystem/tree/v1.3.2) and
|
The latest release version is [v1.3.4](https://github.com/gulrak/filesystem/tree/v1.3.4) and
|
||||||
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.3.2).
|
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.3.4).
|
||||||
|
|
||||||
### Using it as Single-File-Header
|
### Using it as Single-File-Header
|
||||||
|
|
||||||
@ -487,13 +487,15 @@ to the expected behavior.
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
### v1.3.3 (wip)
|
### [v1.3.4](https://github.com/gulrak/filesystem/releases/tag/v1.3.4)
|
||||||
|
|
||||||
* Pull request [#69](https://github.com/gulrak/filesystem/pull/69), use `wchar_t` versions of
|
* Pull request [#69](https://github.com/gulrak/filesystem/pull/69), use `wchar_t` versions of
|
||||||
`std::fstream` from `ghc::filesystem::fstream` wrappers on Windows if using GCC with libc++.
|
`std::fstream` from `ghc::filesystem::fstream` wrappers on Windows if using GCC with libc++.
|
||||||
* Bugfix for [#68](https://github.com/gulrak/filesystem/issues/68), better handling of
|
* Bugfix for [#68](https://github.com/gulrak/filesystem/issues/68), better handling of
|
||||||
permission issues for directory iterators when using `fs::directory_options::skip_permission_denied`
|
permission issues for directory iterators when using `fs::directory_options::skip_permission_denied`
|
||||||
and initial support for compilation with emscripten.
|
and initial support for compilation with emscripten.
|
||||||
|
* Refactoring for [#66](https://github.com/gulrak/filesystem/issues/63), unneeded shared_ptr guards
|
||||||
|
where removed and the file handles closed where needed to avoid unnecessary allocations.
|
||||||
* Bugfix for [#63](https://github.com/gulrak/filesystem/issues/63), fixed issues on Windows
|
* Bugfix for [#63](https://github.com/gulrak/filesystem/issues/63), fixed issues on Windows
|
||||||
with clang++ and C++17.
|
with clang++ and C++17.
|
||||||
* Pull request [#62](https://github.com/gulrak/filesystem/pull/62), various fixes for
|
* Pull request [#62](https://github.com/gulrak/filesystem/pull/62), various fixes for
|
||||||
|
@ -191,7 +191,7 @@
|
|||||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||||
#define GHC_FILESYSTEM_VERSION 10303L
|
#define GHC_FILESYSTEM_VERSION 10304L
|
||||||
|
|
||||||
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
|
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
|
||||||
#define GHC_WITH_EXCEPTIONS
|
#define GHC_WITH_EXCEPTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user