| Age | Commit message (Collapse) | Author |
|
|
|
https://gist.github.com/tylov/bcc956a4779f1d14204e66a14f17beb9
All examples are reverted to use printf() instead of c_print().
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
compilers without intrinsics.
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
std::map::insert(), rust HashMap::insert()
Updated cstr_hashRaw() to djb2() algorithm.
|
|
_front() and _back() signatures.
|
|
|
|
Renamed cstring.h -> cstr.h, cvector.h -> cvec.h
|