1414 Commits (cc)
 

Author SHA1 Message Date
  Crypto City 2bd5de6049 disable statx, for static build compatibility 2 years ago
  Andrey Semashev 141727b568 Treat dedup files as regular files on Windows. 2 years ago
  Andrey Semashev 48933c5573 Handle ERROR_CALL_NOT_IMPLEMENTED in remove_nt6_by_handle. 2 years ago
  Andrey Semashev c1a48fcdac Use synchronous IO on file handles created in remove_all NT6 implementation. 2 years ago
  Andrey Semashev 84f70b0a2a Added a new test case for absolute() with UNC path on Windows. 2 years ago
  Andrey Semashev 8b71cb11a3 Added more fallbacks to directory_iterator construction. 2 years ago
  Andrey Semashev bd878f47e8 Added missing #endif in path_traits.hpp. 2 years ago
  Andrey Semashev 98c1dd8946 Updated to GHA checkout@v3 to avoid deprecation warnings. 2 years ago
  Andrey Semashev e3bad3c1c6 Explicitly qualify create_directory call to avoid ambiguity in path ctor. 2 years ago
  Andrey Semashev a85778b325 Updated python package installation in GHA config. 2 years ago
  Andrey Semashev db8e65ca52 Fixed LLVM repository URL in GHA config. 2 years ago
  Andrey Semashev fc3f286506 Added clang 14 and 15 CI jobs. 2 years ago
  Andrey Semashev e2d2472eda std::string_view range constructor will be explicit in libstdc++ 11.4. 2 years ago
  Andrey Semashev 9613ccfa4a std::string_view range constructor was made explicit in gcc 12.2, not 12.1. 2 years ago
  Andrey Semashev cffb1d1bbd Marked path append operators forceinline. 2 years ago
  Andrey Semashev 4069ff5ad0 Added C++23 to gcc-11 CI job, added pre-release gcc-12 job. 2 years ago
  Andrey Semashev b224703125 Added a workaround for gcc 11 compile errors in C++23 mode. 2 years ago
  Andrey Semashev 5d4c1caaab Added basic path compare tests. 2 years ago
  Andrey Semashev b219d9fb8a Added support for string views and boost::container::string. 2 years ago
  Andrey Semashev 054b842a58 Added a test for path construction/assignment/appending from a custom string. 2 years ago
  Andrey Semashev f540b5a650 Fixed compilation. 2 years ago
  Andrey Semashev 349daee54b Moved path_traits.hpp to detail. 2 years ago
  Andrey Semashev bb7dc550d5 Removed mentions of u16string and u32string from docs. 2 years ago
  Andrey Semashev 2e9e66e843 Marked previously deprecated APIs with attributes to generate warnings. 2 years ago
  Andrey Semashev d829a46b31 Deprecated path construction/assignment/appending from container types. 2 years ago
  Andrey Semashev d58eb7a714 Switched gcc-9 to ubuntu-20.04 GHA CI image. 2 years ago
  Andrey Semashev 5c8bcc2ba6 Updated copyright years. 2 years ago
  Andrey Semashev 7fd03ddcf4 Replaced ubuntu-18.04 GHA CI images with containers. 2 years ago
  Andrey Semashev 5864f397cc Fixed a missing include on POSIX systems that don't support *at APIs. 2 years ago
  Andrey Semashev 476ca7b6c1 Fix weakly_canonical on Windows with long paths prefix. 2 years ago
  Andrey Semashev 1c4e1c01a6 Added a few tests involving Windows long paths. 2 years ago
  Andrey Semashev bf6d461cc7 Use a more appropriate variable name. 2 years ago
  Andrey Semashev bca612381a Moved the last release note to 1.81.0 release. 2 years ago
  Olavo Belloc 9c9d127bdd Limit the buffer size for compatibility with previous versions of Windows 2 years ago
  Andrey Semashev ea22e76552 Updated protection of remove_all against CVE-2022-21658 on Windows. 2 years ago
  Andrey Semashev 36cf9aaf81 Updated protection of remove_all against CVE-2022-21658 on POSIX. 2 years ago
  Andrey Semashev 014216f3e5 Replaced literal zeros with NULL in headers. 2 years ago
  Andrey Semashev 561b964c2e Fixed copy_file sendfile fallback if copy_file_range fails with ENOSYS. 2 years ago
  Andrey Semashev fd3af54208 Disable warnings about unused functions. 2 years ago
  Andrey Semashev 0601c887b7 Switch to macos-11 GHA image as macos-10.15 is deprecated. 2 years ago
  Andrey Semashev 945c2ecf11 Worked around a compilation problem on RTEMS. 2 years ago
  Andrey Semashev 7cd11c770b Moved header that is used in tests to tests. 2 years ago
  Andrey Semashev e9c845db2f Include header.hpp/footer.hpp in .cpp files to silence warnings. 2 years ago
  Andrey Semashev fcc11010a5 Added VS2022 job and C++20 and C++latest jobs to AppVeyor CI. 2 years ago
  Guus Waals 11b28f0ec0 Flip default Emscripten default usage of WASI 2 years ago
  Guus Waals c33862dd91 Fix logic error in comment 2 years ago
  Guus Waals 4d88f86765 Fix standalone wasm define. Rename define. 2 years ago
  Guus Waals ef54f768b8 Implement on top of posix API for emscripten 2 years ago
  Andrey Semashev 1f2e37cae5 Added a workaround for GetFileInformationByHandleEx error in dir iterator. 2 years ago
  Andrey Semashev 15249ba87b Added a workaround for (symlink_)status failing on Windows. 2 years ago