Re-design of the original CryFS code to work as a library.
Go to file
2015-11-29 21:32:12 +01:00
assert Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
crypto Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
data Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
io Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
lock Fix test cases 2015-11-27 17:53:52 +01:00
logging Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
network Add timeout to HttpClient 2015-11-24 08:23:20 +01:00
pointer Compiles on MacOS X 2015-11-28 17:08:05 +01:00
process Merge branch 'develop' of github.com:smessmer/cpp-utils into develop 2015-11-28 17:09:31 +01:00
random Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
tempfile TempDir/TempFile don't fail if they can't delete themselves 2015-10-30 18:27:40 +01:00
test Reduce memory usage of tests 2015-11-29 21:32:12 +01:00
thread Allow terminating LoopThreads from within 2015-11-12 13:07:20 -08:00
.gitignore Initial commit 2015-02-16 21:29:49 +01:00
.travis.yml Use gcc 4.8 on travis to ensure compatibility 2015-11-24 15:16:51 +01:00
biicode.conf Update biicode block ref 2015-11-25 16:41:20 +01:00
CMakeLists.txt Add HttpClient 2015-11-24 07:47:29 +01: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