| Commit message (Expand) | Author | Age | Files | Lines |
* | C++20: cow_iterator: Fix using proper iterator_type for iterator_concept | Sven Gothel | 2022-12-30 | 1 | -2/+2 |
* | C++20: Remove `constexpr_cxx20` from toString() methods not using constexpr o... | Sven Gothel | 2022-12-30 | 1 | -6/+6 |
* | Remove erroneous <utility> include from previous clang-tidy session | Sven Gothel | 2022-12-09 | 1 | -1/+0 |
* | clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts... | Sven Gothel | 2022-11-26 | 1 | -3/+3 |
* | jau::cow_iterator<>: Don't include iostream | Sven Gothel | 2022-08-05 | 1 | -1/+0 |
* | Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2 | Sven Gothel | 2022-05-01 | 1 | -0/+7 |
* | darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se... | Sven Gothel | 2021-10-23 | 1 | -2/+2 |
* | Consolidate conversion to hex and decimal string: template<> to_hexstring() a... | Sven Gothel | 2021-02-10 | 1 | -4/+4 |
* | Reverting macro change of 'constexpr_*', removing the '_func' addition (short... | Sven Gothel | 2021-02-09 | 1 | -6/+6 |
* | basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'... | Sven Gothel | 2021-02-08 | 1 | -1/+1 |
* | Refine constexpr_* macros for functions: Add '_func' hinting function and use... | Sven Gothel | 2021-02-07 | 1 | -6/+6 |
* | cow_iterator: Add dist_end() aka 'remaining elements' and dist_begin() aka 'i... | Sven Gothel | 2021-01-18 | 1 | -0/+20 |
* | cpp_lang_macros: Have shorter 'constexpr_*' names and document the ideav0.2.14 | Sven Gothel | 2021-01-11 | 1 | -6/+6 |
* | cow_iterator: Finalize API and minor API doc edits | Sven Gothel | 2021-01-11 | 1 | -144/+265 |
* | cow_darray: Add use_memmove and use_realloc non-type params (like darray) and... | Sven Gothel | 2021-01-09 | 1 | -2/+2 |
* | move cow algos cow_iterator -> basic_algos | Sven Gothel | 2021-01-09 | 1 | -80/+0 |
* | basic_types: Adding general jau::to_string(..) handling: integral, floating, ... | Sven Gothel | 2021-01-09 | 1 | -35/+0 |
* | cow_rw_iterator: Move ctor/assignment: Can't move into l-value (cow_parent); ... | Sven Gothel | 2021-01-07 | 1 | -3/+3 |
* | cow_darray API doc semantic typo: It is cow_ro_iterator to be considered and ... | Sven Gothel | 2021-01-07 | 1 | -1/+1 |
* | cot_iterator: Add rewind (ro and rw); For cow_rw_iterator add full write-API ... | Sven Gothel | 2021-01-07 | 1 | -0/+172 |
* | cow_darray: Fail safe API: Only [c]begin() iterator retrieval, leave other op... | Sven Gothel | 2021-01-07 | 1 | -59/+280 |
* | Adding jau::for_each_fidelity with documentation 'Usage of const_iterator to ... | Sven Gothel | 2021-01-05 | 1 | -1/+15 |
* | cow_iterator: Move free operator overloads into namespace jau; Ooops .. slipp... | Sven Gothel | 2021-01-04 | 1 | -84/+84 |
* | cow_iterator: template iterator_type -> std::string conversion; Cleanup test_... | Sven Gothel | 2021-01-04 | 1 | -7/+41 |
* | cow_iterator: Fix non const iterator ctor (cow_rw_iterator) .. and missing in... | Sven Gothel | 2021-01-04 | 1 | -1/+5 |
* | test_datatype01, cow_iterator: Add 'ostream << Type' operation for value repr... | Sven Gothel | 2021-01-04 | 1 | -0/+30 |
* | cow_iterator: Implement free relationship and subtraction overloads for mixed... | Sven Gothel | 2021-01-04 | 1 | -106/+188 |
* | cow_iterator: Perform cow_rw_iter -> cow_ro_iter via conversion constructor a... | Sven Gothel | 2021-01-04 | 1 | -163/+177 |
* | test_cow_darray_01: Add info for non const iterator types; Add iterator[] tes... | Sven Gothel | 2021-01-03 | 1 | -2/+2 |
* | cow_iterator: Implement full random_access_iterator type and expose all requi... | Sven Gothel | 2021-01-03 | 1 | -36/+233 |
* | cow_vector, cow_darray, darray: Use std container typedefs'; Add missing cons... | Sven Gothel | 2021-01-02 | 1 | -17/+24 |
* | Add: darray, cow_darray, cow_iterator; Adjust cow_vector to cow_darray findin... | Sven Gothel | 2021-01-02 | 1 | -0/+254 |