1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cow_iterator: Fix non const iterator ctor (cow_rw_iterator) .. and missing includes More... over 4 years ago
cow_iterator: Fix non const iterator ctor (cow_rw_iterator) .. and missing includes More... over 4 years ago
test_datatype01, cow_iterator: Add 'ostream << Type' operation for value representation on error More... over 4 years ago
test_datatype01, cow_iterator: Add 'ostream << Type' operation for value representation on error More... over 4 years ago
for_each_idx, for_each_idx_mtx: Use pre-increment for performance More... over 4 years ago
for_each_idx, for_each_idx_mtx: Use pre-increment for performance More... over 4 years ago
Use clang++ as default for now More... over 4 years ago
Use clang++ as default for now More... over 4 years ago
test_cow_darray_perf01: Using own jau::find(..) gives 3x performance boost of jau::cow_darray<T> types over std::find(..), same as if implemented 'manually' More... over 4 years ago
test_cow_darray_perf01: Using own jau::find(..) gives 3x performance boost of jau::cow_darray<T> types over std::find(..), same as if implemented 'manually' More... over 4 years ago
cow_iterator: Implement free relationship and subtraction overloads for mixed const and non-const iterator using signum alike compare() More... over 4 years ago
cow_iterator: Implement free relationship and subtraction overloads for mixed const and non-const iterator using signum alike compare() More... over 4 years ago
Reinstate 'test_cow_darray_01' for general test; Add 'test_cow_iterator_01' for full 'cow_[ro|rw]_iterator' test. More... over 4 years ago
Reinstate 'test_cow_darray_01' for general test; Add 'test_cow_iterator_01' for full 'cow_[ro|rw]_iterator' test. More... over 4 years ago
cow_iterator: Perform cow_rw_iter -> cow_ro_iter via conversion constructor and fix its iterator -> const_iterator conversion More... over 4 years ago
cow_iterator: Perform cow_rw_iter -> cow_ro_iter via conversion constructor and fix its iterator -> const_iterator conversion More... over 4 years ago
test_cow_darray_01: Add info for non const iterator types; Add iterator[] test; cow_iterator: Show reason for not using Storage_type::reference for const_iterator .. More... over 4 years ago
test_cow_darray_01: Add info for non const iterator types; Add iterator[] test; cow_iterator: Show reason for not using Storage_type::reference for const_iterator .. More... over 4 years ago
test_cow_darray_01: Elaborate more on iterator's internally used typedefs, validating whether pointer and reference uses const on const_iterator More... over 4 years ago
test_cow_darray_01: Elaborate more on iterator's internally used typedefs, validating whether pointer and reference uses const on const_iterator More... over 4 years ago
test_cow_darray_01: Add emplace_back(..) to general test More... over 4 years ago
test_cow_darray_01: Add emplace_back(..) to general test More... over 4 years ago
test_cow_darray_01.cpp: Start full testing on darray, cow_vector and cow_darray: iterator, container operations, .. More... over 4 years ago
test_cow_darray_01.cpp: Start full testing on darray, cow_vector and cow_darray: iterator, container operations, .. More... over 4 years ago
text/CMakeLists.txt: Skip Catch2 settings for non GNUCC More... over 4 years ago
text/CMakeLists.txt: Skip Catch2 settings for non GNUCC More... over 4 years ago
cow_iterator: Implement full random_access_iterator type and expose all required typedef's for std lib (Type Traits) More... over 4 years ago
cow_iterator: Implement full random_access_iterator type and expose all required typedef's for std lib (Type Traits) More... over 4 years ago
Cleanup cow_vector, cow_darray: Remove unused index ops etc, add emplace_back More... over 4 years ago
Cleanup cow_vector, cow_darray: Remove unused index ops etc, add emplace_back More... over 4 years ago