179 Commits

Author SHA1 Message Date
Steffen Schuemann
19d0c63c29 refs #116, systems without d_type can now use GHC_NO_DIRENT_D_TYPE to compile, experimental QNX support 2021-05-24 09:30:42 +02:00
Steffen Schuemann
231b64fec0 Merge branch 'feature-122-recursive-iterator-follows-dead-symlinks'
# Conflicts:
#	README.md
2021-05-23 16:21:08 +02:00
Steffen Schümann
70cf2f03ba Merge branch 'feature-124-mapped-volumes-wrongly-handled-as-symlinks' 2021-05-23 16:06:13 +02:00
Steffen Schümann
9c6ff202e7 refs #121, fix for mingw compile issue 2021-05-23 11:29:04 +02:00
Steffen Schümann
a697b05dd7 refs #121, allow fs::remove on read-only entries in windows too 2021-05-23 10:53:58 +02:00
Steffen Schümann
cf4e05d42f refs #124, fix for mingw compile issue 2021-05-23 10:05:47 +02:00
Steffen Schümann
e51e6ee46b refs #124, mapped folder/volumes where wrongly handled as symlinks, failing fs::canonical 2021-05-23 08:46:50 +02:00
Steffen Schuemann
873a55addf refs #122, fix for dead symlink iteration error 2021-05-22 07:14:47 +02:00
Steffen Schuemann
37442cc5ea refs #119, add additional tests and missing character literal types support 2021-05-02 01:46:08 +02:00
Владислав Щапов
6ab0cb2844 - Detect libstdc++ from gcc-5 and never. 2021-04-18 20:41:50 +05:00
Steffen Schuemann
76c3966df4 refs #113, switched to tag based comments and test names instead of C++17 paragraph numbers to become more standard version agnostic 2021-03-27 09:22:04 +01:00
Steffen Schuemann
2a8b380f8d Release v1.5.4 2021-03-21 19:13:43 +01:00
Steffen Schuemann
1037c02950 Removing indirect refresh calls on directory_entry on posix
removing redundant path instance from windows directory_iterator implementation
2021-03-20 20:41:01 +01:00
Steffen Schümann
b82066f27e refs #110, first cygwin support 2021-03-20 18:01:02 +01:00
gulrak
d768b60d49
Merge pull request #109 from albert-github/feature/bug_filesystem_spell
Correcting spelling errors
2021-03-19 19:55:55 +01:00
albert-github
828062889a Correcting spelling errors
Correcting spelling errors
2021-03-19 12:20:32 +01:00
Philipp Bucher
67e708cc4f
using static_cast instead of old style cast
This is a warning in GCC when using -Wold-style-cast
2021-03-18 14:57:10 +01:00
Steffen Schuemann
8d45dc4d41 refs #107, fix handling of inaccessible symlink target errors 2021-03-14 10:45:10 +01:00
Steffen Schuemann
b15977a05a refs #105, wip version bump and updated readme. 2021-03-06 08:26:41 +01:00
Steffen Schuemann
f86be09be3 Release v1.5.2 2021-02-27 20:49:48 +01:00
Steffen Schuemann
f37cdd5af5 Merge branch 'feature-104-posix-iterator-performance' 2021-02-27 17:51:53 +01:00
Steffen Schuemann
264445eaee refs #104, fixing last half-commit 2021-02-22 23:40:39 +01:00
Steffen Schuemann
5c02ca36b4 refs #104, fixed noexcept inconsistency 2021-02-22 23:31:56 +01:00
Steffen Schuemann
8a19af1f63 refs #104, performance related refactoring 2021-02-22 23:13:44 +01:00
Владислав Щапов
f98478c33b Enabled wchar_t path Source on UNIX 2021-02-21 21:57:27 +05:00
Владислав Щапов
b78b0239a3 Improved string_view support 2021-02-17 18:41:26 +05:00
Владислав Щапов
011e039c4b Removed duplicate encoding conversion 2021-02-15 22:15:26 +05:00
gulrak
77a8df068d
Merge pull request #96 from phprus/custom-api-spec
Allow customization of export attributes
2021-02-11 08:19:16 +01:00
Steffen Schuemann
88f9c3613a wip version bump 2021-02-11 08:15:17 +01:00
Владислав Щапов
2dbb71acae Allow customization export attributes. 2021-02-10 20:14:18 +05:00
Steffen Schuemann
3d3c02ce35 Version bump and updated readme. 2021-02-07 14:07:06 +01:00
Steffen Schuemann
9970d3354f Fixed unused parameter isse. 2021-02-07 13:20:28 +01:00
Steffen Schuemann
967c563d07 Merge remote-tracking branch 'origin/feature-90-native-format-backend' 2021-02-07 11:57:55 +01:00
Steffen Schümann
fdf5bb0179 refs #90, made wchar_t/wstring default on Windows 2021-02-07 10:02:12 +01:00
Steffen Schümann
9e3d42fd72 refs #90, avoid unneeded conversions when using wchar_t backend 2021-02-06 14:32:14 +01:00
Steffen Schuemann
75c647f327 refs #90, small optimizations 2021-02-06 12:49:16 +01:00
Steffen Schümann
ff271edfee refs #90, fix some mingw compile issues 2021-02-06 09:10:55 +01:00
Steffen Schümann
6699f6a3da refs #90, initial support of wstring as backend storage of path 2021-02-01 00:34:09 +01:00
Steffen Schuemann
3eddea2ea8 refs #90, switch from internal_separator to preferred_separator use after refactoring 2021-01-31 13:36:50 +01:00
Steffen Schuemann
4944a87e18 refs #90, additional compile issue fixes 2021-01-31 13:04:14 +01:00
Steffen Schuemann
a7abc2ad4a refs #90, fixing stuff broken on POSIX side during backend rework. 2021-01-31 12:03:17 +01:00
Steffen Schümann
c96b0059c3 refs #90, native path backend - stage two, prefix handling repaired and configurable, all tests working on Windows (wchar_t backend will be stage 3) 2021-01-31 11:39:48 +01:00
Steffen Schümann
8fac7e5254 refs #90, first stage of backend rework done, tests besides namespaced/prefixed long filenames working with char value_type again 2021-01-24 12:57:58 +01:00
Steffen Schümann
b869b9fc4b refs #90, work on switching from generic_format backend to (normalized) native_format backend 2021-01-23 11:19:30 +01:00
Steffen Schuemann
973abff4b9 refs #89, added operator==() to fs::file_status 2021-01-21 19:01:42 +01:00
Steffen Schuemann
de57485877 refs #88, updated readme and bumped to wip version 2021-01-21 09:14:57 +01:00
Steffen Schuemann
6bf13c0ce1 refs #88, fix signed/unsigned issue 2021-01-21 00:23:15 +01:00
Steffen Schuemann
9206877fc8 refs #88, work on path::parent_path() optimization 2021-01-21 00:06:35 +01:00
Steffen Schuemann
8166dd1546 Release v1.4.0 2020-12-31 10:37:49 +01:00
Steffen Schuemann
3225d122ac refs #71, added three-way comparison to directory_entry 2020-12-28 23:20:32 +01:00