libcryfs/test/fspp/testutils
midchildan fe1b0f10d3
Support the latest FUSE on macOS (#378)
* feat: support latest FUSE on macOS

This drops osxfuse support in favor of macFUSE. macFUSE is a newer
version of osxfuse that supports the latest release of macOS, and is a
rebranded version of the same project.

* build: use pkg-config to find FUSE

Co-authored-by: Sebastian Messmer <smessmer@users.noreply.github.com>
2021-04-13 00:45:47 -07:00
..
FuseTest.cpp Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default. 2019-11-05 10:08:04 -05:00
FuseTest.h Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default. 2019-11-05 10:08:04 -05:00
FuseThread.cpp Support the latest FUSE on macOS (#378) 2021-04-13 00:45:47 -07:00
FuseThread.h Hide fuse quirks inside the Fuse class. 2016-05-09 16:07:02 -07:00
InMemoryFile.cpp Introduce fspp::num_bytes_t 2018-09-15 14:32:58 -07:00
InMemoryFile.h Introduce fspp::num_bytes_t 2018-09-15 14:32:58 -07:00
OpenFileHandle.cpp Fix some issues with fspp-test on Mac OS X 2017-08-25 00:14:16 +01:00
OpenFileHandle.h Fix includes for Windows 2018-09-03 01:16:29 -07:00