aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Eliminate CMake; flatten directory structureGravatar Benjamin Barenblat2020-10-11
| | | | | CMake is probably more trouble than it’s worth for this project. Replace it with a hand-rolled Ninja file.
* Create and use RAII file abstractionGravatar Benjamin Barenblat2016-02-18
|
* Save root file descriptor when starting upGravatar Benjamin Barenblat2016-02-13
| | | | | | Allow access to underlying file system by saving a file descriptor to the underlying directory when starting. Close the FD during FUSE’s destroy routine, though it won’t matter much.
* Make FUSE and glog be system includesGravatar Benjamin Barenblat2016-02-13
| | | | | Prevent obnoxious error messages by making FUSE and glog be included with -isystem instead of -I.
* Link in FUSEGravatar Benjamin Barenblat2016-02-12
| | | | | Start linking FUSE and jumping into FUSE on boot. Also define a couple of trivial operations, but don’t actually do filename encoding yet.
* Initial commitGravatar Benjamin Barenblat2016-02-12
Create a utility to demonstrate scoville’s escaping scheme.