aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cow_iterator_01.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-8/+8
* cow_iterator: Add tests for new dist_end() and dist_begin()Sven Gothel2021-01-181-28/+53
* cow_iterator: Finalize API and minor API doc editsSven Gothel2021-01-111-141/+162
* test_cow_iterator_01.cpp: Use uint64_t and compare each mutation with ad-hock...Sven Gothel2021-01-091-356/+474
* test_cow_iterator_01.cpp: Add full test_mutable_iterator_ops on !is_cow_type ...Sven Gothel2021-01-081-3/+186
* test_cow_iterator_01.cpp: Add multiple erase() tests to validate proper itera...Sven Gothel2021-01-071-0/+15
* cot_iterator: Add rewind (ro and rw); For cow_rw_iterator add full write-API ...Sven Gothel2021-01-071-12/+183
* cow_darray: Fail safe API: Only [c]begin() iterator retrieval, leave other op...Sven Gothel2021-01-071-26/+99
* darray using new callocator supporting realloc: Avoiding loop over elements w...Sven Gothel2021-01-061-2/+4
* cow_iterator: template iterator_type -> std::string conversion; Cleanup test_...Sven Gothel2021-01-041-157/+163
* cow_iterator: Implement free relationship and subtraction overloads for mixed...Sven Gothel2021-01-041-144/+218
* Reinstate 'test_cow_darray_01' for general test; Add 'test_cow_iterator_01' f...Sven Gothel2021-01-041-0/+600