Commit Graph

1547 Commits

Author SHA1 Message Date
Sebastian Messmer
fe5ea5ab95 Output const_string directly, without toStdString() 2015-09-18 22:09:33 +02:00
Sebastian Messmer
819e48b446 Allow outputting const_string to std::ostream 2015-09-18 22:08:56 +02:00
Sebastian Messmer
6b9b5dfef1 Updated gitversion dependency 2015-09-18 21:57:39 +02:00
Sebastian Messmer
12f1e7983b Use messmer/gitversion instead of own version parser code 2015-09-18 21:16:42 +02:00
Sebastian Messmer
fc7316f06c Show number of commits and git id in version number if it is a dev version 2015-09-18 17:34:56 +02:00
Sebastian Messmer
0fc5731f18 const_string::toStdString() is const 2015-09-18 17:31:27 +02:00
Sebastian Messmer
4cf1237bb8 Moved constexpr string manipulations to cpputils::const_string 2015-09-18 17:09:04 +02:00
Sebastian Messmer
3573a6fa74 Added const_string class (constexpr string manipulations) 2015-09-18 17:08:26 +02:00
Sebastian Messmer
3fd5cb7afc Show version information on console and warn if it is a nonstable or dev version 2015-09-17 14:12:51 +02:00
Sebastian Messmer
6b50ccc14b Show version information 2015-09-16 22:54:07 +02:00
Sebastian Messmer
c79da10eea Fix travis build icon 2015-09-13 10:57:33 +02:00
Sebastian Messmer
d916408a01 Fix travis build icon 2015-09-13 10:55:44 +02:00
Sebastian Messmer
61721aa795 Fix travis build icon 2015-09-13 10:55:12 +02:00
Sebastian Messmer
fa72419e14 Add travis CI build icon 2015-09-12 21:10:15 +02:00
Sebastian Messmer
a3d5c20154 Merge branch 'master' into develop 2015-09-12 21:06:37 +02:00
Sebastian Messmer
9e63068115 Improve README 2015-09-12 21:06:32 +02:00
Sebastian Messmer
1a1201d823 Merge branch 'master' into develop 2015-09-12 21:05:41 +02:00
Sebastian Messmer
877cd5c5f7 Improve readme 2015-09-12 21:05:35 +02:00
Sebastian Messmer
eb69965f96 Fix travis build icon 2015-09-12 21:03:08 +02:00
Sebastian Messmer
0f55165e94 Revert 2015-09-12 21:02:37 +02:00
Sebastian Messmer
d217000cc5 Merge branch 'master' into develop 2015-09-12 21:01:58 +02:00
Sebastian Messmer
ad5d752333 Build Icon shows master branch 2015-09-12 21:01:36 +02:00
Sebastian Messmer
cd25031d74 Merge branch 'master' into develop 2015-09-12 21:01:10 +02:00
Sebastian Messmer
b4cc39aebb Add travis CI build icon 2015-09-12 21:01:02 +02:00
Sebastian Messmer
428a1ec887 dummy commit 2015-09-12 20:57:38 +02:00
Sebastian Messmer
55f97c2042 Added reference to other repositories to README 2015-09-12 20:49:42 +02:00
Sebastian Messmer
8db80d5ebf Refactor directory structure 2015-09-12 20:16:13 +02:00
Sebastian Messmer
67f0f39b50 Added Console class 2015-09-12 20:07:44 +02:00
Sebastian Messmer
9875b66df6 Comments in .travis.yml 2015-09-07 16:44:40 +02:00
Sebastian Messmer
d51aee1a79 (only on travis CI) Use /dev/urandom instead of /dev/random, because travis doesn't have enough entropy 2015-09-07 16:43:30 +02:00
Sebastian Messmer
117930fad2 Print a newline around user interactions 2015-09-04 16:09:37 +02:00
Sebastian Messmer
a665e6cdd7 CryFS asks back if a cipher without integrity is chosen 2015-09-04 16:02:55 +02:00
Sebastian Messmer
a9a5a5d04d Console class supports askYesNo(question) 2015-09-04 16:00:41 +02:00
Sebastian Messmer
218463cf91 Add more encryption ciphers 2015-09-01 00:25:14 +02:00
Sebastian Messmer
aea84d9ef5 Added more ciphers 2015-08-31 23:04:56 +02:00
Sebastian Messmer
fed48860f8 Added link to homepage 2015-08-01 23:48:25 +02:00
Sebastian Messmer
84cd362d48 CryFS uses the cipher specified in the configuration file 2015-07-29 12:08:39 +02:00
Sebastian Messmer
e96bb17e11 Removed unnecessary workaround 2015-07-29 12:07:25 +02:00
Sebastian Messmer
a31b5160c9 Fix output 2015-07-26 14:42:43 +02:00
Sebastian Messmer
5607a51594 Added testcase for Console.print() 2015-07-26 13:13:36 +02:00
Sebastian Messmer
fd11436fb9 Test cases don't need user interaction anymore 2015-07-26 13:09:55 +02:00
Sebastian Messmer
69a413bf4b Fix EitherTest 2015-07-25 15:17:27 +02:00
Sebastian Messmer
73219196f9 Add an include to make it compile with clang 2015-07-25 12:06:27 +02:00
Sebastian Messmer
fa4a50b7b6 Use assert instead of exception on load error 2015-07-24 20:28:37 +02:00
Sebastian Messmer
9299d035df Annotate assert failure functions with [[noreturn]] to disable compiler warnings on ASSERT(false, msg) 2015-07-24 20:27:46 +02:00
Sebastian Messmer
50503d9ce0 Renamed Either to either 2015-07-24 20:08:03 +02:00
Sebastian Messmer
d9cfa55b91 Use ASSERT from cpputils instead of fspp_assert 2015-07-22 13:48:53 +02:00
Sebastian Messmer
14b6354d84 Use the new assert that doesn't crash the program in a release build 2015-07-22 13:48:01 +02:00
Sebastian Messmer
bfa07cba69 Use the new assert that doesn't crash the program in a release build 2015-07-22 13:47:19 +02:00
Sebastian Messmer
106f18b496 Use the new assert that doesn't crash the program in a release build 2015-07-22 13:44:04 +02:00