| Commit message (Expand) | Author | Age | Files | Lines |
* | callocator*: Cleanup C++20 and clang-tidy analysis | Sven Gothel | 2022-12-30 | 1 | -19/+15 |
* | clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts... | Sven Gothel | 2022-11-26 | 1 | -2/+2 |
* | ClangTidy: Misc fixes: Use override, conversion, nullptr, c-includes, default... | Sven Gothel | 2022-11-21 | 1 | -3/+2 |
* | callocator: Call anonymous c-func w/ '::', e.g. ::free(..) | Sven Gothel | 2022-05-28 | 1 | -10/+7 |
* | callocator: Cover more std typedef's, standard, C++17 and deprecated C++17 | Sven Gothel | 2021-10-23 | 1 | -3/+14 |
* | jau::darray: Support immutable type, i.e. 'const Type' | Sven Gothel | 2021-10-03 | 1 | -2/+7 |
* | callocator: Remove non-std ctor to keep stats | Sven Gothel | 2021-01-08 | 1 | -3/+0 |
* | callocator: Need ctor constexpr callocator(const callocator& other, const boo... | Sven Gothel | 2021-01-07 | 1 | -0/+3 |
* | darray using new callocator supporting realloc: Avoiding loop over elements w... | Sven Gothel | 2021-01-06 | 1 | -0/+163 |