| Age | Commit message (Expand) | Author |
| 2021-02-07 | Internal simplifications. Small optim. in erase_entry. | Tyge Løvset |
| 2021-02-07 | Internal rename. | Tyge Løvset |
| 2021-02-06 | Some API changes in cmap. Will do for csmap as well. | Tyge Løvset |
| 2021-02-06 | Fixed bug in node_new() and clone() csmap. | Tyge Løvset |
| 2021-02-05 | Rewrote to use c_container_of() instead of size_t offset. | Tyge Løvset |
| 2021-02-04 | Fixed a minor API mixup, Docs: open addressing/closed hashing.. | Tyge Løvset |
| 2021-02-04 | Changed return type it iter_t in csmap_X_find() and cmap_X_find() to be consi... | Tyge Løvset |
| 2021-01-30 | Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ... | Tyge Løvset |
| 2021-01-19 | String docs updated. | Tyge Løvset |
| 2021-01-19 | Changed template args sequence in cmap. | Tyge Løvset |
| 2021-01-18 | Internal reorganizing. | 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-16 | Added csmap.c under dev. Internal renaming in cmap.h | Tyge Løvset |
| 2021-01-10 | Updated benchmarks for maps. | Tyge Løvset |
| 2021-01-05 | Internal refactoring of method parameter names. | 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-04 | Removed cmap_X_entry_t alias for cmap_X_value_t. | 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 |
| 2021-01-02 | Added template parameter 'to_raw', in order to support clone functionality of... | Tyge Løvset |
| 2021-01-02 | INternal: more moved template args | Tyge Løvset |
| 2021-01-02 | Internal: moved template argument in cdeq, cvec and clist. | Tyge Løvset |
| 2021-01-02 | Almost internal: Swapped toRaw(), fromRaw() template arguments in containers. | Tyge Løvset |
| 2020-12-31 | Internal only. | Tyge Løvset |
| 2020-12-30 | API change: Swapped destroy <-> compare function args in using_*() macros for... | Tyge Løvset |
| 2020-12-27 | Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use cvec_X_... | Tyge Løvset |
| 2020-12-17 | API change: Reverted back to original name used for .val in iterators to .ref | Tyge Løvset |
| 2020-12-05 | Some text improvements. Renamed method c_default_hash16 to c_default_hash. | Tyge Løvset |
| 2020-12-02 | Improved docs for using_*() macros. | Tyge Løvset |
| 2020-12-01 | Added some examples. | Tyge Løvset |
| 2020-12-01 | Fixed docs, some minor changes in cstr.h and cmap.h as well. | Tyge Løvset |
| 2020-11-30 | Added cmap api docs. | Tyge Løvset |
| 2020-11-04 | Larger constant Phi in hash16. | Tyge Løvset |
| 2020-11-03 | renamed __init to _inits | Tyge Løvset |
| 2020-11-02 | Changed (half)-internal *_INIT to *__init macros. Minor reformatting. | 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-14 | Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt(). | Tyge Løvset |
| 2020-10-08 | Renamed cdefs.h to ccommon.h | Tyge Løvset |
| 2020-10-01 | Minor refactoring. | Tyge Løvset |
| 2020-09-25 | Added cptr.h and good examples for cptr and csptr (share_ptr.c). Some interna... | Tyge Løvset |
| 2020-09-24 | Changed iter.get to iter.val member. Internal, but used external. Will not ch... | Tyge Løvset |
| 2020-09-23 | Some internal restructuring. Added shared_ptr like struct type: csptr.h | Tyge Løvset |
| 2020-09-20 | Possible to redefine STC memory allocator globally. | Tyge Løvset |
| 2020-09-18 | Changed <container>_ini macro constant to <container>_INIT, and <container>_d... | Tyge Løvset |
| 2020-09-17 | Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c... | Tyge Løvset |