mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
refs #73, updated readme and travis ci config
This commit is contained in:
parent
c8cfcf823f
commit
b96e1e7423
@ -55,10 +55,6 @@ matrix:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- eval "${MATRIX_EVAL}"
|
- eval "${MATRIX_EVAL}"
|
||||||
- |
|
|
||||||
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
|
||||||
brew update
|
|
||||||
fi
|
|
||||||
- |
|
- |
|
||||||
if [ "${GHC_COVERAGE}" = "1" ]; then
|
if [ "${GHC_COVERAGE}" = "1" ]; then
|
||||||
gem install coveralls-lcov
|
gem install coveralls-lcov
|
||||||
|
@ -487,6 +487,12 @@ to the expected behavior.
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### v1.3.5 (WIP)
|
||||||
|
|
||||||
|
* Refactoring for [#73](https://github.com/gulrak/filesystem/issues/68), enhanced performance
|
||||||
|
in path handling. the changes lead to much fewer path/string creations or copies, speeding
|
||||||
|
up large directory iteration or operations on many path instances.
|
||||||
|
|
||||||
### [v1.3.4](https://github.com/gulrak/filesystem/releases/tag/v1.3.4)
|
### [v1.3.4](https://github.com/gulrak/filesystem/releases/tag/v1.3.4)
|
||||||
|
|
||||||
* Pull request [#69](https://github.com/gulrak/filesystem/pull/69), use `wchar_t` versions of
|
* Pull request [#69](https://github.com/gulrak/filesystem/pull/69), use `wchar_t` versions of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user