| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
|
|
std::map::insert(), rust HashMap::insert()
Updated cstr_hashRaw() to djb2() algorithm.
|
|
|
|
|
|
<container>_<tag>_init(void) function.
|
|
|
|
|
|
|
|
|
|
|
|
<container>_<tag>_init(void) functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_front() and _back() signatures.
|
|
|
|
now means how many there actually can be filled with.
|
|
|
|
Fixed examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
declare_CList_str(): Always use 'str' as tag arg.
|
|
|
|
|
|
|
|
..._floatRandom() to ..._randomFloat()
|
|
|
|
Renamed cstring.h -> cstr.h, cvector.h -> cvec.h
|