mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
refs #105, wip version bump and updated readme.
This commit is contained in:
parent
dbf882b124
commit
b15977a05a
@ -525,6 +525,14 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.5.3 (WIP)
|
||||
|
||||
* Pull request [#105](https://github.com/gulrak/filesystem/issues/105), added
|
||||
option GHC_FILESYSTEM_BUILD_STD_TESTING to override additional build of
|
||||
`std::filesystem` versions of the tests for comparison and the possibility
|
||||
to use GHC_FILESYSTEM_TEST_COMPILE_FEATURES to prefill the used compile
|
||||
features defaulting to CMAKE_CXX_COMPILE_FEATURES when not given.
|
||||
|
||||
### [v1.5.2](https://github.com/gulrak/filesystem/releases/tag/v1.5.2)
|
||||
|
||||
* Enhancement [#104](https://github.com/gulrak/filesystem/issues/104),
|
||||
|
@ -290,7 +290,7 @@
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||
#define GHC_FILESYSTEM_VERSION 10502L
|
||||
#define GHC_FILESYSTEM_VERSION 10503L
|
||||
|
||||
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
|
||||
#define GHC_WITH_EXCEPTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user