| Age | Commit message (Expand) | Author |
| 2023-09-05 | Renamed (half)internal functions: | Tyge Løvset |
| 2023-08-15 | Fixed c_i2u() didn't trigger -Wsign-conversion warning. | tylov |
| 2023-08-08 | Reverted cco_cleanup => cco_final. (cco_cleanup deprecated). | Tyge Løvset |
| 2023-08-01 | Added some checks that a proper i_cmp/(i_hash) is defined when i_keyraw conve... | Tyge Løvset |
| 2023-07-26 | Added cmap_emplace_key() / csmap_emplace_key() | tylov |
| 2023-07-12 | Changed docs and examples to use i_key* template parameters instead of i_val*... | tylov |
| 2023-06-20 | Internal only: | Tyge Løvset |
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | Tyge Løvset |
| 2023-06-09 | Fixed issues with linking params i_implement, i_extern. | Tyge Løvset |
| 2023-05-29 | Update extern benchmark maps. | Tyge Løvset |
| 2023-05-18 | Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz... | Tyge Lovset |
| 2023-04-28 | Removed crandom.h and altnames.h. Housholding. | Tyge Løvset |
| 2023-04-27 | Reshuffled code in csmap.h and cmap.h | Tyge Løvset |
| 2023-04-27 | removing compiler warning ++. | Tyge Løvset |
| 2023-04-26 | Internal. | Tyge Lovset |
| 2023-04-24 | Fixed another cmap issue | Tyge Løvset |
| 2023-04-24 | Set i_expandby 2 by default. | Tyge Løvset |
| 2023-04-23 | Tuned cmap.h and hash function. | Tyge Løvset |
| 2023-04-22 | Fixed a regression bug in cmap_X_contains()- | Tyge Løvset |
| 2023-04-21 | Householding. | Tyge Løvset |
| 2023-04-20 | cmap Updates to dev43 standard. | Tyge Løvset |
| 2023-04-20 | Minor internal cmap updates. | Tyge Løvset |
| 2023-04-19 | Internal refactoring in cmap. Should be easy to convert to robinhood hash fro... | 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-10 | Improved naming consistency: fixed rawkey - keyraw confusion (mostly internal). | 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-03-31 | Added stc/extend.h: A generalized way to type-safely extend a container with ... | Tyge Lovset |
| 2023-03-29 | Removed i_less_functor, i_cmp_functor, i_eq_functor and i_hash_functor: not n... | Tyge Lovset |
| 2023-03-26 | Remove more c_with, c_auto | Tyge Løvset |
| 2023-03-22 | Added c_foreach_r() macro for reverse iter of cvec, cdeq, cstack. | Tyge Løvset |
| 2023-02-24 | Added eq function to cdeq, clist, cmap, csmap, and fixed cmap eq. | 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-11 | Some more docs. Renamed (half-)internal template parameter i_size => i_ssize.... | Tyge Løvset |
| 2023-02-08 | Changed to use lowercase flow-control macros in examples (uppercase will stil... | 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-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 | Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase. | Tyge Løvset |
| 2023-01-27 | (Reverted) c_COMPOUND() to c_LITERAL(). | Tyge Løvset |
| 2023-01-19 | Finish last commit. Most safe function macros are now preferred lowercase, wh... | Tyge Løvset |
| 2023-01-19 | Add a from_n() method to containers (and put_n() to maps), to support new ini... | Tyge Løvset |
| 2023-01-06 | Removed swap() function from all containers. Use safe c_SWAP() macro instead. | Tyge Løvset |
| 2023-01-04 | Bump to 2023 | Tyge Løvset |
| 2023-01-03 | - Removed nomem_error member in csmap and cmap_X_result; test for res.ref == ... | Tyge Løvset |
| 2022-12-31 | Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ... | Tyge Løvset |
| 2022-12-20 | Restructured folders: examples, benchmarks, tests into misc folder. | Tyge Lovset |
| 2022-12-19 | Some "internal" macros in ccommon.h made all caps. | Tyge Løvset |