| Age | Commit message (Collapse) | Author |
|
|
|
|
|
'_del' to '_drop' and '_compare' to '_cmp'.
Also i_key_ref (earlier i_key_sptr) and i_val_ref replaced by more general i_key_bind/i_val_bind.
|
|
|
|
const mapped*). Added container_X_getmut() for mutable version. Updated docs.
|
|
cdeq, cmap, csmap, cslist
|
|
cdeq_X_erase() - may be used wrong. Use cvec_X_erase_n() instead.
Fixed type-bug in cpque.h (same was in cqueue.h).
|
|
|
|
|
|
vector-lite.
|
|
c_apply()/c_apply_pair() macros, and removed c_var() macro.
Removed CX_emplace_items() member functions in containers used by c_emplace().
|
|
|
|
|
|
in examples.
|
|
Added i_key_csptr, i_val_csptr input macros for very easy usage of shared pointers in containers.
|
|
|
|
|
|
|
|
Improved cdeq.
|
|
cvec and cdeq insert_at() swapped with insert(). Docs update.
|
|
and more readable code.
Removed C_X_itval() as they are no longer needed. API is to use *it.ref
|
|
|
|
|
|
Code/docs formatting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not cvec_inits.
Improved docs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|