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
darray: Fix lifecycle issue (move and assignments); Add non-type template param 'sec_mem' More... over 4 years ago
darray: Fix lifecycle issue (move and assignments); Add non-type template param 'sec_mem' More... over 4 years ago
Use RTTI in DEBUG mode, disable if !DEBUG (compiling and linking) More... over 4 years ago
Use RTTI in DEBUG mode, disable if !DEBUG (compiling and linking) More... over 4 years ago
cow_darray, darray: Add type_trait query is_darray_type<T>::value and test_cow_darray_perf01 with default and use_memmove etc. More... over 4 years ago
cow_darray, darray: Add type_trait query is_darray_type<T>::value and test_cow_darray_perf01 with default and use_memmove etc. More... over 4 years ago
cow_darray: Add use_memmove and use_realloc non-type params (like darray) and pass them over to define darray full type More... over 4 years ago
cow_darray: Add use_memmove and use_realloc non-type params (like darray) and pass them over to define darray full type More... over 4 years ago
type_traits_queries.hpp: Enable MTYPE_CHECKER* macros More... over 4 years ago
type_traits_queries.hpp: Enable MTYPE_CHECKER* macros More... over 4 years ago
Fix API comment type_cue_name<T>::name: We check RTTI enabled for clang, g++ and msvc More... over 4 years ago
Fix API comment type_cue_name<T>::name: We check RTTI enabled for clang, g++ and msvc More... over 4 years ago
test_cow_darray_01.cpp: Repurpose test: Initializer List and all darray operational modes: use_memmove=[false, true /* forced */], .. More... over 4 years ago
test_cow_darray_01.cpp: Repurpose test: Initializer List and all darray operational modes: use_memmove=[false, true /* forced */], .. More... over 4 years ago
test_datatype01.hpp: Add ctor via uint64_t; test_datatype02.hpp: Added complex const initializer list More... over 4 years ago
test_datatype01.hpp: Add ctor via uint64_t; test_datatype02.hpp: Added complex const initializer list More... over 4 years ago
test/test_type_traits_queries01.cpp: don't shadow vars More... over 4 years ago
test/test_type_traits_queries01.cpp: don't shadow vars More... over 4 years ago
test_cow_iterator_01.cpp: Use uint64_t and compare each mutation with ad-hock initializer list; Cleanup type names etc More... over 4 years ago
test_cow_iterator_01.cpp: Use uint64_t and compare each mutation with ad-hock initializer list; Cleanup type names etc More... over 4 years ago
darray: non-type template param [use_trivial_memcpy->use_memmove] default is std::is_trivially_copyable_v<Value_type>, ... More... over 4 years ago
darray: non-type template param [use_trivial_memcpy->use_memmove] default is std::is_trivially_copyable_v<Value_type>, ... More... over 4 years ago
cow_darray, darray: add free equality and relationship == != < <= > >= and swap More... over 4 years ago
cow_darray, darray: add free equality and relationship == != < <= > >= and swap More... over 4 years ago
cow_darray, darray: Add toString() and free std::ostream << (toString) More... over 4 years ago
cow_darray, darray: Add toString() and free std::ostream << (toString) More... over 4 years ago
cow_darray, darray: full initializer_list for all .. More... over 4 years ago
cow_darray, darray: full initializer_list for all .. More... over 4 years ago
move cow algos cow_iterator -> basic_algos More... over 4 years ago
move cow algos cow_iterator -> basic_algos More... over 4 years ago