| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Disabled emplace methods for containers with carc and cbox.
|
|
on arcbox elements.
|
|
|
|
deprecated.
|
|
Kept old names for backward comp.
|
|
emplace_or_assign() for symetri with insert_or_assign()/put(). Experimental, may be removed.
|
|
clarity (error given if used): use i_valdrop/i_valfrom and i_keydrop/i_keyfrom instead.
Added missing at_mut() function to cdeq.
|
|
string. Fixed misc warnings.
|
|
to use cstr_str(&s) instead of s.str. Some docs updates.
|
|
emplace_or_assign().
|
|
|
|
|
|
|
|
insert_or_assign() for maps. Reverted/added push_back()/emplace_back()/pop_back() to cstack.
|
|
|
|
|
|
Removed pop() functions in clist and cdeq as they are no standard. push() will push_back() for both.
|
|
i_valto(p), and i_keydrop(p) - can be defined as macro without parenthesized args.
|
|
can be defined as macro without parenthesized args.
|
|
parenthesis around arg.
|
|
element to any container.
- Changed clist_X_insert()/emplace() to clist_X_insert_at()/emplace_at() to make it consistent with cvec/cdeq.
- Updated documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
available when either i_valraw or i_keyraw was defined. Avoids potensial bugs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
containers. Had to change some API in csview to make it play with that.
|
|
so that v is a reference that may modify the container items.
|
|
|
|
|
|
Renamed: i_key_sptr / i_val_sptr to i_key_arcbox / i_val_arcbox.
Other smaller updates.
|