| Age | Commit message (Collapse) | Author |
|
|
|
|
|
clist_X_erase_at().
|
|
|
|
|
|
Added i_key_csptr, i_val_csptr input macros for very easy usage of shared pointers in containers.
|
|
|
|
utf-8.
|
|
|
|
Now supports that user defines i_prefix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cstr_equals() => cstr_equalto()
cstr_compare_ref() => cstr_compare()
cstr_equals_ref() => cstr_equals()
cstr_hash_ref() => cstr_hash()
|
|
|
|
Updated doc and improved csmap_erase.c example.
|
|
|
|
string.
|
|
|
|
|
|
cstr_sv(cstr), and c_lit(string literal) => c_sv(string literal). Hopefully not too much used yet, as they are fairly new.
|
|
|
|
forward_csmap() and forward_csset(). Not yet documented.
|
|
using_cmap_strv*(), ...
|
|
input argument variants. Changed def of cstr_npos.
|
|
|
|
special for printing csviews with "%.*s" format.
|
|
|
|
|
|
deceiving and hid the fact that it was for-loops. Now it is more explicit.
|
|
|
|
|
|
csmap_insert.c example.
|
|
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.
|
|
|
|
|
|
and ind() to cvec and cdeq.
|
|
Improved cdeq.
|
|
backporting of csmap_v1.h
|