Go to file
2020-12-23 11:10:50 +03:00
bug Removed asynch-exceptions=on for MSVC. 2019-01-14 20:46:59 +03:00
build Added creation_time operation. 2020-08-21 01:32:04 +03:00
config Added creation_time operation. 2020-08-21 01:32:04 +03:00
doc Fixed space operation on Windows not failing for a non-existing path. 2020-11-25 18:15:30 +03:00
example Moved directory tools to separate files. Reworked readdir_r support. 2019-08-01 20:34:39 +03:00
include/boost Removed const qualification from return types of path methods. 2020-09-23 20:01:04 +03:00
meta Fixed JSON metadata. 2018-10-30 11:48:16 +03:00
src Update WASI platform support. 2020-12-23 11:10:50 +03:00
test Added pauses in creation_time_tests to avoid spurious failures on Windows. 2020-12-23 10:55:00 +03:00
tools Add publish.bat. Fix spacing issue in index.htm. 2015-01-11 16:25:34 -05: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 Enabled C++20 testing for FreeBSD. 2020-08-21 15:12:35 +03:00
appveyor.yml Force 32-bit address-model on older MSVC versions in AppVeyor CI. 2020-09-24 03:39:32 +03:00
CMakeLists.txt Restored auto-linking and Windows CE support. 2020-07-28 14:48:42 +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.