| Age | Commit message (Expand) | Author |
| 2021-01-17 | Fixed value offset bug. Added gauss example with csmap. | Tyge Løvset |
| 2021-01-17 | Cleanup csmap example. | Tyge Løvset |
| 2021-01-17 | Fixed code so that it runs in STC_HEADER mode. csmap.h slightly simplified. | Tyge Løvset |
| 2021-01-17 | Fixed a small issue. Added example. | Tyge Løvset |
| 2021-01-13 | Switched default cqueue underlying impl. from clist to cdeq. | Tyge Løvset |
| 2021-01-05 | Fixed examples/words.c | Tyge Løvset |
| 2021-01-04 | Added cmap_X_value_del() and added convert.c example. | 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-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-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 |
| 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-30 | API change: Swapped destroy <-> compare function args in using_*() macros for... | Tyge Løvset |
| 2020-12-28 | Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s... | 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-21 | Added another benchmark. | Tyge Løvset |
| 2020-12-21 | Added some benchmarks. Fix typo in cdeq.h | Tyge Løvset |
| 2020-12-21 | Optimized cdeq_X_insert_range. Added crand_uniform_fast() method (slightly bi... | Tyge Løvset |
| 2020-12-19 | Some cleanup. | Tyge Løvset |
| 2020-12-17 | Renamed cpqueue (priority queue) container to cpque. | Tyge Løvset |
| 2020-12-17 | Forgot benchmark.cpp | 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-16 | Renamed crandom to crand, including renaming of relevant files. | Tyge Løvset |
| 2020-12-16 | Reverted back API to easier naming scheme of crandom.h types and methods. | Tyge Løvset |
| 2020-12-15 | Minors on crandom and example. | Tyge Løvset |
| 2020-12-14 | Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi... | Tyge Løvset |
| 2020-12-10 | Reverted cuptr to cptr. Added some typedefs in docs in cmap and cset. | Tyge Løvset |
| 2020-12-09 | Renamed coption.h to copt.h. Added docs/copt_api.md. | Tyge Løvset |
| 2020-12-09 | Renamed cptr_X type to cuptr_X, as it is similar to a unique_ptr, rather than... | Tyge Løvset |
| 2020-12-08 | Added docs/cptr_api.md | Tyge Løvset |
| 2020-12-08 | Added clone() to stack, cpqueue and queue. | Tyge Løvset |
| 2020-12-08 | - Added clone() to cvec and clist | Tyge Løvset |
| 2020-12-05 | Some text improvements. Renamed method c_default_hash16 to c_default_hash. | Tyge Løvset |
| 2020-12-02 | Added carray docs. | Tyge Løvset |
| 2020-12-02 | Added better crandom and cvec example. | Tyge Løvset |
| 2020-12-01 | More docs update. | Tyge Løvset |
| 2020-11-30 | Added clist docs, updated cbitset.h and docs. | Tyge Løvset |
| 2020-11-26 | Renamed benchmark.c to c++ file, to default enable comparing with various c++... | 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-16 | Added cstr_contains(), cstr_begins_with(), cstr_ends_with(), and changed cstr... | Tyge Løvset |
| 2020-11-03 | Small API change c_withbuffer() and doc fix. | 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-26 | Updates examples using cfmt.h c_print(). | Tyge Løvset |
| 2020-10-25 | Changed stdout to have alias 1 instead of 0, and stderr=2. | Tyge Løvset |