Commit Graph

13 Commits

Author SHA1 Message Date
Sebastian Messmer
b3391c88ae Make classes final if they're not meant to be derived from 2015-11-27 14:06:00 +01:00
Sebastian Meßmer
5a7ed220aa Fix -Weffc++ warning 2015-10-17 20:55:55 +02:00
Sebastian Meßmer
39b43aacfa Unify (and fix) include guards 2015-10-15 12:58:48 +02:00
Sebastian Messmer
5453627209 Added ParallelAccessStore::isOpened() 2015-10-14 15:01:52 +02:00
Sebastian Messmer
cd5094ff92 Added asserts that there are no open blocks when destructor runs 2015-10-05 16:54:31 +02:00
Sebastian Messmer
e873418477 Allow specifying own class for ResourceRef 2015-10-04 17:27:26 +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
ba4d619964 Use cpputils::destruct() instead of cpputils::to_unique_ptr().reset() 2015-07-21 18:23:20 +02:00
Sebastian Messmer
0faa63b7b4 Replace unique_ptr with unique_ref 2015-06-26 13:44:12 +02:00
Sebastian Messmer
39e17b8015 Block keys are drawn using pseudorandomness 2015-06-16 16:54:43 +02:00
Sebastian Messmer
0aabe10fe0 Make constructors explicit where adequate 2015-04-27 18:21:44 +02:00
Sebastian Messmer
5e753ae706 Use unordered_map instead of map 2015-04-17 17:39:07 +02:00
Sebastian Messmer
d15a355464 Renamed to ParallelAccessStore 2015-04-16 14:52:06 +02:00