aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_datatype01.hpp
Commit message (Expand)AuthorAgeFilesLines
* test_type_traits_queries01.cpp: Replace variadic macro w/ template-template-p...Sven Göthel2024-05-261-5/+1
* darray: C++20 cleanup; Add resize(); Fix reallocStore()==0 and allocStore()==...Sven Göthel2024-05-191-9/+8
* Resolve bogus gcc 12.2 'may overlap' warning (=error) using C++20 and O3Sven Göthel2024-04-101-2/+4
* C++20: Remove `constexpr_cxx20` from toString() methods not using constexpr o...Sven Gothel2022-12-301-3/+3
* ClangTidy: Fix test codeSven Gothel2022-11-211-2/+3
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-3/+0
* darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se...Sven Gothel2021-10-231-0/+79
* Reverting macro change of 'constexpr_*', removing the '_func' addition (short...Sven Gothel2021-02-091-2/+2
* basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'...Sven Gothel2021-02-081-1/+1
* Refine constexpr_* macros for functions: Add '_func' hinting function and use...Sven Gothel2021-02-071-2/+2
* cpp_lang_macros: Have shorter 'constexpr_*' names and document the ideav0.2.14Sven Gothel2021-01-111-4/+4
* test_datatype01.hpp: Add ctor via uint64_t; test_datatype02.hpp: Added comple...Sven Gothel2021-01-091-1/+12
* test_cow_darray_perf01: Have 'test*_list*(..) perform simple work, avoiding '...Sven Gothel2021-01-061-1/+1
* test_datatype01, cow_iterator: Add 'ostream << Type' operation for value repr...Sven Gothel2021-01-041-2/+28
* basic_types.hpp: Add jau::type_name_cue<T> and jau::type_cue<T> to support ce...Sven Gothel2021-01-031-0/+4
* test_datatype01.hpp: Fix Addr48Bit::next(): Clear lower bytes on roll-over; U...Sven Gothel2021-01-021-5/+8
* Add benchmark tests: cowvector and hashset, also using new counting_allocator...Sven Gothel2020-12-251-0/+189