1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
Go to file
2023-01-06 21:59:19 +01:00
.github/workflows introduce clang tidy 2023-01-06 16:50:32 +01:00
doc added description of most data types 2022-11-22 19:36:26 +01:00
script fixed fsync 2022-12-30 12:43:44 +01:00
src implemented filesystem provider 2023-01-06 21:59:19 +01:00
test-src add test for statfs 2023-01-04 20:51:57 +01:00
.gitignore ignore vscode settings 2022-11-13 14:17:24 +01:00
CMakeLists.txt clang-tidy: enable default checks 2023-01-06 17:10:56 +01:00
COPYING.LESSER initial commit 2022-11-12 11:34:51 +01:00
README.md added build status badge 2022-11-12 13:34:19 +01:00

build

webfuse2

Reimplementation of webfuse.

Build

cmake -B build
cmake --build build