| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
new members which can be accessed from the template parameters. See examples/functor.c
|
|
|
|
needed.
Simplified cvec_X_eq() and cdeq_X_eq()
|
|
|
|
|
|
|
|
|
|
|
|
Removed uses of c_auto and c_with in documentation examples and code examples. Still using c_defer a few places.
Renamed c11/fmt.h to c11/print.h.
Some additions in ccommon.h, e.g. c_const_cast(T, x).
Improved docs.
|
|
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_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).
|
|
Final cleanup normalized var naming.
|
|
coroutine.
|
|
|
|
|
|
|
|
|
|
version is much improved, but uses the same basic mechanisms.
|
|
cleanup.
|
|
if needed.
|
|
2) shortened mergesort function.
|
|
Minor fix in template.h
|
|
Renamed c_ARGSV => c_SV. Old name is still working.
|
|
|
|
additions.
|