105 Commits

Author SHA1 Message Date
Steffen Schuemann
c63d9d7481 Updated readme and comments. 2019-04-27 07:30:58 +02:00
Steffen Schuemann
8e6e9a41e7 Updated readme. 2019-04-21 00:43:31 +02:00
Steffen Schuemann
c16681473f Work on CI integration. 2019-04-21 00:26:59 +02:00
Steffen Schuemann
42f9040b81 Work on CI integration. 2019-04-20 11:14:50 +02:00
Steffen Schuemann
626521b713 Work on CI integration. 2019-04-20 11:01:46 +02:00
Steffen Schuemann
f027d3055f Work on CI integration. 2019-04-20 09:56:50 +02:00
Steffen Schuemann
9b670e316e Work on CI integration. 2019-04-20 09:33:18 +02:00
Steffen Schuemann
b42a94e1a3 Fix typo. 2019-04-19 14:43:37 +02:00
Steffen Schuemann
5b67e04379 Work on CI integration. 2019-04-19 14:42:50 +02:00
Steffen Schuemann
9085725056 Work on CI integration. 2019-04-19 14:16:46 +02:00
Steffen Schuemann
8b222fc06f Work on CI integration. 2019-04-19 14:08:28 +02:00
Steffen Schuemann
48d794e180 Fix on long filename support. 2019-04-19 13:52:17 +02:00
Steffen Schuemann
9c98a0cbaa Work on CI integration. 2019-04-19 13:47:50 +02:00
Steffen Schuemann
ca84fcbb78 Work on CI integration. 2019-04-19 11:38:05 +02:00
Steffen Schuemann
1e0d0323b2 Work on CI integration. 2019-04-19 08:22:17 +02:00
Steffen Schuemann
00a0a09ba0 Work on CI integration. 2019-04-18 13:30:55 +02:00
Steffen Schuemann
9c2cdf64d3 Work on CI integration. 2019-04-18 13:25:46 +02:00
Steffen Schuemann
141c42d106 Work on CI integration. 2019-04-18 13:09:37 +02:00
Steffen Schuemann
2e9cf2940f Added info on unicode test failing with std::filesystem from GCC 8.2.0 on macOS 10.12. 2019-04-18 13:06:19 +02:00
Steffen Schuemann
00a8d0437d Work on CI support. 2019-04-18 12:40:14 +02:00
gulrak
6ab8c8fc72 Work on supporting prefixed long filenames on Windows. 2019-03-26 00:48:51 -07:00
gulrak
e49340a846 Added support for std::string_view based path functions when using C++17 2019-03-26 00:47:35 -07:00
Steffen Schuemann
ec2bc5af0c Added additional headers to sources list. 2019-03-24 15:19:18 +01:00
Steffen Schuemann
de2c1187a4 Added helper headers to dynamically select std::filesystem or ghc::filesystem into the namespace fs. 2019-03-24 15:16:36 +01:00
Steffen Schuemann
d4eae36f7c Updated readme. 2019-03-24 14:32:22 +01:00
Steffen Schümann
e8b2bee859 Some changes to make the forwarding/implementation way work on MSVC. 2019-03-24 12:46:19 +01:00
Steffen Schuemann
243963558e Fixed cmake error in Xcode coverage test case. 2019-03-24 10:31:29 +01:00
gulrak
03f849d23f Added support for forwarding/implementation includes to enhance compile time and hide system headers. 2019-03-24 01:53:44 -07:00
gulrak
72e8d2e950 Restructured include directories and enhanced CMake support. 2019-03-24 01:32:13 -07:00
Steffen Schuemann
96b8384886 Version bump, release v1.0.10 v1.0.10 2019-03-22 22:53:32 +01:00
Steffen Schümann
4e98fbf315 Fix compile error on Windows test. 2019-03-22 22:42:23 +01:00
Steffen Schuemann
1b7d9457c0 Fix for compiler errors on allocator variant test for generic_string() on GCC8 std::filesystem. 2019-03-22 22:30:01 +01:00
Steffen Schuemann
48259ed052 Fix for macOS build. 2019-03-22 22:23:27 +01:00
gulrak
78ddb7aed7 Renamed filesystem.h to filesystem.hpp 2019-03-22 14:11:41 -07:00
gulrak
3338d968ea Added some checks to hopefully better compile with Android NDK 2019-03-22 13:49:04 -07:00
gulrak
ede29b0495 refs #9, additional checks for generic_string() 2019-03-22 13:44:20 -07:00
Steffen Schuemann
d780c18d60 refs #9, added missing return statement 2019-03-20 08:06:48 +01:00
Steffen Schuemann
e8218feebe Release v1.0.8 v1.0.8 2019-03-16 19:17:39 +01:00
Steffen Schuemann
1dd0455e9c Updated readme. 2019-03-06 07:10:43 +01:00
Steffen Schuemann
036cf96bb6 additions to changes for #6, don't count removal of non-existing files 2019-03-06 07:05:10 +01:00
Steffen Schuemann
b98a74ab1d directory_iterator on Windows should free resources when reaching end(), #8 2019-03-06 06:53:17 +01:00
Steffen Schuemann
4966d1b822 Updated readme. 2019-03-06 06:32:57 +01:00
Steffen Schuemann
1349d3d5a5 Fix for remove_all handling when calling for non-existent or regular file. (#6) 2019-03-06 00:05:49 +01:00
gulrak
71d05aa49d
Merge pull request #7 from actboy168/patch-1
“=” should be “==”
2019-03-05 23:28:11 +01:00
Steffen Schuemann
39f9a9d6e4 Work on next release started. 2019-03-05 23:26:15 +01:00
actboy168
ade387c05f
“=” should be “==” 2019-03-05 16:35:05 +08:00
Steffen Schuemann
9c4b8204e4 Fixed readme. v1.0.6 2019-01-05 17:20:38 +01:00
Steffen Schuemann
c8ab61dcf8 Version bump and updated release notes. 2019-01-05 17:17:27 +01:00
Steffen Schuemann
e91c868e41 Updated readme. 2019-01-04 09:59:39 +01:00
Steffen Schuemann
c6050c3a18 fixes #5: added missing std namespace 2019-01-04 09:56:55 +01:00