| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from here.
|
|
robin-hood impl.
Improved sso_bench.c testing string hash - twice as fast as m.ankeln robin impl !?.
|
|
|
|
|
|
|
|
|
|
pointer.
|
|
|
|
|
|
Reduced benchmarks/plotbench repetition/sizes.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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
|
|
|