summaryrefslogtreecommitdiffstats
path: root/tests/mutable_buffer_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Interface adjustmentsDouglas Rumbaugh2023-06-071-5/+5
| | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor.
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-291-33/+25
|
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-291-30/+17
|
* Record format generalizationDouglas Rumbaugh2023-05-151-44/+63
| | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working.
* Header updateDouglas Rumbaugh2023-05-091-0/+11
|
* MutableBuffer tests and bugfixesDouglas Rumbaugh2023-05-091-0/+300