| Age | Commit message (Collapse) | Author |
|
|
|
|
|
<container>_init() method.
Reverted name cprique back to cpqueue.
|
|
missed
|
|
|
|
|
|
compilers without intrinsics.
|
|
|
|
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
|
|
_front() and _back() signatures.
|
|
Fixed examples.
|
|
|
|
|
|
Renamed cstring.h -> cstr.h, cvector.h -> cvec.h
|
|
are changed likewise.
|
|
|
|
Removed forced inlining. (-> regular inline)
|
|
defined tag - for consistency with the other containers.
Changed map/set type-tag for CHash to upper case MAP/SET. Makes it clearer it is a tag and not a type or variable.
Added complex example to README.md demonstrating capability of nested containers, using custom destructors.
|
|
|