Re-design of the original CryFS code to work as a library.
Go to file
2015-10-24 01:53:11 +02:00
assert Added central logging 2015-10-17 03:08:56 +02:00
daemon daemonize() is not responsible for loggers 2015-10-17 18:30:07 +02:00
data DataFixture::generateFixedSize() 2015-10-24 01:53:11 +02:00
io Fix warnings from -Weffc++ 2015-10-17 20:15:20 +02:00
lock Unify (and fix) include guards 2015-10-15 12:58:16 +02:00
logging Default logger logs to stderr, not stdout 2015-10-17 16:49:58 +02:00
pointer Unify (and fix) include guards 2015-10-15 12:58:16 +02:00
random Allow calling RandomGenerator::get() on child classes (failed due to overridden overload) 2015-10-23 20:21:17 +02:00
tempfile TODOs 2015-10-23 12:17:09 +02:00
test Refactor random library 2015-10-22 17:36:03 +02:00
.gitignore Initial commit 2015-02-16 21:29:49 +01:00
.travis.yml Workaround for broken travis biicode deployment 2015-04-08 17:20:19 +02:00
biicode.conf Fix warnings from -Weffc++ 2015-10-17 20:15:20 +02:00
CMakeLists.txt Fix boost thread dependency 2015-10-16 03:12:27 +02:00
either.h Add include tests 2015-10-18 01:09:49 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:23:57 +01:00
macros.h Refactor random library 2015-10-22 17:36:03 +02:00
README.md Added build logo to README 2015-02-18 16:56:48 +01:00

cpp-utils Build Status

Some C++ helper classes