mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-11 02:36:33 +08:00
Version bump, release v1.1.0
This commit is contained in:
parent
c75a663ec9
commit
4eb622868a
@ -438,7 +438,7 @@ to the expected behavior.
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
### v1.1.0 (wip)
|
### [v1.1.0](https://github.com/gulrak/filesystem/releases/tag/v1.1.0)
|
||||||
|
|
||||||
* Restructuring of the project directory. The header files are now using
|
* Restructuring of the project directory. The header files are now using
|
||||||
`hpp` as extension to be marked as c++ and they where moved to
|
`hpp` as extension to be marked as c++ and they where moved to
|
||||||
@ -460,6 +460,8 @@ to the expected behavior.
|
|||||||
* The `std::basic_string_view` variants of the `fs::path` api are
|
* The `std::basic_string_view` variants of the `fs::path` api are
|
||||||
now supported when compiling with C++17.
|
now supported when compiling with C++17.
|
||||||
* Added CI integration for Travis-CI and Appveyor.
|
* Added CI integration for Travis-CI and Appveyor.
|
||||||
|
* Fixed MingW compilation issues.
|
||||||
|
* Added long filename support for Windows.
|
||||||
|
|
||||||
### [v1.0.10](https://github.com/gulrak/filesystem/releases/tag/v1.0.10)
|
### [v1.0.10](https://github.com/gulrak/filesystem/releases/tag/v1.0.10)
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@
|
|||||||
#define LWG_2937_BEHAVIOUR
|
#define LWG_2937_BEHAVIOUR
|
||||||
|
|
||||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||||
#define GHC_FILESYSTEM_VERSION 10011L
|
#define GHC_FILESYSTEM_VERSION 10100L
|
||||||
|
|
||||||
namespace ghc {
|
namespace ghc {
|
||||||
namespace filesystem {
|
namespace filesystem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user