Re-design of the original CryFS code to work as a library.
Go to file
2015-09-29 22:43:55 +02:00
assert Failed assertions output a backtrace, furthermore added a small library that outputs backtraces on sigsegv 2015-09-29 22:43:55 +02:00
data Implemented ASSERT macro 2015-07-22 13:39:38 +02:00
io Added Console class 2015-09-12 20:07:44 +02:00
pointer Fix cpputils::destruct() 2015-07-21 15:44:36 +02:00
tempfile Make constructors explicit where adequate 2015-04-27 18:21:18 +02:00
test Allow outputting const_string to std::ostream 2015-09-18 22:08:56 +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 Renamed Either to either 2015-07-24 20:08:03 +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