| Age | Commit message (Collapse) | Author |
|
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).
|
|
cleanup.
|
|
2) shortened mergesort function.
|
|
Minor fix in template.h
|
|
containers.
|
|
|
|
|
|
Renamed c_ARGSV => c_SV. Old name is still working.
|
|
|
|
additions.
|
|
|
|
i_ssize. Updated external cpp maps for benchmarks.
|
|
|
|
still be supported). Improved many examples to use c_make() to init containers.
|
|
|
|
|
|
Renamed c_ARGSV(sv) macro to c_SVARG(sv). Both available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cspan_atN() => cspan_submdN().
cstr_replace_ex() merged as overload of cstr_replace().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
whereas flow control macros (c_FOREACH, ..) are preferred uppercase.
|
|
initialization.
|
|
view, but can modify its elements.
|
|
|
|
|
|
(except resize).
|
|
|