GithubHelp home page GithubHelp logo

kedazo / fuse-7z-ng Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 17.0 425 KB

fuse-7z is a FUSE file system that uses the p7zip library

License: GNU General Public License v3.0

C++ 76.54% C 6.07% Makefile 0.78% CMake 16.61%

fuse-7z-ng's People

Contributors

kedazo avatar kolanich avatar lxyd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fuse-7z-ng's Issues

Make a new release

Please make a new release (set tag to put tarball on the releases page)

Crash with 5.0 and 5.1 kernel

Utility crashes with newer linux kernel. FUSE interface has got new methods aimed to speed up its work, should be implemented or nulled.

Quickfix is to add
memset(&fuse7z_oper, 0, sizeof(struct fuse_operations));
in main.cpp on line 222.

Log is writing to cout instead of cerr

Hello!

That's pretty common among linux utilities to write debug messages and other data that is unnecessary for the main program's workflow to stderr stream, but now your Logger writes them to stdout and that's a bit confusing.

If you don't mind, please make Logger write it's output to the stderr stream.
Thank you.

Rename FindFuse.cmake to FindFUSE.cmake

Error:

CMake Error at CMakeLists.txt:107 (find_package):
By not providing "FindFUSE.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "FUSE", but
CMake did not find one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.