Go to file
2021-06-06 04:32:36 +03:00
bug Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
build Force use of windows.h when building the library. 2021-05-21 00:09:00 +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 substitute names to obtain the target of a reparse point. 2021-06-06 04:20:24 +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 Refactored path implementation for better support Windows path prefixes. 2021-06-05 19:52:33 +03:00
meta Update maintainer list 2021-01-26 15:57:18 -05:00
src Trim trailing spaces. 2021-06-06 04:32:36 +03:00
test Reworked path::lexically_normal to remove some redundant dot path elements. 2021-06-05 23:34:49 +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 Disable building examples in tests by default. 2021-05-20 23:39:06 +03:00
appveyor.yml Disable building examples in tests by default. 2021-05-20 23:39:06 +03:00
CMakeLists.txt Force use of windows.h when building the library. 2021-05-21 00:09:00 +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.