| Age | Commit message (Expand) | Author |
| 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-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-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-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-05 | Added parenthesis around user macro arguments | Tyge Løvset |
| 2023-01-04 | Bump to 2023 | Tyge Løvset |
| 2022-12-31 | Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ... | Tyge Løvset |
| 2022-12-30 | Fixed carc and cbox docs. Added cbox_X_assign() : transfer ownership between ... | Tyge Løvset |
| 2022-12-29 | Restructuring of some headers into include/algo folder. Some API changes *_re... | Tyge Løvset |
| 2022-12-20 | Restructured folders: examples, benchmarks, tests into misc folder. | Tyge Lovset |
| 2022-12-19 | Renames: | Tyge Løvset |
| 2022-11-15 | More internal cleanup and fixes for cbox and carc. | Tyge Løvset |
| 2022-11-14 | Internal update. | Tyge Løvset |
| 2022-11-13 | Reverted forward declaration from c_declare_X back to c_forward_X, and the fl... | Tyge Løvset |
| 2022-11-03 | Renamed forward_CONTAINER(...) => declare_CONTAINER(...), | Tyge Løvset |
| 2022-10-29 | Small adjustments in template.h | Tyge Løvset |
| 2022-10-28 | Renamed semi-internal macro (used for c++ compability) c_make => c_init. | Tyge Løvset |
| 2022-10-25 | More and hopefully final fixes of cbox/carc. | Tyge Løvset |
| 2022-10-24 | Fix in cbox/carc. | Tyge Løvset |
| 2022-10-24 | API CHANGE: Renamed input params for naming consisteny and usage: | Tyge Løvset |
| 2022-10-24 | Generalized i_key_class and i_key_arcbox scheme. | Tyge Løvset |
| 2022-10-21 | Fixed wrong formatting of 64bit values various places. | Tyge Løvset |
| 2022-10-20 | Reverted some of the changes, but works now well. | Tyge Løvset |
| 2022-10-20 | Fixed previous commit, and city.c example. | Tyge Løvset |
| 2022-10-20 | Fixed some inconsistencies, and a minor bug in cmap. | Tyge Løvset |
| 2022-10-20 | Switch from #define i_val_bind to i_val_class and i_key_class. | Tyge Løvset |
| 2022-10-19 | - Removed deprecated carc_make and cbox_make (replaced by carc_from, cbox_from) | Tyge Løvset |
| 2022-09-02 | Change: carc and cbox defaults to pointer comparison when none of i_cmp, i_le... | Tyge Løvset |
| 2022-08-12 | More misc changes carc/cbox, cdeq/cvec. | Tyge Lovset |
| 2022-08-11 | Added cmp, eq, hash to carc/cbox. | Tyge Lovset |
| 2022-08-11 | Fixed issue with cbox / carc. Minor update some examples. | Tyge Løvset |
| 2022-07-06 | Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre... | Tyge Løvset |
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset |
| 2022-05-19 | Added _toval() in carc and cbox. Added dynamic polymorphism example, shape.c. | Tyge Løvset |
| 2022-05-18 | Formatted carc.h cbox.h: also simplified; removed _get() -> was same as _tora... | Tyge Løvset |
| 2022-04-27 | Docs only update for carc/cbox. | Tyge Løvset |
| 2022-04-27 | Final fixes to carc and cbox; Reverted constructor name to make; (similarity ... | Tyge Løvset |
| 2022-04-27 | Removed cbox_X_make() and carc_X_make() when i_rawval was not defined, i.e. l... | Tyge Løvset |
| 2022-04-27 | Bugfix: cbox didn't use i_keyclone, and therefore did not deep clone properly. | Tyge Løvset |
| 2022-04-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | Tyge Løvset |
| 2022-04-23 | Integrated (and removed) c_hash32 and c_hash64 into c_default_hash, which is ... | Tyge Løvset |
| 2022-04-21 | Switched to use i_key as primary template type parameter for all containers. ... | Tyge Løvset |
| 2022-04-20 | Final carc / cbox cleanup. | Tyge Løvset |
| 2022-04-20 | Some cleanup after carc / cbox updates. | Tyge Løvset |