Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bug/ | 25-Apr-2025 | - | 38 | 22 | ||
build/ | 25-Apr-2025 | - | 89 | 77 | ||
config/ | 25-Apr-2025 | - | 249 | 140 | ||
doc/ | 25-Apr-2025 | - | 1,645 | 1,458 | ||
example/ | 25-Apr-2025 | - | 2,606 | 2,172 | ||
include/boost/ | 25-Apr-2025 | - | 3,411 | 2,293 | ||
meta/ | 25-Apr-2025 | - | 16 | 15 | ||
src/ | 25-Apr-2025 | - | 6,012 | 4,411 | ||
test/ | 25-Apr-2025 | - | 13,379 | 10,897 | ||
tools/ | 25-Apr-2025 | - | 51 | 43 | ||
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.gitignore | D | 25-Apr-2025 | 538 | 47 | 41 | |
.travis.yml | D | 25-Apr-2025 | 12.6 KiB | 439 | 379 | |
CMakeLists.txt | D | 25-Apr-2025 | 3.7 KiB | 104 | 90 | |
README.md | D | 25-Apr-2025 | 2.5 KiB | 29 | 19 | |
appveyor.yml | D | 25-Apr-2025 | 3.2 KiB | 99 | 81 |
README.md
1# Boost.Filesystem 2 3Boost.Filesystem, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides facilities to manipulate files and directories, and the paths that identify them. 4 5### Directories 6 7* **doc** - Documentation sources 8* **include** - Interface headers of Boost.Filesystem 9* **src** - Compilable source files of Boost.Filesystem 10* **test** - Boost.Filesystem unit tests 11* **example** - Boost.Filesystem usage examples 12 13### More information 14 15* [Documentation](https://boost.org/libs/filesystem) 16* [Report bugs](https://github.com/boostorg/filesystem/issues/new). Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well. 17* Submit your patches as [pull requests](https://github.com/boostorg/filesystem/compare) against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). 18 19### Build status 20 21Branch | Travis CI | AppVeyor | Test Matrix | Dependencies | 22:-------------: | --------- | -------- | ----------- | ------------ | 23[`master`](https://github.com/boostorg/filesystem/tree/master) | [](https://travis-ci.org/boostorg/filesystem) | [](https://ci.appveyor.com/project/Lastique/filesystem/branch/master) | [](http://www.boost.org/development/tests/master/developer/filesystem.html) | [](https://pdimov.github.io/boostdep-report/master/filesystem.html) 24[`develop`](https://github.com/boostorg/filesystem/tree/develop) | [](https://travis-ci.org/boostorg/filesystem) | [](https://ci.appveyor.com/project/Lastique/filesystem/branch/develop) | [](http://www.boost.org/development/tests/develop/developer/filesystem.html) | [](https://pdimov.github.io/boostdep-report/develop/filesystem.html) 25 26### License 27 28Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). 29