mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-08-12 06:08:58 +08:00
Updated readme.
This commit is contained in:
parent
21b1fb9d1d
commit
083a981464
17
README.md
17
README.md
@ -1,7 +1,9 @@
|
||||

|
||||

|
||||

|
||||
[](https://travis-ci.org/gulrak/filesystem)
|
||||
[](https://ci.appveyor.com/project/gulrak/filesystem)
|
||||
[](https://ci.appveyor.com/project/gulrak/filesystem)
|
||||
[](https://cirrus-ci.com/github/gulrak/filesystem)
|
||||
[](https://cloud.drone.io/gulrak/filesystem)
|
||||
[](https://coveralls.io/github/gulrak/filesystem?branch=master)
|
||||
[](https://github.com/gulrak/filesystem/tree/v1.3.0)
|
||||
|
||||
@ -482,6 +484,17 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.3.1 (wip)
|
||||
|
||||
* Pull request [#53](https://github.com/gulrak/filesystem/pull/53), fix for wrong
|
||||
handling of leading whitespace when reading `fs::path` from a stream.
|
||||
* Pull request [#52](https://github.com/gulrak/filesystem/pull/52), an ARM Linux
|
||||
target is now part of the CI infrastructure with the service of Drone CI.
|
||||
* Pull request [#51](https://github.com/gulrak/filesystem/pull/51), FreeBSD is now
|
||||
part of the CI infrastucture with the service of Cirrus CI.
|
||||
* Pull request [#50](https://github.com/gulrak/filesystem/pull/50), adaptive cast to
|
||||
`timespec` fields to avoid warnings.
|
||||
|
||||
### [v1.3.0](https://github.com/gulrak/filesystem/releases/tag/v1.3.0)
|
||||
|
||||
* **Important: `ghc::filesystem` is re-licensed from BSD-3-Clause to MIT license.** (see
|
||||
|
@ -19,7 +19,7 @@ else()
|
||||
target_link_libraries(filesystem_test ghc_filesystem)
|
||||
target_compile_options(filesystem_test PRIVATE
|
||||
$<$<CXX_COMPILER_ID:Clang>:-Wall -Wextra -Wshadow -Wconversion -Wsign-conversion -Wpedantic -Werror>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wall -Wextra -Wshadow -Wconversion -Wsign-conversion -Wpedantic -Werror>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wall -Wextra -Wshadow -Wconversion -Wsign-conversion -Wpedantic -Werror -Wno-psabi>
|
||||
$<$<CXX_COMPILER_ID:MSVC>:/WX>)
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES MSVC)
|
||||
target_compile_definitions(filesystem_test PRIVATE _CRT_SECURE_NO_WARNINGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user