Sebastian Messmer
|
0fc5731f18
|
const_string::toStdString() is const
|
2015-09-18 17:31:27 +02:00 |
|
Sebastian Messmer
|
3573a6fa74
|
Added const_string class (constexpr string manipulations)
|
2015-09-18 17:08:26 +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
|
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
|
67f0f39b50
|
Added Console class
|
2015-09-12 20:07:44 +02:00 |
|
Sebastian Messmer
|
aea84d9ef5
|
Added more ciphers
|
2015-08-31 23:04:56 +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
|
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
|
fd93e4c199
|
Use the new assert that doesn't crash the program in a release build
|
2015-07-22 13:42:07 +02:00 |
|
Sebastian Messmer
|
cce24dd64b
|
Implemented ASSERT macro
|
2015-07-22 13:39:38 +02:00 |
|
Sebastian Messmer
|
7dcb29d515
|
Implemented fspp_assert()
|
2015-07-21 19:45:44 +02:00 |
|
Sebastian Messmer
|
881c19c262
|
Fix missing usings
|
2015-07-21 18:31:28 +02:00 |
|
Sebastian Messmer
|
9572cf9ea7
|
Removed unnecessary using statement
|
2015-07-21 18:23:41 +02:00 |
|
Sebastian Messmer
|
ba4d619964
|
Use cpputils::destruct() instead of cpputils::to_unique_ptr().reset()
|
2015-07-21 18:23:20 +02:00 |
|
Sebastian Messmer
|
e5647ace48
|
Remove unneccessary using statements
|
2015-07-21 18:22:55 +02:00 |
|
Sebastian Messmer
|
37bdbd907a
|
Finished migrating to unique_ref instead of unique_ptr
|
2015-07-21 18:19:34 +02:00 |
|
Sebastian Messmer
|
7b72cd4fe9
|
Fix cpputils::destruct()
|
2015-07-21 15:44:36 +02:00 |
|
Sebastian Messmer
|
b5d9f07f7a
|
Implement cpputils::destruct(unique_ref)
|
2015-07-21 15:23:21 +02:00 |
|
Sebastian Messmer
|
e9c461e328
|
optional_ownership_ptr works with unique_ref
|
2015-07-21 15:18:14 +02:00 |
|
Sebastian Messmer
|
f4d9d271ea
|
Be more explicit about destructor calls
|
2015-07-21 14:56:32 +02:00 |
|
Sebastian Messmer
|
7c407c4b69
|
Switched whole blockstore interface to unique_ref instead of unique_ptr
|
2015-07-21 14:50:52 +02:00 |
|
Sebastian Messmer
|
a945e4f0fc
|
Changed Blockstore::tryCreate() to return optional<unique_ref<Block>> instead of unique_ptr<Block>
|
2015-07-20 18:57:48 +02:00 |
|
Sebastian Messmer
|
1698044eb8
|
Specify EntryType better
|
2015-07-20 17:56:44 +02:00 |
|
Sebastian Messmer
|
e031aa5ef6
|
Added pipestream class
|
2015-07-01 14:31:47 +02:00 |
|
Sebastian Messmer
|
0edf28402c
|
Allow upcast in unique_ref assignment
|
2015-06-28 17:40:16 +02:00 |
|
Sebastian Messmer
|
6442512877
|
Allow dereferencing rvalues in unique_ref
|
2015-06-28 17:34:23 +02:00 |
|
Sebastian Messmer
|
72cb9fa038
|
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 |
|
Sebastian Messmer
|
c5822b97f4
|
Use optional::value() instead of optional::get()
|
2015-06-28 17:05:06 +02:00 |
|
Sebastian Messmer
|
dc15ac22ca
|
Use optional::value() instead of optional::get()
|
2015-06-28 17:01:50 +02:00 |
|
Sebastian Messmer
|
7ae30280f3
|
Use optional::value() instead of options::get() in test cases
|
2015-06-28 16:49:35 +02:00 |
|
Sebastian Messmer
|
5a812b279f
|
Use optional::value() instead of options::get() in test cases
|
2015-06-28 16:44:55 +02:00 |
|
Sebastian Messmer
|
3826bab481
|
Fix test cases
|
2015-06-26 15:57:41 +02:00 |
|
Sebastian Messmer
|
db2b39d4ab
|
ParallelAccessBlockStore uses unique_ref for its base block store
|
2015-06-26 15:54:19 +02:00 |
|
Sebastian Messmer
|
de37cddcce
|
Replace unique_ptr with unique_ref in ParallelAccessBlockStore
|
2015-06-26 13:45:03 +02:00 |
|
Sebastian Messmer
|
0faa63b7b4
|
Replace unique_ptr with unique_ref
|
2015-06-26 13:44:12 +02:00 |
|
Sebastian Messmer
|
ab5238549d
|
Introduced make_left, make_right
|
2015-06-26 12:41:25 +02:00 |
|
Sebastian Messmer
|
f3222e361b
|
Added operator<<(ostream, Either)
|
2015-06-26 02:17:08 +02:00 |
|
Sebastian Messmer
|
e8c7efe626
|
Make unique_ref final
|
2015-06-26 02:08:14 +02:00 |
|