https://github.com/benthevining/lfilesystem
C++ filesystem library, built on top of std::filesystem
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
C++ filesystem library, built on top of std::filesystem
Basic Info
- Host: GitHub
- Owner: benthevining
- License: gpl-3.0
- Language: C++
- Default Branch: main
- Homepage: https://benthevining.github.io/lfilesystem/
- Size: 1.58 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
- Releases: 0
Topics
Metadata Files
README.md
lfilesystem
A C++ filesystem library built on top of std::filesystem
Features
This library provides object-oriented approaches to working with different kinds of filesystem objects.
Highlights include the Volume and FileWatcher classes.
Portability
This library is tested on Mac, Windows, and Linux (with GCC, Clang, and MSVC), as well as cross-compiled for iOS, tvOS, watchOS, and Emscripten (WebAssembly). All APIs are available on all platforms, with availability introspection functions for features not supported on all platforms.
Building
This library is built with CMake. CMake presets are provided for each of the toolchains we target. This
library supports being added to other CMake projects via find_package(), FetchContent, or a plain
add_subdirectory(). In all cases, you should link against the target limes::lfilesystem and include
the main header this way:
```cpp
include
``
All of this library's headers can be individually included, but includinglfilesystem.h` is the easiest
way to bring in the entire library.
Links
GitHub Events
Total
- Push event: 23
Last Year
- Push event: 23
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ben Vining | b****g@g****m | 32 |
| pre-commit-ci[bot] | 6****] | 21 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 12
- Total pull requests: 40
- Average time to close issues: N/A
- Average time to close pull requests: about 9 hours
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.17
- Average comments per pull request: 0.0
- Merged pull requests: 36
- Bot issues: 0
- Bot pull requests: 39
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: about 4 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 5
Top Authors
Issue Authors
- benthevining (10)
Pull Request Authors
- pre-commit-ci[bot] (27)
- benthevining (1)