0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 16 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update author e-mail address More... over 4 years ago
Added the latest (last month) changes. This includes customizable test behavior and the recursive bit-flip-test in the structural healing mechanism of checksummed arrays. More... over 13 years ago
Changed test slightly. More... over 13 years ago
Added seed to random number generator based on current time. More... over 13 years ago
Added new TMR fault-tolerance test for comparison. More... over 13 years ago
Changed the structural check. More... over 13 years ago
Expanded code docs. More... over 13 years ago
Disabled multiset tests again. More... over 13 years ago
Added is_valid_heap_address(), a function to check if a memory address lies in the heap. More... over 13 years ago
The vector is now shrunk if enough elements are erased. Also started to improve the check_header() method. More... over 13 years ago
Minimal parent-related changes. More... over 13 years ago
Commented out the NULL-pointer check for is_valid() for now. More... over 13 years ago
Removed commented out code and forgot to test burst size 32. More... over 13 years ago
Finalized the array fault injection test. More... over 13 years ago
Added a more elaborate statistical test. More... over 13 years ago
Removed an unneeded include. More... over 13 years ago
Cosmetic changes only. More... over 13 years ago
Implemented a much more elaborate statistical fault-injection test. More... over 13 years ago
Made the thread-safe printing function template-based. More... over 13 years ago
Added a thread-safe and reentrant function to print strings to stdout. More... over 13 years ago
Added a statistical test. More... over 13 years ago
Added a missing return value. More... over 13 years ago
Fixed the index variable type for the loop over all chunks in the is_valid() method and the call to the chunk's is_valid() method. More... over 13 years ago
Still had an logic error in the check_header() method part that tried to correct either a damaged head or tail pointer. Now it should work. More... over 13 years ago
Finalized the vector check. More... over 13 years ago
Replaced 'std::size_t' with 'size_type'. More... over 13 years ago
Lowercase code comments. More... over 13 years ago
Style improvement. More... over 13 years ago
Whitespace removal. More... over 13 years ago
Made inner leaf inherit from an array of pairs (key, pointer). More... over 13 years ago