| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More docs.
|
|
|
|
|
|
Added missing files.
|
|
|
|
|
|
Added c_all_of(), c_any_of(), c_none_of() to algo/filter.h
|
|
|
|
|
|
i_val* for all non-maps.
Renamed c_ASSERT() to c_assert() and added optional message parameter to c_static_assert().
|
|
|
|
|
|
|
|
deprecated.
|
|
|
|
|
|
c_getcon(self) => c_extend(self).
|
|
harmonized. Docs update/improved.
|
|
|
|
|
|
|
|
|
|
csmap_api.md
|
|
|
|
|
|
|
|
|
|
|
|
Reduced benchmarks/plotbench repetition/sizes.
|
|
new members which can be accessed from the template parameters. See examples/functor.c
|
|
|
|
|
|
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.
|
|
I couldn't get forward declarations to work because I copied the typo from the README.
|
|
Removed c_forwhile() macro. Redundant, use c_forfilter().
Removed find and eq in cspan (use general c_find_if() instead for search).
|
|
|
|
|
|
Renamed c_ARGSV => c_SV. Old name is still working.
|
|
|
|
additions.
|
|
|
|
i_ssize. Updated external cpp maps for benchmarks.
|
|
|