https://github.com/benthevining/lfilesystem

C++ filesystem library, built on top of std::filesystem

https://github.com/benthevining/lfilesystem

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

file file-system filesystem

Keywords from Contributors

energy-system-model parallel
Last synced: 5 months ago · JSON representation

Repository

C++ filesystem library, built on top of std::filesystem

Basic Info
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • Open Issues: 13
  • Releases: 0
Topics
file file-system filesystem
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Funding License

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

CDash testing dashboard

Documentation

GitHub Events

Total
  • Push event: 23
Last Year
  • Push event: 23

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 53
  • Total Committers: 2
  • Avg Commits per committer: 26.5
  • Development Distribution Score (DDS): 0.396
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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)
Top Labels
Issue Labels
enhancement (8) bug (2)
Pull Request Labels
size/XS (23) size/L (2) size/XXL (1) size/S (1)