| Age | Commit message (Collapse) | Author |
|
|
|
|
|
cstr_lit(literal), csview_new() => csview_lit(). Added c_lit(literal) alias to csview_lit(literal).
|
|
|
|
|
|
|
|
|
|
=> carrayNX_with_values(). Docs/examples improvements.
|
|
initializes a container variable. Will create a version 2.0 RC release soon.
|
|
compatability. Added usage.
|
|
cstr_copy(). Fixed and added minors in ccommon.h
|
|
string") for that.
|
|
|
|
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
|
|
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.
|
|
|