Go to file
Andrey Semashev 9794725bda Added a workaround for Linux headers older than 2.6.19.
linux/magic.h was introduced in Linux kernel 2.6.19, building Boost.Filesystem
with older kernel headers would fail because of this. Only include the header
when it is found and fallback to our local constant definitions when it's not.
2021-08-03 14:45:46 +03:00
bug Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
build Added a configure check for init_priority attribute. 2021-07-14 18:12:47 +03:00
config Added a configure check for init_priority attribute. 2021-07-14 18:12:47 +03:00
doc Corrected backslashes in release notes and reordered them for better locality. 2021-07-30 18:43:21 +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 BOOST_FILESYSTEM_VERSION 4 and moved breaking path changes to v4. 2021-06-13 03:20:30 +03:00
meta Update maintainer list 2021-01-26 15:57:18 -05:00
src Added a workaround for Linux headers older than 2.6.19. 2021-08-03 14:45:46 +03:00
test Fix weakly_canonical on Windows if the path contains non-existing elements. 2021-07-28 20:05:17 +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 Added AppVeyor CI job for MinGW-w64 gcc 8. 2021-06-09 15:58:31 +03:00
CMakeLists.txt Added a configure check for init_priority attribute. 2021-07-14 18:12: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 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.