aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/callocator.hpp
Commit message (Expand)AuthorAgeFilesLines
* callocator*: Cleanup C++20 and clang-tidy analysisSven Gothel2022-12-301-19/+15
* clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...Sven Gothel2022-11-261-2/+2
* ClangTidy: Misc fixes: Use override, conversion, nullptr, c-includes, default...Sven Gothel2022-11-211-3/+2
* callocator: Call anonymous c-func w/ '::', e.g. ::free(..)Sven Gothel2022-05-281-10/+7
* callocator: Cover more std typedef's, standard, C++17 and deprecated C++17Sven Gothel2021-10-231-3/+14
* jau::darray: Support immutable type, i.e. 'const Type'Sven Gothel2021-10-031-2/+7
* callocator: Remove non-std ctor to keep statsSven Gothel2021-01-081-3/+0
* callocator: Need ctor constexpr callocator(const callocator& other, const boo...Sven Gothel2021-01-071-0/+3
* darray using new callocator supporting realloc: Avoiding loop over elements w...Sven Gothel2021-01-061-0/+163