| Age | Commit message (Expand) | Author |
| 2023-05-19 | Added container equality function to docs _eq(c1, c2). | Tyge Lovset |
| 2023-05-18 | Renamed template param i_con => i_base in stc/extend.h. Also the macro c_getc... | Tyge Løvset |
| 2023-05-18 | Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz... | Tyge Lovset |
| 2023-05-13 | File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/al... | Tyge Løvset |
| 2023-05-09 | Renaming. | Tyge Lovset |
| 2023-05-09 | reverted cco_await_done => cco_await_at. | Tyge Lovset |
| 2023-05-08 | coroutine cco_await_* and cco_yield_* changes. | Tyge Løvset |
| 2023-05-08 | Final coroutine API updates. | Tyge Løvset |
| 2023-05-08 | More coroutine updates. | Tyge Løvset |
| 2023-05-04 | Updates in coroutines.h: No longer *required* with cco_final:, but only when ... | Tyge Løvset |
| 2023-05-03 | Reverted from cco_await_with(promise, ret) to cco_await(promise, ret). | Tyge Løvset |
| 2023-05-02 | Changed cco_with_..() API again, final. | Tyge Løvset |
| 2023-05-02 | Removed cco_alive(), was same as !cco_done() | Tyge Løvset |
| 2023-05-02 | Improved coroutine.h, added new coro examples. | Tyge Løvset |
| 2023-05-01 | Replaced cco_yield(corocall, ctx, retval) with cco_await(cond) and cco_await_... | Tyge Løvset |
| 2023-05-01 | Remove warnings when using -Wextra. | Tyge Løvset |
| 2023-04-26 | Internal. | Tyge Lovset |
| 2023-04-23 | Tuned cmap.h and hash function. | Tyge Løvset |
| 2023-04-21 | Householding. | Tyge Løvset |
| 2023-04-20 | cmap Updates to dev43 standard. | Tyge Løvset |
| 2023-04-18 | Removed unneeded custom size type in maps and bits.h. Prepared for possible r... | Tyge Løvset |
| 2023-04-14 | tuning of hash function. Adjusted benchmark balance. | Tyge Løvset |
| 2023-04-09 | Final commit before 4.2 release? | Tyge Lovset |
| 2023-04-08 | More docs updates, and a change in stc/extend.h. | Tyge Lovset |
| 2023-04-07 | More docs updating. | Tyge Lovset |
| 2023-04-07 | Massive documentation update/improvements. | Tyge Lovset |
| 2023-04-05 | Internal: renamed untemplate.h to template2.h | Tyge Løvset |
| 2023-04-03 | Split priv/template.h in two files to make mksingle.sh work. | Tyge Løvset |
| 2023-04-03 | Renamed c_flt_n() => c_flt_getcount(), and c_flt_count() => c_flt_counter(). | Tyge Lovset |
| 2023-04-02 | Renamed c_flt_last(i) => c_flt_n(i) in algo/filter.h | Tyge Løvset |
| 2023-04-01 | Update of stc/extend.h | Tyge Lovset |
| 2023-03-31 | Added stc/extend.h: A generalized way to type-safely extend a container with ... | Tyge Lovset |
| 2023-03-30 | Added crand.h - Alternative API to crandom.h, which will be deprecated. | Tyge Løvset |
| 2023-03-29 | Some optimizations in hash func. | Tyge Løvset |
| 2023-03-29 | Removed i_less_functor, i_cmp_functor, i_eq_functor and i_hash_functor: not n... | Tyge Lovset |
| 2023-03-28 | Fix gauss2.c | Tyge Løvset |
| 2023-03-28 | Example changes. Added crand.h possible replacement for crandom.h | Tyge Løvset |
| 2023-03-27 | More RAII cleanup in examples. Also removed gauss1.c and new_deq.c | Tyge Løvset |
| 2023-03-26 | Remove more c_with, c_auto | Tyge Løvset |
| 2023-03-26 | Fixed bug/leak in intrusive.c example. | Tyge Løvset |
| 2023-03-26 | development branch for 4.2 | Tyge Løvset |
| 2023-03-22 | Added c_foreach_r() macro for reverse iter of cvec, cdeq, cstack. | Tyge Løvset |
| 2023-03-17 | Reuse of coroutine context requires cco_reset of state. | Tyge Løvset |
| 2023-03-13 | Fixed bug and improved generic c_eraseremove_if(). | Tyge Løvset |
| 2023-03-12 | Fix warning. | Tyge Løvset |
| 2023-03-12 | Replaced clist mergesort with qsort: no need for i_extern defined to include it. | Tyge Løvset |
| 2023-03-12 | Safer state machine in coroutine.h (internal). | Tyge Løvset |
| 2023-03-10 | Rename cco_alive() => cco_suspended(). Replaced cco_done() with cco_alive(). | Tyge Lovset |
| 2023-03-08 | Added cco_done(ctx) to check if coroutine is complete (including cleanup stage). | Tyge Løvset |
| 2023-03-07 | Improved/simplified c_forfilter (): last optional parameter gone. Now c_flt_t... | Tyge Løvset |