Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bug/ | 12-May-2024 | - | 52 | 35 | ||
build/ | 12-May-2024 | - | 84 | 72 | ||
config/ | 12-May-2024 | - | 117 | 67 | ||
doc/ | 12-May-2024 | - | 9,712 | 8,738 | ||
example/ | 12-May-2024 | - | 2,606 | 2,172 | ||
meta/ | 12-May-2024 | - | 16 | 15 | ||
src/ | 12-May-2024 | - | 5,614 | 4,083 | ||
test/ | 12-May-2024 | - | 14,783 | 12,186 | ||
tools/ | 12-May-2024 | - | 51 | 43 | ||
CMakeLists.txt | D | 12-May-2024 | 3.7 KiB | 104 | 90 | |
README.md | D | 12-May-2024 | 2.5 KiB | 29 | 19 | |
index.html | D | 12-May-2024 | 345 | 14 | 13 |
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