| Age | Commit message (Expand) | Author |
| 2021-05-20 | Moved stc folder into include folder. | Tyge Løvset |
| 2021-05-20 | Final API changes for csview: Added csview_trimmed*(), removed a few. | Tyge Løvset |
| 2021-05-19 | More cleanups and refinements. | Tyge Løvset |
| 2021-05-18 | Added the new c_defer(), c_with(), c_withvar() macros into the examples. | Tyge Løvset |
| 2021-05-18 | Final improvements before push. | Tyge Løvset |
| 2021-05-15 | API change: Renamed c_init() to c_var() to better describe it declares and in... | Tyge Løvset |
| 2021-05-15 | Renamed newly introduced internal c_cast() to c_make() for c++ compatability.... | Tyge Løvset |
| 2021-05-13 | Updated cstr: Added cstr_new(literal), Renamed cstr_assign_s() to cstr_copy()... | Tyge Løvset |
| 2021-05-11 | Removed cstr_append_fmt(): use cstr_assign_fmt(&s, "%s%s", s.str, "appended s... | Tyge Løvset |
| 2021-05-07 | Reverted c_trivial_*() to c_default_*(). | Tyge Løvset |
| 2021-05-05 | Changed some lesser used API in cvec and cdeq to be more consistent. Improved... | Tyge Løvset |
| 2021-05-04 | Added get() method to cvec, cdeq, clist, cmap, csmap. Restructured emplace/in... | Tyge Løvset |
| 2021-04-28 | rename internal `_c_VA_ARG_SIZE` to `_c_ARG_COUNT` | Liigo Zhuang |
| 2021-04-26 | Doc update. Renamed c_new_2() to c_new_n() | Tyge Løvset |
| 2021-04-17 | Changed c_emplace_items(&cont, ctype, {...}) macro with c_emplace(ctype, cont... | Tyge Løvset |
| 2021-03-26 | Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo... | Tyge Løvset |
| 2021-03-06 | Cleanups and internal renames. Backported csmap_v1.h in examples to match csm... | Tyge Løvset |
| 2021-03-02 | Fixed: renamed reserved symbols/names. | Tyge Løvset |
| 2021-02-28 | Made it possible use full 64-bit size_t range for cmap, by defining CMAP_SIZE... | Tyge Løvset |
| 2021-02-22 | Renamed c_plain_... to c_trivial_... internal functions. | Tyge Løvset |
| 2021-02-22 | Many internal renames. Reverted to specify both _del and _clone parameter whe... | Tyge Løvset |
| 2021-02-21 | Renamed emplace_put() to emplace_or_assign(). May add put() as alias to inser... | Tyge Løvset |
| 2021-02-20 | Renamed push_items to emplace_n | Tyge Løvset |
| 2021-02-20 | Internal renaming improvements. | Tyge Løvset |
| 2021-02-06 | Some API changes in cmap. Will do for csmap as well. | Tyge Løvset |
| 2021-02-05 | Rewrote to use c_container_of() instead of size_t offset. | Tyge Løvset |
| 2021-02-05 | Upgraded cstr impl. | Tyge Løvset |
| 2021-02-04 | Fixup in API regarding _at() - more consistent. | Tyge Løvset |
| 2021-01-18 | Minor updates again. | Tyge Løvset |
| 2021-01-18 | Some improvements. | Tyge Løvset |
| 2021-01-18 | Moved c_try_emplace to ccommon.h | Tyge Løvset |
| 2021-01-17 | Removed cset.h - alias of cmap.h. Updated year copyright. | Tyge Løvset |
| 2021-01-05 | Changed macro c_defcon() to c_init(). Added clist_X_split() method. | Tyge Løvset |
| 2021-01-04 | Added cmap_X_value_del() and added convert.c example. | Tyge Løvset |
| 2021-01-04 | Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_t | Tyge Løvset |
| 2021-01-04 | Added value_clone() method to containers. | Tyge Løvset |
| 2021-01-03 | Added macro: c_defcnt(): define container and push items onto it. | Tyge Løvset |
| 2021-01-03 | Force template argument *clone* to be specified when *del* is specified for c... | Tyge Løvset |
| 2021-01-02 | Major upgrade: Added 'clone' template parameters to containers. Reorganized a... | Tyge Løvset |
| 2020-12-17 | API change: Reverted back to original name used for .val in iterators to .ref | Tyge Løvset |
| 2020-11-04 | Larger constant Phi in hash16. | Tyge Løvset |
| 2020-11-03 | Small API change c_withbuffer() and doc fix. | Tyge Løvset |
| 2020-10-20 | Added cfmt.h and some smaller fixes. | Tyge Løvset |
| 2020-10-17 | Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init(). | Tyge Løvset |
| 2020-10-16 | Fixed compiling as lib (-DSTC_HEADER) and added c_withbuffer() and c_break_wi... | Tyge Løvset |
| 2020-10-08 | Renamed cdefs.h to ccommon.h | Tyge Løvset |