| Age | Commit message (Collapse) | Author |
|
no cleanup is needed.
|
|
|
|
|
|
|
|
|
|
|
|
cco_await_while(cond).
|
|
|
|
|
|
|
|
Reduced benchmarks/plotbench repetition/sizes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
used in the predicate.
|
|
Moved c_find_if, c_erase_if, c_eraseremove_if to algo/filter.h
Internals.
|
|
|
|
|
|
Removed c_forwhile() macro. Redundant, use c_forfilter().
Removed find and eq in cspan (use general c_find_if() instead for search).
|
|
c_forwhile() now takes container not start iter: may be removed!
Cleanup in filter.h
|
|
|
|
|
|
includes filter.h, crange.h and coroutine.h from algo subfolder.
|
|
|
|
|
|
c_flt_take() and c_flt_takewhile() breaks the loop always.
c11/fmt.h : renamed fmt_freebuffer(buf) => fmt_destroy(buf).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Assume context always non-NULL when calling cco_alive(context).
|
|
|
|
|
|
|
|
|
|
|
|
ccoro_execute(c) => cco_begin(c); ... cco_end(); (was required).
|
|
coroutine.
|
|
|
|
|
|
|