| Age | Commit message (Collapse) | Author |
|
|
|
|
|
to, like in STL.
|
|
cstr_assign_fmt().
Note that getdelim(), replace_all() and others may be placed in a separate using_cstr_utils() macro later.
|
|
|
|
|
|
|
|
and ind() to cvec and cdeq.
|
|
|
|
Improved cdeq.
|
|
|
|
emplace/insert api on cvec, will be done on cdeq as well. General internal coding improvements.
|
|
rename internal `_c_VA_ARG_SIZE` to `_c_ARG_COUNT`
|
|
backporting of csmap_v1.h
|
|
|
|
easier to read. immutable keys are not implemented here.
|
|
|
|
|
|
Added get() method to cmap and csmap.
|
|
|
|
The "size" in `sizeof` means "number of byte", or "byte count". "ARG_COUNT" is more readable.
Take account of `cvec_x_size`s, size means "number of elements in the array", "count" also makes sense.
|
|
|
|
cdeq_X_find_in(), i.e. removed self.
|
|
|
|
|
|
|
|
be any number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mess. Internal reorder of STC_API methods.
|
|
|
|
|
|
cont, {...}): consistent with c_init(ctype, cont, {...}).
|
|
|
|
|
|
|
|
cdeq_X_insert() and cvec_X_insert(). Added iterator invalidation documentation.
|
|
|
|
cvec and cdeq insert_at() swapped with insert(). Docs update.
|
|
|
|
|
|
|
|
issue in csmap_erase_range(). Reduced iter size.
|
|
|