mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-25 12:04:26 +08:00
Updated readme and .gitignore
This commit is contained in:
parent
46db4d8961
commit
9e69dd4a82
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
*.swp
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
@ -489,6 +489,12 @@ to the expected behavior.
|
|||||||
|
|
||||||
### v1.3.3 (wip)
|
### v1.3.3 (wip)
|
||||||
|
|
||||||
|
* 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++.
|
||||||
|
* 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`.
|
||||||
|
* Bugfix for [#63](https://github.com/gulrak/filesystem/issues/63), fixed issues on Windows
|
||||||
|
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
|
||||||
better Android support, thanks for the PR
|
better Android support, thanks for the PR
|
||||||
* Pull request [#61](https://github.com/gulrak/filesystem/pull/61), `ghc::filesystem` now
|
* Pull request [#61](https://github.com/gulrak/filesystem/pull/61), `ghc::filesystem` now
|
||||||
|
Loading…
x
Reference in New Issue
Block a user