mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-28 22:11:59 +08:00
Version bump and updated readme.
This commit is contained in:
parent
6fad24ecb9
commit
1d3d5f5d7d
@ -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.5.6)
|
[](https://github.com/gulrak/filesystem/tree/v1.5.8)
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
|
|
||||||
@ -121,8 +121,8 @@ in the standard, and there might be issues in these implementations too.
|
|||||||
|
|
||||||
### Downloads
|
### Downloads
|
||||||
|
|
||||||
The latest release version is [v1.5.6](https://github.com/gulrak/filesystem/tree/v1.5.6) and
|
The latest release version is [v1.5.8](https://github.com/gulrak/filesystem/tree/v1.5.8) and
|
||||||
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.5.6).
|
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.5.8).
|
||||||
|
|
||||||
The latest pre-native-backend version is [v1.4.0](https://github.com/gulrak/filesystem/tree/v1.4.0) and
|
The latest pre-native-backend version is [v1.4.0](https://github.com/gulrak/filesystem/tree/v1.4.0) and
|
||||||
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.4.0).
|
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.4.0).
|
||||||
@ -556,7 +556,7 @@ to the expected behavior.
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
### v1.5.7 (wip)
|
### [v1.5.8](https://github.com/gulrak/filesystem/releases/tag/v1.5.8)
|
||||||
|
|
||||||
* Fix for [#125]((https://github.com/gulrak/filesystem/issues/124), where
|
* Fix for [#125]((https://github.com/gulrak/filesystem/issues/124), where
|
||||||
`fs::create_directories` on Windows no longer breaks on long filenames.
|
`fs::create_directories` on Windows no longer breaks on long filenames.
|
||||||
|
@ -301,7 +301,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 10507L
|
#define GHC_FILESYSTEM_VERSION 10508L
|
||||||
|
|
||||||
#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