libcryfs/test/cpp-utils
jeremymeadows 353f287bde
Added an option to create a mountpoint with a missing directory (#354)
* Added an option to create a mountpoint with a missing directory

It skips the normal confirmation message, which makes cryfs easier
to use in scripts, or can be aliased for quicker use.

* separated basedir and mountpoint autocreate flags, and added tests

* Werror and clang-tidy fixes
added to the ChangeLog

* fixed the bugs that clang-tidy caused

never used clang before, so I don't really know what it did and why it
caused compile errors
2020-07-31 18:08:19 -07:00
..
assert 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
crypto Fix googletest deprecations 2019-10-19 18:38:54 -07:00
data Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
io Added an option to create a mountpoint with a missing directory (#354) 2020-07-31 18:08:19 -07:00
lock Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00
logging Update to spdlog 1.3.1 2019-06-03 19:09:13 -07:00
network Change error handling in HttpClient 2018-09-16 23:37:12 -07:00
pointer Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
process - Add Clang 8 and GCC 9 to CI 2019-06-08 13:06:17 -07:00
random Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00
system Implement cryfs-unmount for unmounting filesystems 2019-01-19 13:02:41 -08:00
tempfile Use boost::filesystem::path more portably 2018-05-20 19:22:46 -07:00
thread Implement pthread_getname_np_gcompat for musl (#255) 2019-03-17 16:53:20 -07:00
value_type Fix googletest deprecations 2019-10-19 18:38:54 -07:00
CMakeLists.txt Merge from release/0.10 2019-04-03 18:44:48 -07:00
MacrosIncludeTest.cpp Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00
either_test.cpp Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00