index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_datatype01.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
test_type_traits_queries01.cpp: Replace variadic macro w/ template-template-p...
Sven Göthel
2024-05-26
1
-5
/
+1
*
darray: C++20 cleanup; Add resize(); Fix reallocStore()==0 and allocStore()==...
Sven Göthel
2024-05-19
1
-9
/
+8
*
Resolve bogus gcc 12.2 'may overlap' warning (=error) using C++20 and O3
Sven Göthel
2024-04-10
1
-2
/
+4
*
C++20: Remove `constexpr_cxx20` from toString() methods not using constexpr o...
Sven Gothel
2022-12-30
1
-3
/
+3
*
ClangTidy: Fix test code
Sven Gothel
2022-11-21
1
-2
/
+3
*
Tests: Don't include iostream if not explicitly used
Sven Gothel
2022-08-05
1
-3
/
+0
*
darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se...
Sven Gothel
2021-10-23
1
-0
/
+79
*
Reverting macro change of 'constexpr_*', removing the '_func' addition (short...
Sven Gothel
2021-02-09
1
-2
/
+2
*
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
-2
/
+2
*
cpp_lang_macros: Have shorter 'constexpr_*' names and document the idea
v0.2.14
Sven Gothel
2021-01-11
1
-4
/
+4
*
test_datatype01.hpp: Add ctor via uint64_t; test_datatype02.hpp: Added comple...
Sven Gothel
2021-01-09
1
-1
/
+12
*
test_cow_darray_perf01: Have 'test*_list*(..) perform simple work, avoiding '...
Sven Gothel
2021-01-06
1
-1
/
+1
*
test_datatype01, cow_iterator: Add 'ostream << Type' operation for value repr...
Sven Gothel
2021-01-04
1
-2
/
+28
*
basic_types.hpp: Add jau::type_name_cue<T> and jau::type_cue<T> to support ce...
Sven Gothel
2021-01-03
1
-0
/
+4
*
test_datatype01.hpp: Fix Addr48Bit::next(): Clear lower bytes on roll-over; U...
Sven Gothel
2021-01-02
1
-5
/
+8
*
Add benchmark tests: cowvector and hashset, also using new counting_allocator...
Sven Gothel
2020-12-25
1
-0
/
+189