Steffen Schümann
|
b3d9a50bb5
|
Removed unwanted generation of temp strings.
|
2021-06-14 21:34:37 +02:00 |
|
Steffen Schümann
|
cd68567543
|
Bump wip version
|
2021-06-14 21:31:44 +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
|
4e21ab3057
|
Version bump and updated readme.
v1.5.6
|
2021-05-24 10:09:27 +02:00 |
|
Steffen Schuemann
|
a0e5e43c90
|
Merge branch 'feature-116-better-support-for-systems-without-dirent-d_type'
|
2021-05-24 10:03:20 +02:00 |
|
Steffen Schuemann
|
c029736d27
|
Updated readme.
|
2021-05-24 09:55:50 +02:00 |
|
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
|
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 Schuemann
|
31665c040a
|
Updated readme.
|
2021-05-23 16:19:37 +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
|
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
|
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 Schümann
|
7e009bcf6f
|
refs #122: added test that iterates over dead symlinks
|
2021-05-22 06:37:52 +02:00 |
|
Steffen Schuemann
|
e65a6baf76
|
Updated readme.
|
2021-05-02 23:14: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 |
|
gulrak
|
777e3c9a34
|
Merge pull request #118 from phprus/test-root-unix
Disable some tests if running on root.
|
2021-04-26 18:42:24 +02:00 |
|
Владислав Щапов
|
22d1133ea5
|
Disable some tests if running on root.
|
2021-04-24 01:41:07 +05:00 |
|
Владислав Щапов
|
b9faee7f5d
|
libstdc++ version check.
|
2021-04-24 01:08:48 +05:00 |
|
gulrak
|
7fb50217da
|
Merge pull request #115 from phprus/experimental-string_view
Improved string_view support (v2)
|
2021-04-20 22:29:20 +02:00 |
|
Владислав Щапов
|
6ab0cb2844
|
- Detect libstdc++ from gcc-5 and never.
|
2021-04-18 20:41:50 +05:00 |
|
Steffen Schuemann
|
fc875735dd
|
Updated readme.
|
2021-04-06 12:09:32 +02:00 |
|
Steffen Schuemann
|
6dc4ece24b
|
refs #114, use Availability.h in supporting headers
|
2021-04-03 12:24:48 +02:00 |
|
Steffen Schuemann
|
494e751709
|
refs #113, removed square brackets from test names to fix ctest/catch2 issue
|
2021-03-27 14:26:55 +01: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
v1.5.4
|
2021-03-21 19:13:43 +01:00 |
|
gulrak
|
c29d535bb5
|
Merge pull request #112 from albert-github/feature/bug_spell
Spelling checking corrections
|
2021-03-21 13:49:33 +01:00 |
|
albert-github
|
865f09be7b
|
Spelling checking corrections
A number of spelling errors, layout errors etc.
|
2021-03-21 11:58:37 +01:00 |
|
Steffen Schuemann
|
fd9bb43015
|
Merge branch 'feature-111-further-directory-iteration-optimization'
|
2021-03-21 10:38:09 +01:00 |
|
Steffen Schuemann
|
9092e09c99
|
Updated readme.
|
2021-03-21 10:37:45 +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 |
|
gulrak
|
b8cff0c99c
|
Merge pull request #108 from philbucher/patch-1
using static_cast instead of old style cast
|
2021-03-19 19:53:31 +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
|
399941fe55
|
Updated readme.
|
2021-03-14 11:31:56 +01:00 |
|
Steffen Schuemann
|
8d45dc4d41
|
refs #107, fix handling of inaccessible symlink target errors
|
2021-03-14 10:45:10 +01:00 |
|
gulrak
|
0858444609
|
Merge pull request #106 from phprus/cmake-appleclang
Fixed detection of the AppleClang compiler
|
2021-03-14 08:24:25 +01:00 |
|
Владислав Щапов
|
7b6b600fd1
|
Fixed detection of the AppleClang compiler.
|
2021-03-12 15:55:43 +05:00 |
|
Steffen Schuemann
|
b15977a05a
|
refs #105, wip version bump and updated readme.
|
2021-03-06 08:26:41 +01:00 |
|
gulrak
|
dbf882b124
|
Merge pull request #105 from phprus/test-options
Added options for testing
|
2021-03-06 08:16:30 +01:00 |
|
Владислав Щапов
|
6033320a1a
|
Added options for testing
|
2021-03-05 22:04:53 +05:00 |
|