| Age | Commit message (Collapse) | Author |
|
|
|
compatability. Added usage.
|
|
|
|
|
|
and ind() to cvec and cdeq.
|
|
|
|
Improved cdeq.
|
|
|
|
emplace/insert api on cvec, will be done on cdeq as well. General internal coding improvements.
|
|
backporting of csmap_v1.h
|
|
|
|
|
|
mess. Internal reorder of STC_API methods.
|
|
cdeq_X_insert() and cvec_X_insert(). Added iterator invalidation documentation.
|
|
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
|
|
|
|
|
|
|
|
csmap.h
|
|
|
|
|
|
|
|
|
|
when giving _del.
|
|
insert_or_assign().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and cset_X_init(). Minor changes in cvec, csmap, cstr, crandom.
|
|
Not cvec_inits.
Improved docs.
|
|
|
|
|
|
|
|
containers. Can be *c_no_clone* if clonable is not required.
|
|
arg positions. Renamed csptr_X_share() to csptr_X_clone()
|
|
of map. Todo: change parameter order in shorthand using_-macros.
|
|
|
|
|
|
cdeq_size, cdeq_capacity, cdeq_empty. Use the cvec_X_* names instead.
|
|
for cvec, cdeq, cptr and clist.
|
|
cvec_X_size(c) etc. Restructured benchmarks / examples.
|