| Age | Commit message (Expand) | Author |
| 2023-02-27 | Let cco_end(value) return value. Should be last in function anyway. | Tyge Løvset |
| 2023-02-27 | Simplified coroutine.h a bit and modified coroutines.c | Tyge Løvset |
| 2023-02-26 | Addition to coroutine.h. Allow dynamic allocation of context. | Tyge Løvset |
| 2023-02-25 | Finish fixes in coroutine.h. | Tyge Løvset |
| 2023-02-25 | Some clever adjustment to coroutine state. | Tyge Løvset |
| 2023-02-25 | Improved coread.c example a lot. | Tyge Løvset |
| 2023-02-25 | Renamed algo/ccoro.h => algo/coroutine.h. Using cco_ as prefix. Changed ccoro... | Tyge Løvset |
| 2023-02-24 | Added eq function to cspan. | Tyge Løvset |
| 2023-02-24 | Update ccoro.h and added cosub.c example demoing a corotine calling another c... | Tyge Løvset |
| 2023-02-23 | Replaced coroutine.h with ccoro.h. Stackbased only. | Tyge Løvset |
| 2023-02-23 | Renamed cco.h to coroutine.h | Tyge Løvset |
| 2023-02-23 | Internal updates. | Tyge Løvset |
| 2023-02-22 | Renamed ccontext => cco_handle | Tyge Løvset |
| 2023-02-22 | Added coroutines, based upon Simon Tatham's famous implementation. This versi... | Tyge Løvset |
| 2023-02-20 | Added c_eraseremove_if() for cvec, cdeq, cstack, cqueue in ccommon.h. Some cl... | Tyge Løvset |
| 2023-02-18 | Fixed carc, cbox: no need for no_lookup and no_eq: use only no_cmp, no_hash i... | Tyge Løvset |
| 2023-02-17 | Improved clist: 1) added clist_X_sort_with(self, cmp) - custom compare func. ... | Tyge Løvset |
| 2023-02-16 | Reverted and removed maps put function. Renamed clist node api functions. Min... | Tyge Løvset |
| 2023-02-13 | Removed support for uppercase version of c_sv() (i.e c_SV => c_sv). | Tyge Løvset |
| 2023-02-13 | Docs update and improvements | Tyge Løvset |
| 2023-02-12 | Fairly large update before release 4.1, cleaning up docs and some minor addit... | Tyge Løvset |
| 2023-02-11 | Some more docs. Renamed (half-)internal template parameter i_size => i_ssize.... | Tyge Løvset |
| 2023-02-10 | Added struct name to typedef to allow container pointer predecarations. | Tyge Løvset |
| 2023-02-08 | Added a simple benchmap for cspan. clang performs best! | Tyge Løvset |
| 2023-02-08 | Changed to use lowercase flow-control macros in examples (uppercase will stil... | Tyge Løvset |
| 2023-02-08 | Minors. | Tyge Løvset |
| 2023-02-07 | Added custom allocator per container type. | Tyge Løvset |
| 2023-02-07 | removed c_ALLOC_N() | Tyge Løvset |
| 2023-02-06 | Fixed error in cregex_test.c itself. | Tyge Løvset |
| 2023-02-06 | SKIP the failing cregex test. Will debug later. | Tyge Løvset |
| 2023-02-05 | Some last minute changes: reverted mostly the c_extern from last commit. | Tyge Løvset |
| 2023-02-05 | Fixed linking parameters i_extern. | Tyge Løvset |
| 2023-02-04 | Fix in ccommon.h to make MSVC work again (without -std:c11) + small adjustments. | Tyge Løvset |
| 2023-02-03 | Renamed dim to shape in cspan. Not 100% sure it will survive. | Tyge Løvset |
| 2023-02-03 | Feature completed cspan. | Tyge Løvset |
| 2023-02-03 | Temporary commit. Will cleanup cspan and usage. | Tyge Løvset |
| 2023-02-03 | Update cspan, needs more testing. | Tyge Løvset |
| 2023-02-02 | Removed old archived csmap.h and cstr.h. Renamed ctest fixture fix to _self. | Tyge Løvset |
| 2023-02-01 | Massive update from unsigned sizes and indices to signed. | Tyge Lovset |
| 2023-01-31 | Converted all containers but the maps and examples to signed sizes and indices. | Tyge Løvset |
| 2023-01-31 | Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase. | Tyge Løvset |
| 2023-01-31 | Updates, and prepare for the big unsigned ==> signed transformation. | Tyge Løvset |
| 2023-01-29 | Some method renaming in cspan: cspan_multidim() ctor => cspan_md(). cspan_a... | Tyge Løvset |
| 2023-01-28 | Generalized cspan_slice(), and improved usage/ergonomics. | Tyge Lovset |
| 2023-01-28 | Added flat iteration over a sliced cspan. | Tyge Lovset |
| 2023-01-27 | Added cspan_slice() function. | Tyge Løvset |
| 2023-01-27 | add cspan_test.c | Tyge Løvset |
| 2023-01-27 | (Reverted) c_COMPOUND() to c_LITERAL(). | Tyge Løvset |
| 2023-01-27 | Added stride to cspan (md), prepared for cspan_slice() function. | Tyge Løvset |
| 2023-01-26 | update cregex_test.c. Rename using_... to use_... | Tyge Lovset |