Steffen Schümann
29b5acd3d6
equivalent() now compares filesystem identity only; added related tests, refs #210
2026-07-14 23:14:14 +02:00
Steffen Schümann
796515b6be
Handle malformed UTF-16 sequences in toUtf8 conversion and update error handling, refs #209 .
2026-07-13 21:09:13 +02:00
Steffen Schümann
09540bf5e7
Add symlink handling tests and fix recursive_directory_iterator behavior with symlinks (refs #178 )
2026-07-13 01:20:44 +02:00
Steffen Schümann
73212968f6
Squashed commit of the following:
...
commit 16e1157d4e0a484c5b0045551ce0e083e566d582
Author: Steffen Schümann <s.schuemann@pobox.com>
Date: Sun Jul 12 14:53:28 2026 +0200
Improve file time precision checks and initialize `directory_entry`'s `_last_write_time`
commit 4bc18b09557747baf03cdc412102b4166627eba9
Author: Steffen Schümann <s.schuemann@pobox.com>
Date: Sun Jul 12 13:12:35 2026 +0200
Preserve subsecond precision for `last_write_time()` and related filesystem metadata (#208 )
2026-07-12 15:11:57 +02:00
Steffen Schümann
38f91bd470
last_write_time() now consistently follows symlinks and respects timestamps (#207 )
2026-07-12 12:02:18 +02:00
Steffen Schümann
9a98ce0d2b
Add GHC_FILESYSTEM_FWD_TEST check in filesystem tests
2026-07-12 11:23:18 +02:00
Steffen Schümann
442d95aa41
Handle Windows unknown error codes safely in systemErrorText ( #206 )
2026-07-12 10:47:39 +02:00
Steffen Schümann
998d93cdf4
copy_file() handls non-regular sources with error reporting (#205 )
2026-07-12 10:06:11 +02:00
Steffen Schümann
831d54a21d
Squashed commit of the following:
...
commit a6aab92fb26c569d8fcf417d903601a3b3d4ce6f
Author: Steffen Schümann <s.schuemann@pobox.com>
Date: Sat Jul 11 23:04:57 2026 +0200
Refine `weakly_canonical` test to validate error codes and handle invalid paths more robustly.
commit 21b931bd977608fcdcb1ae79aaf4383ffdae517c
Merge: 48a868a 134f5e6
Author: Steffen Schümann <s.schuemann@pobox.com>
Date: Sat Jul 11 22:11:16 2026 +0200
Merge branch 'master' into feature-204-weakly-canonical-ignores-errors
commit 48a868a11a69ac174f9ec2eacc5ac78bd72b6ef3
Author: Steffen Schümann <s.schuemann@pobox.com>
Date: Sat Jul 11 21:48:57 2026 +0200
Propagate `weakly_canonical()` component lookup errors and improve error handling in filesystem tests (#204 )
2026-07-12 00:00:06 +02:00
Steffen Schümann
134f5e61be
Update CMake test configuration for standardized filesystem support
...
Refactored to use `AddExecutableWithStdFS` for conditional standard filesystem testing, ensuring proper linking and test setup only when the target is available.
2026-07-11 22:01:09 +02:00
Steffen Schümann
6dfddd981e
Merge branch 'feature-200-fstream-test'
2026-07-11 21:22:43 +02:00
Steffen Schümann
cdbf7835b4
Add tests <fstream> addition and update CMake
2026-07-11 21:22:17 +02:00
Steffen Schümann
58c373188b
Add support for device UNC paths in canonical() ( #171 )
2026-07-11 20:40:28 +02:00
Steffen Schümann
730589f53e
Squashed commit of the following:
...
commit 333fc89c7d3f8962d7bc1025565c27e046f28e28
Author: Steffen Schümann <s.schuemann@pobox.com>
Date: Sat Jul 11 18:37:05 2026 +0200
Removed extra tests that were added but unrelated to the fix.
commit 542f355853fcae25e788c4514fe57494200797ce
Author: Steffen Schümann <s.schuemann@pobox.com>
Date: Sat Jul 11 18:29:40 2026 +0200
lexically_normal() preserves IPv6 components in device UNC paths (#170 )
2026-07-11 20:18:58 +02:00
Steffen Schümann
4d2f630892
Fix appending to host-only UNC paths by inserting missing separator ( #191 )
2026-07-11 16:09:44 +02:00
Steffen Schümann
87157acd6c
Fix lexically_normal() to correctly preserve unresolved parent components in relative paths
2026-07-11 09:58:07 +02:00
Steffen Schümann
5f7303f5cd
Fix MSVC 2015 warning for noexcept with disabled exceptions
2026-07-10 23:44:16 +02:00
Steffen Schümann
79ce44f0a6
Define CATCH_CONFIG_NO_COUNTER across tests to disable Catch2's counter feature for broader compiler support.
2026-07-10 17:19:17 +02:00
Steffen Schümann
8741115872
Allow iteration while exceptions are disabled and reactivate proximate(...) for that case
2026-07-10 17:01:36 +02:00
Steffen Schuemann
b1982f06c8
work on ci scripts
2024-04-27 12:20:18 +02:00
Steffen Schuemann
72a03b3c6d
work on ci scripts
2024-04-27 12:00:20 +02:00
vgeorgiev
eeed314237
Fix handling of trailing slash
2024-02-21 17:55:00 -06:00
vgeorgiev
768b5cb11b
Fix lexically_relative return when base path evaluates to *this
2024-02-21 11:07:19 -06:00
Steffen Schuemann
e5ae1bd3e3
refs #166 , ".." does not have extension ."
2023-05-17 07:18:52 +02:00
Steffen Schuemann
e3341b2f64
refs #146 , fix mingw build issue
2023-03-04 12:03:12 +01:00
Steffen Schuemann
6a94e84da4
refs #151 , stop throwing on fs: 🇩🇪 :refresh for broken symlinks, and added test
2023-03-04 09:59:16 +01:00
Steffen Schuemann
7da9be91c9
test for permission copying
2023-03-03 23:42:44 +01:00
Steffen Schuemann
b6d302f5b9
Merge branch 'feature-156-posix-issue-stem-filename-extension'
2023-03-02 19:01:15 +01:00
Steffen Schuemann
efc077f553
refs #156 : Windows path handling artifact bled into POSIX
2023-03-02 08:20:18 +01:00
begasus
a9c18e0880
Fix Haiku build
2023-02-19 14:17:05 +01:00
Steffen Schuemann
cd6805e94d
Version bump release v1.5.12
...
Took 30 minutes
2022-04-03 11:40:58 +02:00
Steffen Schuemann
c4907cc681
Merge branch 'master' of github.com:gulrak/filesystem
...
# Conflicts:
# test/CMakeLists.txt
Took 30 minutes
2022-04-02 19:33:55 +02:00
Steffen Schuemann
977e5d6284
refs #142 , solaris support for tests
...
Took 2 minutes
2022-04-02 13:53:16 +02:00
Steffen Schuemann
723c787b9e
refs #142 , solaris support for tests
...
Took 3 minutes
2022-04-02 13:51:20 +02:00
Steffen Schuemann
91e71f7f54
refs #142 , solaris support for tests
...
Took 51 minutes
2022-04-02 13:47:16 +02:00
Vladislav Shchapov
d4e12344d6
Fix C++20 test errors
2022-02-07 18:42:49 +05:00
James Le Cuirot
f0467f4384
Update Catch header to v2.13.7 to fix tests against glibc 2.34
2021-11-22 22:34:41 +00:00
Владислав Щапов
1f3943b1c4
Fix ghc::filesystem::remove_all behavior if argument is symlink
2021-09-23 00:55:09 +05:00
Steffen Schuemann
d87ac130cf
Squashed commit of the following:
...
commit 2bef80eec1fe16a23e34143b9a5a32b04d612ed2
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 20:11:36 2021 +0200
wip
commit e8c063d7ea66d2bdcbd1535b12dac1ca24afc7b9
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 20:05:04 2021 +0200
wip
commit aafdebf274cafacfd6e1472621b015e48d547412
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 19:50:39 2021 +0200
wip
commit b36f13655a09c3bac62afc6079ba010eb934493d
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 18:05:35 2021 +0200
wip
commit eee191875c0d6816022342d341eaa43f5f83c4ff
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 17:32:35 2021 +0200
more wip
commit 0ff949ab5f21055298aee8d7fcdda3a10f61a69c
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 17:12:18 2021 +0200
wip
commit ca68861cb4c4e14079bb3ab2e0c9725b0a3aece8
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 16:31:32 2021 +0200
wip
commit e188a3d2cca4f4bb84c3fa8f49e5de34ec731713
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 16:21:51 2021 +0200
wip
commit b8383ac22cdb5bab3a4f527a1c46dafd009b2f11
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 16:15:42 2021 +0200
Workflow wip...
commit 162416fe2cf2922382c7c7fd34c648b4782d48be
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 15:57:31 2021 +0200
Workflow wip...
commit 891be4cdd72b23ec86bdc0935d9201841c2c07bc
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 15:52:24 2021 +0200
Workflow wip...
commit 5c2ee653f41a38858cfaf602df639276ae1c7fbb
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 15:44:59 2021 +0200
Workflow wip...
commit bca8df081885aed67ce0952f20aa2e4a96072a04
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 15:40:23 2021 +0200
Workflow wip...
commit d94d8de098d954bffae65aec789d72c5c0b1301b
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sun Jul 4 15:34:16 2021 +0200
Workflow wip...
commit 19f301992b733e699054050fdf552c982fea300c
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sat Jul 3 21:54:11 2021 +0200
Workflow wip...
commit 495457726fc844d014e49b56acd6367160f4322b
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sat Jul 3 18:38:04 2021 +0200
workflow wip
commit fde42cd4a5f865807703ff6814d9d0e8dfbde030
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sat Jul 3 18:34:47 2021 +0200
Testing more generic workflow.
commit ead40cc153814e23ef3ddcb654ed8c57c10f54a6
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Sat Jul 3 16:51:25 2021 +0200
Work on using GitHub workflows.
2021-07-04 20:24:13 +02:00
Steffen Schümann
15e814e820
refs #125 , fix broken windows long path test and broken create_directories with prefixed long paths
2021-06-10 01:21:07 +02:00
Steffen Schuemann
e402bad9b8
Merge branch 'master' of github.com:gulrak/filesystem
2021-05-23 16:31:57 +02:00
Steffen Schümann
51d62f88bb
Fix for merge error and failing impl_test compile.
2021-05-23 16:27:54 +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
d0b13bbc8e
Merge branch 'feature-121-remove-handling-of-read-only-entires'
2021-05-23 15:58:55 +02:00
Steffen Schümann
05a41f6dae
refs #123 , build tests with WIN32_LEAN_AND_MEAN to ensure this keeps working
2021-05-23 15:55:47 +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
7e009bcf6f
refs #122 : added test that iterates over dead symlinks
2021-05-22 06:37:52 +02:00
Steffen Schuemann
37442cc5ea
refs #119 , add additional tests and missing character literal types support
2021-05-02 01:46:08 +02:00
gulrak
134dffdcbd
Merge pull request #117 from phprus/gcc-libstdcxx-version
...
libstdc++ version check.
2021-04-26 18:43:57 +02:00
Владислав Щапов
22d1133ea5
Disable some tests if running on root.
2021-04-24 01:41:07 +05:00