Re-design of the original CryFS code to work as a library.
Go to file
2015-06-28 17:25:13 +02:00
data Added dynamic_pointer_move for unique_ref 2015-06-18 02:36:57 +02:00
pointer Make unique_ref final 2015-06-26 02:08:14 +02:00
tempfile Make constructors explicit where adequate 2015-04-27 18:21:18 +02:00
test When calling left()/right()/left_opt()/right_opt() on a rvalue reference, it performs a move and returns a rvalue reference 2015-06-28 17:25:13 +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 Added some more test cases for dynamic_pointer_move 2015-06-21 17:14:35 +02:00
CMakeLists.txt Add compiler warnings 2015-05-08 01:05:34 +02:00
either.h When calling left()/right()/left_opt()/right_opt() on a rvalue reference, it performs a move and returns a rvalue reference 2015-06-28 17:25:13 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:23:57 +01:00
macros.h Add macros.h, pointer.h and optional_ownership_pointer.h 2015-02-16 21:31:57 +01:00
README.md Added build logo to README 2015-02-18 16:56:48 +01:00

cpp-utils Build Status

Some C++ helper classes