| Age | Commit message (Expand) | Author |
| 2022-07-28 | VERSION 3.8 RC. Added cregex with "final" API + docs. README.md updated with ... | Tyge Løvset |
| 2022-07-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(... | 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 | Put back cbox.h in main list. | 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-06-01 | Removed cbox from main list - may be removed, rarely more useful than regular... | Tyge Løvset |
| 2022-05-31 | 1) REMOVED files/modules not relevant: makes lib more focused: | Tyge Løvset |
| 2022-05-24 | API change: cbits now uses container pointers args in all member functions, e... | Tyge Løvset |
| 2022-05-22 | Changed c_apply(v, ..) macro to make it more consistent with c_apply_arr(v, .... | 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-04 | Update README.md | Tyge Løvset |
| 2022-05-02 | Some more fix in README.md | Tyge Løvset |
| 2022-05-02 | More doc fixes on i_keyclone, i_keyfrom and i_valclone, i_valfrom | Tyge Løvset |
| 2022-05-01 | More changes to intro text. | Tyge Løvset |
| 2022-05-01 | Update README.md | Tyge Løvset |
| 2022-05-01 | Rewrote introduction section. | Tyge Løvset |
| 2022-04-28 | _i_implement moved to user-level template parameter as i_implement. Removed i... | Tyge Løvset |
| 2022-04-25 | Some docs layout improvements. | Tyge Lovset |
| 2022-04-25 | More README docs. | Tyge Lovset |
| 2022-04-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | Tyge Løvset |
| 2022-04-25 | Some maintainance. Updated sso_bench.cpp | Tyge Løvset |
| 2022-04-24 | Created VERSION 3.5. See News section in docs for changes. | Tyge Løvset |
| 2022-04-18 | Renamed newly added map function put_r() to put_raw() - alias for emplace_or_... | Tyge Lovset |
| 2022-04-18 | Removed i_drop and i_from template specifiers to reduce redundancies and add ... | Tyge Lovset |
| 2022-04-17 | alt/cstr.h (sso string): added cstr_replace_all(). Header examples updated to... | Tyge Løvset |
| 2022-04-15 | Updated README.md docs on template args! Reverted to put() as alias for inser... | Tyge Løvset |
| 2022-04-09 | - Switched from .._put() to .._push() as the "generic" method to add element... | Tyge Løvset |
| 2022-04-08 | Added cvec_X_lower_bound() function for sorted array search. | Tyge Løvset |
| 2022-04-06 | Refactoring cbits.h and sso alt/cstr.h | Tyge Løvset |
| 2022-03-16 | Bugfix: carc and cbox cmp functions had bug. | Tyge Løvset |
| 2022-03-15 | Some docs update, ++. | Tyge Løvset |
| 2022-01-12 | Update README.md | Tyge Løvset |
| 2022-01-12 | Update README.md | Tyge Løvset |
| 2022-01-12 | Docs update, mmap.c example update. | Tyge Løvset |
| 2022-01-05 | Update README.md | Tyge Løvset |
| 2022-01-05 | Update docs intro, moved migration guide down. | Tyge Løvset |
| 2021-12-30 | Renamed c_default_clone to c_default_from (mostly used internally). | Tyge Løvset |
| 2021-12-29 | Some more docs. | Tyge Løvset |
| 2021-12-29 | Update of README.md docs describing version 3. | Tyge Løvset |
| 2021-12-22 | Finished Readme.md updates. | Tyge Løvset |
| 2021-12-22 | Update. | Tyge Løvset |
| 2021-12-22 | Updated README.md | Tyge Løvset |
| 2021-12-22 | Renamed csptr to carc. i_key/val_ref renamed to i_key/val_sptr. Change inspir... | Tyge Løvset |
| 2021-12-22 | Renamed '_rawvalue\b' to '_raw' | Tyge Løvset |
| 2021-12-22 | Changed the c_apply() and c_apply_pair() to one new c_apply() API. Added c_pa... | Tyge Løvset |
| 2021-12-19 | Global rename of `_equ\b` => `_eq`. In practice `i_equ` must renamed to `i_eq... | Tyge Løvset |
| 2021-12-19 | More docs, small example updates. | Tyge Løvset |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of '_de... | Tyge Løvset |
| 2021-12-14 | Some more docs updates and new csptr examples. | Tyge Løvset |