1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 9 days ago. based on code collected 13 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleanup C++20: Review bugprone-casting-through-void; Fix includes; Use type-traits _v and _t; Use std::string::starts_with(); Use std::numbers::pi_v
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: Review bugprone-casting-through-void; Fix includes; Use type-traits _v and _t; Use std::string::starts_with(); Use std::numbers::pi_v
Sven Gothel
as Sven Göthel
More... 25 days ago
darray: C++20 cleanup; Add resize(); Fix reallocStore()==0 and allocStore()==0 only failure if size > 0 as a zero size (null memory) shrink_to_fit() is legal; Fix erase() arg types
Sven Gothel
as Sven Göthel
More... 25 days ago
darray: C++20 cleanup; Add resize(); Fix reallocStore()==0 and allocStore()==0 only failure if size > 0 as a zero size (null memory) shrink_to_fit() is legal; Fix erase() arg types
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: cpp_lang_util: Fix constexpr_non_literal_var (C++23), constexpr_atomic (C++23)
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: cpp_lang_util: Fix constexpr_non_literal_var (C++23), constexpr_atomic (C++23)
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exception OO tree instance is included (as they are not using virtual base classes)
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exception OO tree instance is included (as they are not using virtual base classes)
Sven Gothel
as Sven Göthel
More... 25 days ago
clang-tidy-18: Exclude modernize-use-constraints, performance-avoid-endl, -performance-enum-size, clang-analyzer-optin.core.EnumCastOutOfRange
Sven Gothel
as Sven Göthel
More... 25 days ago
clang-tidy-18: Exclude modernize-use-constraints, performance-avoid-endl, -performance-enum-size, clang-analyzer-optin.core.EnumCastOutOfRange
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: Adjust enum values (Use 1U << x for unsigned values; reduce type size)
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: Adjust enum values (Use 1U << x for unsigned values; reduce type size)
Sven Gothel
as Sven Göthel
More... 25 days ago
JaulibSetup.cmake: Cleanup macro usage, add CLANG_FLAGS_WARNING_NO_ERROR (empty for now)
Sven Gothel
as Sven Göthel
More... 25 days ago
JaulibSetup.cmake: Cleanup macro usage, add CLANG_FLAGS_WARNING_NO_ERROR (empty for now)
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: Use non-optimized new zero_bytes_sec() instead of ::bzero(), which is still the default impl.
Sven Gothel
as Sven Göthel
More... 25 days ago
cleanup C++20: Use non-optimized new zero_bytes_sec() instead of ::bzero(), which is still the default impl.
Sven Gothel
as Sven Göthel
More... 25 days ago
clang-format*: Add config site ref
Sven Gothel
as Sven Göthel
More... about 1 month ago
clang-format*: Add config site ref
Sven Gothel
as Sven Göthel
More... about 1 month ago
ordered_atomic: Allow prefix ++ and -- via fetch_{add,sub}() {+,-} 1, still no use of builtins
Sven Gothel
as Sven Göthel
More... about 1 month ago
ordered_atomic: Allow prefix ++ and -- via fetch_{add,sub}() {+,-} 1, still no use of builtins
Sven Gothel
as Sven Göthel
More... about 1 month ago
Move to llvm clang 18 (better lint + format options), refine format options
Sven Gothel
as Sven Göthel
More... about 1 month ago
Move to llvm clang 18 (better lint + format options), refine format options
Sven Gothel
as Sven Göthel
More... about 1 month ago
math vec*/rect* alignment: Use (and validate) natural alignment to sizeof(value_type)
Sven Gothel
as Sven Göthel
More... about 1 month ago
math vec*/rect* alignment: Use (and validate) natural alignment to sizeof(value_type)
Sven Gothel
as Sven Göthel
More... about 1 month ago
scripts/rebuild-doc.sh: Make it work with new cmake build setup
Sven Gothel
as Sven Göthel
More... about 1 month ago
scripts/rebuild-doc.sh: Make it work with new cmake build setup
Sven Gothel
as Sven Göthel
More... about 1 month ago
Bump for v1.3.0
Sven Gothel
as Sven Göthel
More... about 1 month ago
Bump for v1.3.0
Sven Gothel
as Sven Göthel
More... about 1 month ago
cpuid: Add page_size for Windows, use zero for undefined (not 1)
Sven Gothel
as Sven Göthel
More... about 1 month ago
cpuid: Add page_size for Windows, use zero for undefined (not 1)
Sven Gothel
as Sven Göthel
More... about 1 month ago