Commit Graph

  • 0dde29d260 Merge branch 'feature-88-parent_path-performance' Steffen Schuemann 2021-01-21 09:08:19 +01:00
  • 6bf13c0ce1 refs #88, fix signed/unsigned issue feature-88-parent_path-performance Steffen Schuemann 2021-01-21 00:23:15 +01:00
  • 9206877fc8 refs #88, work on path::parent_path() optimization Steffen Schuemann 2021-01-21 00:06:35 +01:00
  • 8166dd1546 Release v1.4.0 v1.4.0 Steffen Schuemann 2020-12-31 10:37:49 +01:00
  • fed499b543 Merge branch 'feature-cpp20-support' Steffen Schuemann 2020-12-31 10:33:42 +01:00
  • 56c58756aa Small update to cirrus test script. feature-cpp20-support Steffen Schuemann 2020-12-30 11:37:17 +01:00
  • 06433ccb3c refs #71, fixing windows u8 literal test issue Steffen Schümann 2020-12-30 11:33:15 +01:00
  • 5bf0d440e7 refs #71, fix warning disable syntax for msvc Steffen Schuemann 2020-12-29 17:00:38 +01:00
  • 3225d122ac refs #71, added three-way comparison to directory_entry Steffen Schuemann 2020-12-28 23:20:32 +01:00
  • ab3cb84648 refs #71, trying to silence deprectated errors Steffen Schuemann 2020-12-28 02:14:39 +01:00
  • 45d36a8e19 refs #71, work on compilation issues on Windows Steffen Schuemann 2020-12-28 01:07:16 +01:00
  • 0282098c13 refs #71, work on readme and compile errors Steffen Schuemann 2020-12-28 00:44:43 +01:00
  • 3629ba96e5 refs #71, C++20 support, some overdue cleanup-work, to enhance readability. Steffen Schuemann 2020-12-28 00:08:16 +01:00
  • 5b5b529398 Merge branch 'master' into feature-cpp20-support Steffen Schuemann 2020-12-27 18:44:22 +01:00
  • dc8eb2d004 Updated readme. Steffen Schuemann 2020-12-27 13:44:29 +01:00
  • 3ad9525acc Release v1.3.10 v1.3.10 Steffen Schuemann 2020-12-27 13:29:15 +01:00
  • b3451220ca refs #71, work on c++20 api changes Steffen Schuemann 2020-12-27 02:20:55 +01:00
  • d2100b431f refs #71, restarted wip on C++20 support Steffen Schuemann 2020-12-27 00:03:57 +01:00
  • 011659ff75 Updated readme. Steffen Schuemann 2020-12-26 17:43:08 +01:00
  • 9c83cc14ff Merge branch 'feature-81-string-view-support' Steffen Schuemann 2020-12-26 17:41:07 +01:00
  • 0962f46650 refs #81, remove usage of string_view literal due to vs2017 issue feature-81-string-view-support Steffen Schuemann 2020-12-26 16:57:13 +01:00
  • eef2c2ba55 refs #81, work on incomplete string_view support when using c++17 Steffen Schuemann 2020-12-26 15:14:32 +01:00
  • 97577f4c3b Updated readme. Steffen Schuemann 2020-12-26 14:03:48 +01:00
  • 440e556f21 Merge branch 'feature-79-constexpr-bitmask-ops' Steffen Schuemann 2020-12-26 14:00:42 +01:00
  • b51fe02f1a WIP version bump Steffen Schuemann 2020-12-26 13:56:21 +01:00
  • ff56073075 Updated readme. Steffen Schuemann 2020-12-26 13:54:57 +01:00
  • b9fecd1030 refs #80, enabled Appveyor build on VS 2013 to test compatibility. feature-80-visual-studio-2013 Steffen Schuemann 2020-11-17 08:08:52 +01:00
  • 10e0da40bc refs #79, constexpr on non-assigning bitmask operations feature-79-constexpr-bitmask-ops Steffen Schuemann 2020-11-17 07:57:25 +01:00
  • 1edf4a3339 ghc::filesysem release v1.3.8 v1.3.8 Steffen Schuemann 2020-11-15 22:54:06 +01:00
  • 427108c8e2 updating readme and dynamic selection examples Steffen Schuemann 2020-11-15 21:12:41 +01:00
  • 809d680df9 refs #75, avoid messing with long namespaced path on windows Steffen Schümann 2020-11-10 08:34:21 +01:00
  • b3f9635581 refs #75, fix for shadow warning in test feature-75-windows-path-namespaces Steffen Schümann 2020-11-09 09:09:43 +01:00
  • b6dd2cd0f1 refs #75, more testing of windows path variants Steffen Schümann 2020-11-08 18:27:52 +01:00
  • 3fd3482559 refs #75, fix for windows path filtering on namespaces Steffen Schümann 2020-11-08 11:11:35 +01:00
  • cf7890719f refs #76, additional support for _MSVC_LANG Steffen Schuemann 2020-10-25 09:02:27 +01:00
  • 416c60a1d4 refs #78, added test of __MAC_OS_X_VERSION_MIN_REQUIRED Steffen Schuemann 2020-10-24 12:16:50 +02:00
  • 1c7204285d wip version bump Steffen Schuemann 2020-10-24 12:05:11 +02:00
  • f824d0d46b refs #77, fix skip_permission_denied inconsistency Steffen Schuemann 2020-10-24 12:03:58 +02:00
  • 7e37433f31 Release v1.3.6 v1.3.6 Steffen Schuemann 2020-10-10 09:11:06 +02:00
  • c82e11af33
    Check symlink relative flag and use correct offsets on Windows (#74) Florian Brenot 2020-10-10 08:58:06 +02:00
  • 6649653be9 Extended path prefix handling on Windows. Steffen Schümann 2020-10-09 23:57:54 +02:00
  • cdf41b8ef1
    Using the correct length this time Florian Brenot 2020-10-09 21:58:55 +02:00
  • 3867fbdf63 Check symlink relative flag and use correct offsets Florian Brenot 2020-10-09 17:05:49 +02:00
  • ff6e5e8959 updated readme Steffen Schuemann 2020-10-06 21:58:55 +02:00
  • 51d94c098a Merge branch 'feature-70-path-comparison' Steffen Schuemann 2020-10-06 21:58:24 +02:00
  • 2fe72421c5 Merge branch 'feature-70-path-comparison' of https://github.com/gulrak/filesystem into feature-70-path-comparison feature-70-path-comparison Steffen Schümann 2020-10-06 21:23:13 +02:00
  • 3cd5bc6873 refs #70, fix for non LWG2936 mode and updated readme Steffen Schümann 2020-10-06 21:17:15 +02:00
  • a22c0a94d0 refs #70, mingw compile fix Steffen Schuemann 2020-10-05 22:41:46 +02:00
  • f15dea9695 refs #70, fix for missed issue and mingw errors Steffen Schuemann 2020-10-05 21:59:29 +02:00
  • 56b5e7a174 refs #70, compare windows root names case insensitive, work on LWG 2936 option Steffen Schümann 2020-10-05 21:24:05 +02:00
  • d34cf83f7e Merge remote-tracking branch 'origin/feature-73-performance-optimization' Steffen Schümann 2020-10-04 13:47:24 +02:00
  • 993a6be3ce refs #72, bumped to wip version feature-72-allocator-rebind-centos-7 Steffen Schuemann 2020-10-01 08:11:53 +02:00
  • b96e1e7423 refs #73, updated readme and travis ci config feature-73-performance-optimization Steffen Schümann 2020-10-01 08:09:28 +02:00
  • a2ce250cd8 refs #72, updated ci config Steffen Schuemann 2020-09-30 09:24:45 +02:00
  • c8cfcf823f refs #73, performance optimizations Steffen Schümann 2020-09-30 08:33:29 +02:00
  • 56d6fc9159 refs #72, invenstigating travis xcode9.2 problems leading to timeout Steffen Schuemann 2020-09-22 23:30:24 +02:00
  • f31b5baac4 refs #72, filesystem_test issues with TestAllocator Steffen Schuemann 2020-09-22 00:31:24 +02:00
  • a9302df045 refs #72, ci tesing for centos Steffen Schuemann 2020-09-22 00:09:36 +02:00
  • d8abf146a4 Release ghc::filesystem v1.3.4 v1.3.4 Steffen Schuemann 2020-08-30 09:59:53 +02:00
  • 80543b681b refs #66, removed shared_ptr guards in copy_file Steffen Schuemann 2020-08-30 09:47:27 +02:00
  • fd9b1c5300 Updated readme. Steffen Schuemann 2020-08-30 09:20:56 +02:00
  • cdfb593d40 Merge branch 'feature-68-experimental-emscripten-support' Steffen Schuemann 2020-08-30 09:19:14 +02:00
  • f6e886f999 refs #68, updated readme, fix for failing CI on VS2019. feature-68-experimental-emscripten-support Steffen Schuemann 2020-08-29 20:34:59 +02:00
  • a47a874bee refs #68, disabled fs::space test for error case as web environment returns space for the virtual fs even for unexisting paths Steffen Schuemann 2020-08-22 18:16:01 +02:00
  • 3131e9735d Merge branch 'master' into feature-68-experimental-emscripten-support Steffen Schuemann 2020-08-21 08:22:48 +02:00
  • 9e69dd4a82 Updated readme and .gitignore Steffen Schuemann 2020-08-21 08:21:26 +02:00
  • 46db4d8961
    Merge pull request #69 from zero9178/master gulrak 2020-08-21 07:54:08 +02:00
  • 0e40179aeb Changed preprocessors checks for wchar_t constructs of iostreams from __GNUC__ to __GLIBCXX__ as libc++ provides these on Windows as well zero9178 2020-08-21 03:01:50 +02:00
  • 1d41167941 refs #68, experimental support for emscripten Steffen Schuemann 2020-08-20 22:26:56 +02:00
  • 2ea00170e1 refs #68, better permission error handling for directory_iteratior with skip_permissions_denied Steffen Schuemann 2020-08-20 21:58:34 +02:00
  • 073743e2ba Skip entry if there was an error creating it. Jean-Philip Desjardins 2020-04-27 20:16:23 -04:00
  • 3f1c185ab4 fixes #63, Squashed commit of the following: Steffen Schuemann 2020-04-10 11:26:04 +02:00
  • fdcb3ce89b refs #63, fix typo feature-63-windows-clang-issues Steffen Schuemann 2020-04-09 12:59:13 +02:00
  • a5cadd2e50 refs #63, work on issues with wchar and clang in windows. Steffen Schuemann 2020-04-09 11:45:36 +02:00
  • 9a047b9f8d Updated readme, added error handling for conflicting options. Steffen Schuemann 2020-04-08 10:44:54 +02:00
  • 6b30995e41
    Merge pull request #62 from okhowang/android gulrak 2020-04-07 19:49:25 +02:00
  • 2ad75e1ff0
    Merge pull request #61 from okhowang/no-exception gulrak 2020-04-07 19:48:30 +02:00
  • 4bf0160a15 Bump to wip version. Steffen Schuemann 2020-04-07 18:27:49 +02:00
  • a0f28a93bc Fix android compatibility okhowang(王沛文) 2020-04-07 21:15:52 +08:00
  • ee9b432e3f Fixed MinGW no-exception logic okhowang(王沛文) 2020-04-07 19:09:54 +08:00
  • 498dd371fa merge all ifdef okhowang(王沛文) 2020-04-07 15:40:27 +08:00
  • 4fe99da720 Fix VS2015 compatibility okhowang(王沛文) 2020-04-07 14:07:47 +08:00
  • bab6409d4e Fix MSVC compatibility okhowang(王沛文) 2020-04-07 12:20:14 +08:00
  • a0ef036074 use marcro protect all code with exception okhowang(王沛文) 2020-04-07 11:40:42 +08:00
  • 2671c2f83b use macro protect all throw function directly okhowang(王沛文) 2020-04-07 10:30:36 +08:00
  • 3605e86915 Updated readme and v1.3.2 version bump. v1.3.2 Steffen Schuemann 2020-03-31 00:01:31 +02:00
  • 683ed6838e Merge branch 'master' of github.com:gulrak/filesystem Steffen Schuemann 2020-03-23 19:17:58 +01:00
  • 56827ea52d refs #58, compile error on MinGW Steffen Schuemann 2020-03-23 19:17:19 +01:00
  • 82d5d83bf8
    Merge pull request #57 from ligfx/fix_lexically_relative_to_path_with_trailing_slash gulrak 2020-03-23 12:17:24 +01:00
  • e3201da883 lexically_relative: ignore trailing slash on base Michael M 2020-03-22 16:26:59 -07:00
  • 26077f272e refs #54, directory_entry methods now reset error_code, when returning cached result Steffen Schuemann 2020-03-06 09:19:46 +01:00
  • d93ccea812 refs #55, fs::create_directories reported true if it didn't need to create anything. Steffen Schuemann 2020-03-05 06:48:54 +01:00
  • 70a0085a47 Fix issues introduced with PR 53. Steffen Schuemann 2020-03-04 08:41:15 +01:00
  • 1a70520422 Merge branch 'master' of github.com:gulrak/filesystem Steffen Schuemann 2020-03-04 08:31:49 +01:00
  • 083a981464 Updated readme. Steffen Schuemann 2020-03-04 08:31:41 +01:00
  • bd30737e81
    Merge pull request #53 from jnhyatt/leading-whitespace gulrak 2020-03-04 08:26:26 +01:00
  • a778e6d76e Remove leading whitespace when first character is whitespace jnhyatt 2020-03-04 04:54:15 -07:00
  • 05bcd2ccc4
    Merge pull request #52 from nightlark/add-arm-ci-build gulrak 2020-03-04 07:50:35 +01:00
  • 65957f43f0
    Merge pull request #51 from nightlark/add-freebsd-ci-build gulrak 2020-03-04 07:43:45 +01:00
  • 1d85ec3572
    Merge pull request #50 from nightlark/fix-conversion-warning-32bit-target gulrak 2020-03-04 07:38:48 +01:00