| Age | Commit message (Expand) | Author |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of '_de... | Tyge Løvset |
| 2021-10-29 | Swapped .._equals() and _equalto() functions for consistency | Tyge Løvset |
| 2021-10-29 | Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq... | Tyge Løvset |
| 2021-10-06 | Remove side-effects from i_valdel() invocations in case it's a macro func. | Tyge Lovset |
| 2021-09-23 | Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(... | Tyge Løvset |
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset |
| 2021-09-19 | Fixed errors caused by gcc -std=c99 -pedantic. | Tyge Løvset |
| 2021-09-17 | Updated docs. | Tyge Løvset |
| 2021-09-08 | Fixed linkage stuff. | Tyge Løvset |
| 2021-06-06 | Added support for forward_cmap() and forward_cset(). Added support for forwa... | Tyge Løvset |
| 2021-05-24 | Split c_fordefer() into c_forvar() and c_fordefer() macros. | Tyge Løvset |
| 2021-05-24 | Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin... | Tyge Løvset |
| 2021-05-18 | Added the new c_defer(), c_with(), c_withvar() macros into the examples. | Tyge Løvset |
| 2021-05-15 | Renamed newly introduced internal c_cast() to c_make() for c++ compatability.... | Tyge Løvset |
| 2021-05-07 | Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() a... | Tyge Løvset |
| 2021-04-29 | Added new constructors to carray.h. Made cmap and csmap keys immutable. Added... | Tyge Løvset |
| 2021-04-17 | Changed c_emplace_items(&cont, ctype, {...}) macro with c_emplace(ctype, cont... | Tyge Løvset |
| 2021-03-11 | Renamed public *_result_t struct member names in maps/sets for consistency wi... | Tyge Løvset |
| 2021-03-02 | Fixed: renamed reserved symbols/names. | Tyge Løvset |
| 2021-02-21 | Renamed using_c*map_keyarg() to using_c*map_keydef(). | 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 | Rewamp of cmap/csmap API. More to come. | Tyge Løvset |
| 2021-02-16 | Fixed hash API. | Tyge Løvset |
| 2021-02-13 | Replaced default hash for cmap. | 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-19 | Changed template args sequence in cmap. | Tyge Løvset |
| 2021-01-04 | Removed cmap_X_entry_t alias for cmap_X_value_t. | Tyge Løvset |
| 2021-01-04 | Added random pict. | Tyge Løvset |
| 2021-01-04 | Synced advanced.c with example 5 in cmap_api.md | Tyge Løvset |
| 2021-01-04 | Move and fix the advanced.c Viking example to cmap_api.md | Tyge Løvset |
| 2021-01-02 | Major upgrade: Added 'clone' template parameters to containers. Reorganized a... | Tyge Løvset |
| 2021-01-02 | INternal: more moved template args | Tyge Løvset |
| 2021-01-02 | Almost internal: Swapped toRaw(), fromRaw() template arguments in containers. | 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-26 | Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://... | Tyge Løvset |
| 2020-11-02 | Changed (half)-internal *_INIT to *__init macros. Minor reformatting. | Tyge Løvset |
| 2020-10-26 | Updates examples using cfmt.h c_print(). | Tyge Løvset |
| 2020-10-14 | Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt(). | 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-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 |
| 2020-09-16 | Changed earlier declare_<container>(..) macro to typedef_<container>(..) | Tyge Løvset |
| 2020-09-16 | Renamed two public macros. | Tyge Løvset |
| 2020-09-16 | Changed API to conform with std:: containers. cmap now only use first, second... | Tyge Løvset |
| 2020-09-15 | Simplified declare_ statement e.g. c_cmap(...) | Tyge Løvset |
| 2020-09-15 | New API Change. | Tyge Løvset |
| 2020-09-14 | Renamed result_t type members to first, second (from item, inserted) for conf... | Tyge Løvset |
| 2020-09-14 | Got rid of c_items() macro. | Tyge Løvset |
| 2020-09-10 | Use cmap_emplace() rather than cmap_insert(). insert() is reduced to an alias... | Tyge Løvset |