Go to file
Andrey Semashev d50b800a37 Revert "Switched clang 10-12 to Focal in Travis CI."
This reverts commit 98adf24841.

Reason for revert: Package installation errors on Focal.
2021-05-20 12:37:05 +03:00
bug Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
build Remove Boost.Atomic dependency in single-threaded builds. 2021-05-20 02:35:34 +03:00
config Increased the minimum buffer size in read/write loop in copy_file. 2021-05-19 00:22:31 +03:00
doc Use a variable buffer size for read/write loop. 2021-05-19 10:54:03 +03:00
example Force C++11 for compiling examples that are using C++11 features. 2021-05-19 04:14:24 +03:00
include/boost Added copy_options::synchronize_data and copy_options::synchronize. 2021-05-17 20:33:57 +03:00
meta Update maintainer list 2021-01-26 15:57:18 -05:00
src Remove Boost.Atomic dependency in single-threaded builds. 2021-05-20 02:35:34 +03:00
test Added building examples in CI. 2021-05-19 03:19:08 +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
.travis.yml Revert "Switched clang 10-12 to Focal in Travis CI." 2021-05-20 12:37:05 +03:00
appveyor.yml Added single-threaded builds to CI. 2021-05-20 02:48:55 +03:00
CMakeLists.txt Increased the minimum buffer size in read/write loop in copy_file. 2021-05-19 00:22:31 +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 README.md with better representation of build status. 2020-03-10 22:53:24 +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 Travis CI AppVeyor Test Matrix Dependencies
master Travis CI AppVeyor Tests Dependencies
develop Travis CI AppVeyor Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.