| Age | Commit message (Expand) | Author |
| 2023-08-10 | Update template.h - also renamed i_cmp_native => i_use_cmp | Tyge Løvset |
| 2023-07-18 | Renamed i_native_cmp => i_cmp_native | tylov |
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov |
| 2023-07-12 | Changed docs and examples to use i_key* template parameters instead of i_val*... | tylov |
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | Tyge Løvset |
| 2023-05-23 | Updated docs to reflect changes in cstr linking shared. | Tyge Lovset |
| 2023-03-26 | development branch for 4.2 | Tyge Løvset |
| 2023-02-08 | Changed to use lowercase flow-control macros in examples (uppercase will stil... | Tyge Løvset |
| 2022-12-30 | Fixed carc and cbox docs. Added cbox_X_assign() : transfer ownership between ... | Tyge Løvset |
| 2022-12-23 | Experimental uppercase macros. | Tyge Løvset |
| 2022-12-19 | Renames: | Tyge Løvset |
| 2022-11-06 | Improved documentation of template parameters for all containers. | Tyge Løvset |
| 2022-10-24 | API CHANGE: Renamed input params for naming consisteny and usage: | 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-26 | Deprecated c_pair() macro. Replaced with c_PAIR(), analogous to c_ARGsv() mac... | Tyge Løvset |
| 2022-09-25 | Fixed markdown error in docs. | Tyge Løvset |
| 2022-09-23 | Deprecated c_forarray, c_forarray_p macros - both replaced by c_forlist, and ... | 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 | Update cbox/carc docs. | Tyge Lovset |
| 2022-08-11 | Fixed issue with cbox / carc. Minor update some examples. | Tyge Løvset |
| 2022-08-08 | Improved carc example in docs. | Tyge Løvset |
| 2022-08-06 | c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ... | 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-15 | Update carc_api.md | Tyge Løvset |
| 2022-06-01 | Reverted to default static linkage of non-templated symbols (cstr, csview, ..... | Tyge Løvset |
| 2022-06-01 | Update docs regarding i_implement for cstr, cview, cbits, ... | Tyge Løvset |
| 2022-05-24 | Changed c_forpair(k, v, Map, map) so that k and v are pointers instead of val... | Tyge Løvset |
| 2022-04-29 | cmap/csmap cleanup incl. docs. | Tyge Løvset |
| 2022-04-28 | Update carc_api.md | 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-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | Tyge Løvset |
| 2022-04-24 | Updated docs to use cstr_str(&s) instead of s.str | 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 |
| 2022-04-19 | Renamed cbox_new/carc_new to cbox_make/carc_make. Disabled container emplace ... | Tyge Lovset |
| 2022-04-18 | Removed i_drop and i_from template specifiers to reduce redundancies and add ... | Tyge Lovset |
| 2022-03-16 | Bugfix: carc and cbox cmp functions had bug. | Tyge Løvset |
| 2022-03-15 | Some docs update, ++. | Tyge Løvset |
| 2021-12-22 | Forgot csptr_api.md rename. | Tyge Løvset |