| Age | Commit message (Expand) | Author |
| 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 |
| 2022-11-15 | More internal cleanup and fixes for cbox and carc. | Tyge Løvset |
| 2022-11-14 | Internal update. | Tyge Løvset |
| 2022-10-29 | Small adjustments in template.h | Tyge Løvset |
| 2022-10-27 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2022-10-27 | Some more tuning of template.h. | Tyge Løvset |
| 2022-10-25 | More and hopefully final fixes of 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-10 | Renamed template parameter i_cap => i_capacity | 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 | Fixed issue with cbox / carc. Minor update some examples. | Tyge Løvset |
| 2022-08-11 | Completed support for i_less(). | Tyge Løvset |
| 2022-08-08 | Reverted a minor change in template.h | Tyge Løvset |
| 2022-08-07 | Refined template.h when specifying i_key_bind (and i_val_bind): i_keyclone b... | Tyge Løvset |
| 2022-07-15 | cmap: No longer uses c_umul128. If `i_size` is defined by user, table is powe... | Tyge Lovset |
| 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-17 | Various refactoring. Renamed c_apply_arr() => c_apply_array() | Tyge Løvset |
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset |
| 2022-06-01 | Added src/libstc.c which implements all non-templated functions (e.g. from cs... | Tyge Løvset |
| 2022-05-30 | Large refactoring on strings / utf8 and some file structure. | Tyge Lovset |
| 2022-05-19 | Some extra test on template params. Update shape.c example. | 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-05-12 | i_keyfrom/i_valfrom no longer used with i_key_bind/i_val_bind. Is considered ... | Tyge Løvset |
| 2022-05-12 | Fixed issues with i_keyfrom/i_valfrom | Tyge Løvset |
| 2022-05-12 | Reverted some back, and made c_less_cmp() safer. | Tyge Løvset |
| 2022-05-11 | Added robustness (hopefully). | Tyge Løvset |
| 2022-05-11 | Added i_less template param as alternative to i_cmp. | Tyge Løvset |
| 2022-04-29 | cmap/csmap cleanup incl. docs. | Tyge Løvset |
| 2022-04-28 | Finalized template.h logic. | Tyge Løvset |
| 2022-04-27 | Final fixes to carc and cbox; Reverted constructor name to make; (similarity ... | Tyge Løvset |
| 2022-04-27 | Simplifications possible due to previous commit. | Tyge Løvset |
| 2022-04-27 | Finally FIXED cloning/to/from scheme to work properly. When using i_key_bind/... | Tyge Løvset |
| 2022-04-27 | Internal string container clone optimization. | Tyge Løvset |
| 2022-04-24 | Created VERSION 3.5. See News section in docs for changes. | 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-22 | Readded push()/emplace() to all containers missing them. Made _hash function ... | Tyge Løvset |
| 2022-04-21 | Fix for i_key_bind hash and eq functions. | Tyge Løvset |
| 2022-04-21 | Switched to use i_key as primary template type parameter for all containers. ... | Tyge Løvset |
| 2022-04-21 | Fixed missing i_valclone -> i_keyclone copy when specifying i_val for sets (i... | Tyge Lovset |
| 2022-04-20 | Minor adjustments. | Tyge Løvset |