| Age | Commit message (Expand) | Author |
| 2022-12-20 | Restructured folders: examples, benchmarks, tests into misc folder. | Tyge Lovset |
| 2022-12-20 | Minor docs changes. | Tyge Løvset |
| 2022-12-20 | Renamed (reverted) cstr_new(lit) => cstr_lit(lit). Old name is deprecated (su... | Tyge Løvset |
| 2022-12-20 | Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are... | Tyge Løvset |
| 2022-12-19 | Some "internal" macros in ccommon.h made all caps. | Tyge Løvset |
| 2022-12-19 | Renames: | Tyge Løvset |
| 2022-12-14 | cregex: renamed enums to all uppercase and prefixed CREG_ | Tyge Løvset |
| 2022-12-08 | Changed/simplified cregex_replace*() API. | Tyge Løvset |
| 2022-12-05 | Minor corrections/changes. | Tyge Løvset |
| 2022-12-04 | Support for linking dependant UTF8 and cstr functions and/or cregex.c by defi... | Tyge Løvset |
| 2022-11-27 | Moved c_forfilter macros from ccommon.h to views.h | Tyge Løvset |
| 2022-11-27 | Removed dependence to STC_CSTR_V1. | Tyge Løvset |
| 2022-11-21 | Updated shootout_hashmap.cpp, and fixed some unsigned warnings. | Tyge Løvset |
| 2022-11-15 | More internal cleanup and fixes for cbox and carc. | Tyge Løvset |
| 2022-11-13 | Simplified csview API and usage. Fixed c++ compilation of csmap. | Tyge Løvset |
| 2022-11-13 | Reverted forward declaration from c_declare_X back to c_forward_X, and the fl... | Tyge Løvset |
| 2022-11-10 | updated examples/make.sh | Tyge Lovset |
| 2022-11-06 | Adding example of clist used as an intrusive list. | Tyge Løvset |
| 2022-11-06 | Fixed recent minor potential bug in examples/bits.c code. | Tyge Løvset |
| 2022-11-06 | Added c_autodrop() macro, and removed c_autobuf() which wasn't that useful (a... | Tyge Løvset |
| 2022-11-06 | Updated examples/cpque.c to better explain the i_less_functor template parame... | Tyge Løvset |
| 2022-11-05 | Added possibility to have per container-instance customizable compare/lookup ... | Tyge Løvset |
| 2022-11-05 | Fixed examples/make.sh. Also some -Wextra warnings in cstr removed. | Tyge Løvset |
| 2022-11-04 | csmap: bug fix from previous commit: forgot to init zero-node (1st node in ar... | Tyge Løvset |
| 2022-11-03 | Changed internal representation of csmap. | Tyge Løvset |
| 2022-11-03 | Renamed forward_CONTAINER(...) => declare_CONTAINER(...), | Tyge Løvset |
| 2022-11-02 | Change to c_forwhile: takes start iter, not container. | Tyge Løvset |
| 2022-11-01 | Various updates. | Tyge Løvset |
| 2022-11-01 | Modified the not-yet-documented stc/views.h | Tyge Løvset |
| 2022-10-28 | Renamed some semi-internal functions which appeared to be macros by their name. | Tyge Løvset |
| 2022-10-28 | Renamed semi-internal macro (used for c++ compability) c_make => c_init. | 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-21 | Swapped two last params in cregex_replace_pattern() and cregex_replace_sv() t... | Tyge Løvset |
| 2022-10-21 | Renamed size_t formatting macro c_zu to c_ZU (for replacing %zu on mingw64). | 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 | Reverted back to c_forrrange from c_forloop. Still available but deprecated. | Tyge Løvset |
| 2022-10-19 | - Removed deprecated carc_make and cbox_make (replaced by carc_from, cbox_from) | Tyge Løvset |
| 2022-10-14 | Replaced PRIuMAX with new c_zu macro in examples. "%zu" is not supported by m... | Tyge Løvset |
| 2022-10-07 | Rename c_find_in() to overload c_find_if(). | Tyge Lovset |
| 2022-10-04 | - Removed deprecated c_forrange() (replaced by c_forloop + crange type) | Tyge Løvset |
| 2022-09-27 | Missing paranthesis in c_new(). | Tyge Løvset |
| 2022-09-27 | Renamed c_flt_drop() and c_flt_dropwhile() | Tyge Løvset |
| 2022-09-26 | Deprecated c_pair() macro. Replaced with c_PAIR(), analogous to c_ARGsv() mac... | Tyge Løvset |