| Commit message (Expand) | Author | Age | Files | Lines |
* | Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2 | Sven Gothel | 2022-05-01 | 1 | -16/+19 |
* | Reverting macro change of 'constexpr_*', removing the '_func' addition (short... | Sven Gothel | 2021-02-09 | 1 | -18/+18 |
* | 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 | -18/+18 |
* | cpp_lang_macros: Have shorter 'constexpr_*' names and document the ideav0.2.14 | Sven Gothel | 2021-01-11 | 1 | -18/+18 |
* | cow_vector: Remove constexpr due to atomic/lock | Sven Gothel | 2021-01-11 | 1 | -1/+3 |
* | cow_darray: Fix typo in comment | Sven Gothel | 2021-01-11 | 1 | -2/+2 |
* | cow_vector, darray: Just group copy and move ctor/assignment together for eas... | Sven Gothel | 2021-01-11 | 1 | -49/+49 |
* | cow_darray: Fix API doc re iterator and write_back | Sven Gothel | 2021-01-11 | 1 | -4/+7 |
* | cow_darray/vector: Don't move the atomic ;-) | Sven Gothel | 2021-01-11 | 1 | -1/+1 |
* | cow_vector: Align cow_darray changes re move ctor and assignment | Sven Gothel | 2021-01-11 | 1 | -10/+24 |
* | cow_darray: Ensure move op nulls sources' store_ref; Minor edits .. | Sven Gothel | 2021-01-11 | 1 | -10/+5 |
* | cow_darray, darray: add free equality and relationship == != < <= > >= and swap | Sven Gothel | 2021-01-09 | 1 | -0/+41 |
* | cow_darray, darray: Add toString() and free std::ostream << (toString) | Sven Gothel | 2021-01-09 | 1 | -0/+20 |
* | cow_darray, darray: full initializer_list for all .. | Sven Gothel | 2021-01-09 | 1 | -0/+24 |
* | cow_darray: begin() can't be noexcept due to storage copy. | Sven Gothel | 2021-01-08 | 1 | -1/+1 |
* | cow_darray: Remove now obsolete API entries: put(..) | Sven Gothel | 2021-01-07 | 1 | -44/+0 |
* | cow_darray: Fail safe API: Only [c]begin() iterator retrieval, leave other op... | Sven Gothel | 2021-01-07 | 1 | -27/+15 |
* | Adding jau::for_each_fidelity with documentation 'Usage of const_iterator to ... | Sven Gothel | 2021-01-05 | 1 | -1/+5 |
* | cow_iterator: Perform cow_rw_iter -> cow_ro_iter via conversion constructor a... | Sven Gothel | 2021-01-04 | 1 | -3/+3 |
* | cow_iterator: Implement full random_access_iterator type and expose all requi... | Sven Gothel | 2021-01-03 | 1 | -2/+2 |
* | Cleanup cow_vector, cow_darray: Remove unused index ops etc, add emplace_back | Sven Gothel | 2021-01-03 | 1 | -56/+23 |
* | cow_[darray|vector]: Use 'mutable' modifier for always mutable used sync_atom... | Sven Gothel | 2021-01-03 | 1 | -28/+45 |
* | cow_vector, cow_darray, darray: Shall be compliant with 'C++ named requiremen... | Sven Gothel | 2021-01-02 | 1 | -5/+8 |
* | cow_vector, cow_darray, darray: Use std container typedefs'; Add missing cons... | Sven Gothel | 2021-01-02 | 1 | -33/+56 |
* | Add: darray, cow_darray, cow_iterator; Adjust cow_vector to cow_darray findin... | Sven Gothel | 2021-01-02 | 1 | -88/+150 |
* | cow_vector.hpp: Complete Alloc_type usage; Use std::move(..) and std::make_sh... | Sven Gothel | 2020-12-25 | 1 | -28/+44 |
* | cow_[vector, array]: Fix move assignment: drop const; Fix API doc reference: ... | Sven Gothel | 2020-10-21 | 1 | -15/+15 |
* | cow_[vector|array]::put() API doc fix | Sven Gothel | 2020-10-19 | 1 | -1/+4 |
* | cow_vector: Add put(size_t i, const Value_type &x) and put(size_t i, Value_ty... | Sven Gothel | 2020-10-19 | 1 | -0/+43 |
* | cow_vector: fix at(size_t), add: empty(), move-assignment | Sven Gothel | 2020-10-19 | 1 | -19/+20 |
* | cow_vectore::set_store(): Fix API doc: Replace get_snapshot() with copy_store() | Sven Gothel | 2020-10-18 | 1 | -1/+1 |
* | Fix cow_vector's custom mutable write operation, use: get_write_mutex(), copy... | Sven Gothel | 2020-10-18 | 1 | -13/+57 |
* | cow_write: Add CoW vector implementation, exposing lock-free read operations ... | Sven Gothel | 2020-10-18 | 1 | -13/+425 |
* | Move jaucpp files to root-folder | Sven Gothel | 2020-10-16 | 1 | -0/+62 |