| Age | Commit message (Expand) | Author |
| 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-15 | Cleaned up in size-types. API always uses intptr_t as default for all contain... | Tyge Løvset |
| 2023-02-13 | Changed name of c_flt_inc() to c_flt_count(). | 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 | 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 | Small adjustment for i_allocator | Tyge Løvset |
| 2023-02-07 | crange and docs update. | 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-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-05 | - Updated cspan.h to allow for compiling some functions as shared symbols. | 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-04 | More cspan docs updates. | Tyge Løvset |
| 2023-02-04 | Removed a warning. | Tyge Løvset |
| 2023-02-04 | Minor docs update. | Tyge Løvset |
| 2023-02-03 | Renamed dim to shape in cspan. Not 100% sure it will survive. | Tyge Løvset |
| 2023-02-03 | More cspan docs fixes. | 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 | Fixed to allow int64_t sized maps. (defaults to 32-bit). | 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 | Fix two minor blips. | 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 | Removed branch in cvec_lower_bound(). | 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 | Updated API for cregex. | Tyge Løvset |
| 2023-01-25 | Updates on cspan ++. | Tyge Løvset |
| 2023-01-25 | Reverted cspan_subdim*() to cspan_at*(). Added cspan_flatten() constructor. | Tyge Løvset |
| 2023-01-24 | Added python single-header generator + fixed include mistake. | Tyge Løvset |
| 2023-01-23 | Changed c_OVERLOADMACRO() internally. | Tyge Løvset |
| 2023-01-23 | Renamed c_init() to c_make(). | Tyge Løvset |
| 2023-01-22 | Added cspan_init() for static initializing and a minor fix. Added cregex repl... | Tyge Løvset |
| 2023-01-20 | Renamed cspan_at2 .. at4 to cspan_subdim2 .. Improved cspan docs. | Tyge Løvset |