Go to file
Andrey Semashev f37d1f0db6 Deprecated string_file.hpp.
The header was not documented or tested, and the utilities it contains
are out of scope of the library.
2022-02-08 21:18:30 +03:00
.github/workflows Enabled testing with GNU extensions in GitHub Actions. 2022-01-16 18:26:55 +03:00
bug Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
build Added protection for CVE-2022-21658 in remove_all on POSIX systems. 2022-01-30 23:41:06 +03:00
cmake Extracted Boost library include paths collection to a CMake module. 2022-02-04 14:41:47 +03:00
config Added protection for CVE-2022-21658 in remove_all on POSIX systems. 2022-01-30 23:41:06 +03:00
doc Deprecated string_file.hpp. 2022-02-08 21:18:30 +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 Deprecated string_file.hpp. 2022-02-08 21:18:30 +03:00
meta Update maintainer list 2021-01-26 15:57:18 -05:00
src Removed unified initializers for global initializer objects. 2022-02-08 15:30:27 +03:00
test Use explicit operator+= and operator/= overloads for path and string types. 2021-12-23 14:06:43 +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 clang-win jobs to AppVeyor CI. 2021-10-17 22:59:39 +03:00
CMakeLists.txt Extracted Boost library include paths collection to a CMake module. 2022-02-04 14:41:47 +03: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.