| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cstr_lit(literal), csview_new() => csview_lit(). Added c_lit(literal) alias to csview_lit(literal).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Final cleanups, getting ready for V2.0 RC and freeze API.
|
|
|
|
|
|
=> 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
|
|
|
|
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.
|
|
|