| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-28 | Removed crandom.h and altnames.h. Housholding. | Tyge Løvset | |
| 2023-02-08 | Changed to use lowercase flow-control macros in examples (uppercase will ↵ | Tyge Løvset | |
| still be supported). Improved many examples to use c_make() to init containers. | |||
| 2023-01-04 | Bump to 2023 | Tyge Løvset | |
| 2022-12-31 | Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ↵ | Tyge Løvset | |
| supported via include/stc/priv/lowcase.h. | |||
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset | |
| 2022-01-03 | Bump to 2022. | Tyge Løvset | |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of ↵ | Tyge Løvset | |
| '_del' to '_drop' and '_compare' to '_cmp'. Also i_key_ref (earlier i_key_sptr) and i_val_ref replaced by more general i_key_bind/i_val_bind. | |||
| 2021-12-02 | Breaking changes for i_fwd and i_cmp_none: | Tyge Løvset | |
| - Removed: i_cmp_none and i_fwd (replaced by c_no_compare and c_is_fwd args to i_opt). - Added compile-time disabling of clonable and comparable container elements, controlled by i_opt (c_no_clone | c_no_compare) - Added i_opt: can define multiple compile-time options: c_no_compare, c_no_clone, c_no_atomic, c_is_fwd: may be combined with | separator. - Except for csptr, when i_del / i_valdel / i_keydel is defined, also i_from / i_keyfrom / i_valfrom must be defined or i_opt c_no_clone. - For struct elements, either i_cmp must be defined (as before), or define i_opt c_no_compare for non-associative containers. | |||
| 2021-09-16 | Renamed f_tag to F_tag, too invisible. Small other changes. | Tyge Løvset | |
| 2021-09-15 | Fixed issue with using i_prefix as indicator of cset/csset. | tylo | |
| 2021-09-12 | Renamed input macro i_module to i_prefix. Replaced astar.c example. | Tyge Løvset | |
| Now supports that user defines i_prefix. | |||
| 2021-09-07 | Switched to lowercase input define symbols, e.g. i_KEY => i_key, etc. | Tyge Løvset | |
| 2021-09-06 | Added support for cmap and cset. | Tyge Løvset | |
| 2021-09-05 | New usage style. only cvec is functional. see vec_test_new.c | Tyge Løvset | |
| 2021-08-31 | Maintenance cleanup. | Tyge Løvset | |
| 2021-06-06 | Added support for forward_cmap() and forward_cset(). Added support for ↵ | Tyge Løvset | |
| forward_csmap() and forward_csset(). Not yet documented. | |||
| 2021-05-20 | Moved stc folder into include folder. | Tyge Løvset | |
