| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
change again.
|
|
|
|
<container>_destroy() to <container>_del.
|
|
using_<container>(..).
|
|
|
|
|
|
|
|
second. for result and value types.
|
|
|
|
|
|
conformance with std::pair
|
|
|
|
alias of emplace() because it makes no sense using the std::unordered_map API.
|
|
|
|
|
|
|
|
<container>_init() method.
Reverted name cprique back to cpqueue.
|
|
|
|
consistent.
|
|
|
|
cvec, clist, cmap. Added c_init() and c_destroy() generic algoritms on containers.
|
|
|
|
|
|
|
|
|
|
compilers without intrinsics.
|
|
example in inits.c. Documented my 64bit PRNG engine.
|
|
|
|
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
std::map::insert(), rust HashMap::insert()
Updated cstr_hashRaw() to djb2() algorithm.
|
|
|
|
|
|
|