Skip to content

v1.9

Compare
Choose a tag to compare
@vgough vgough released this 09 Sep 14:57
· 302 commits to master since this release
aa8b537

Build system

  • switch to CMake
  • OSX build improvements, RPATH setup

Dependencies

  • Drop Boost dependency. Uses tinyxml2 to read existing XML config archives.
  • Drop librlog dependency. Uses easylogging++ for logging.

FUSE and FreeBSD updates

  • add encfs_create operation
  • replace getdir with readdir

Misc

  • cleanup includes and reformat code
  • allow writes in reverse mode when no header is used
  • make use of C++11 (eg std unordered_map in place of GNU internal hashmap)