Go to file
2022-12-31 11:32:20 +00:00
.github/workflows Updated to GHA checkout@v3 to avoid deprecation warnings. 2022-10-18 14:55:26 +03:00
bug Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
build Updated protection of remove_all against CVE-2022-21658 on POSIX. 2022-07-17 04:00:07 +03:00
cmake Extracted Boost library include paths collection to a CMake module. 2022-02-04 14:41:47 +03:00
config disable statx, for static build compatibility 2022-12-31 11:32:20 +00:00
doc Treat dedup files as regular files on Windows. 2022-12-03 02:15:13 +03:00
example Added BOOST_FILESYSTEM_VERSION 4 and moved breaking path changes to v4. 2021-06-13 03:20:30 +03:00
include/boost Added missing #endif in path_traits.hpp. 2022-12-02 12:12:09 +03:00
meta Update maintainer list 2021-01-26 15:57:18 -05:00
src Treat dedup files as regular files on Windows. 2022-12-03 02:15:13 +03:00
test Added a new test case for absolute() with UNC path on Windows. 2022-12-03 00:01:40 +03:00
.gitattributes initial commit - review comments not yet applied 2002-10-09 19:49:35 +00:00
.gitignore Initial commit. 2014-07-23 10:11:34 -04:00
appveyor.yml Added VS2022 job and C++20 and C++latest jobs to AppVeyor CI. 2022-06-06 02:52:16 +03:00
CMakeLists.txt disable statx, for static build compatibility 2022-12-31 11:32:20 +00:00
index.html Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support. 2012-03-26 12:44:24 +00:00
README.md Updated link to AppVeyor badge. 2021-09-15 22:11:51 +03:00

Boost.Filesystem

Boost.Filesystem, part of collection of the Boost C++ Libraries, provides facilities to manipulate files and directories, and the paths that identify them.

Directories

  • doc - Documentation sources
  • include - Interface headers of Boost.Filesystem
  • src - Compilable source files of Boost.Filesystem
  • test - Boost.Filesystem unit tests
  • example - Boost.Filesystem usage examples

More information

Build status

Branch GitHub Actions AppVeyor Test Matrix Dependencies
master GitHub Actions AppVeyor Tests Dependencies
develop GitHub Actions AppVeyor Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.