| Age | Commit message (Expand) | Author |
| 2021-09-09 | Fix c_rawstr_hash docs. | Tyge Løvset |
| 2021-09-09 | Updated examples in docs. | Tyge Løvset |
| 2021-09-08 | Some docs on main page. Added emplace_items to cstack. | Tyge Løvset |
| 2021-09-08 | Updated rest of examples, except cqueue.c | Tyge Løvset |
| 2021-09-08 | Updated most examples to newstyle. Some changes in cpque/cstack. | Tyge Løvset |
| 2021-09-08 | API declared non-templated functions (missing/bug), and moved list sorting to... | Tyge Løvset |
| 2021-09-08 | Adjusted demos.c and multimap.c to work with newstyle branch. | Tyge Løvset |
| 2021-09-08 | Fixed linkage stuff. | Tyge Løvset |
| 2021-09-08 | Added cx_size_t define. | Tyge Løvset |
| 2021-09-08 | Improved undocumented iterator method names: fwd, adv => advance, idx => index. | Tyge Løvset |
| 2021-09-08 | Minor bug. Wrong linkage specifier. | Tyge Løvset |
| 2021-09-08 | Added init_with_capacity(). | Tyge Løvset |
| 2021-09-08 | Made clone more robust in cstack, cpque | Tyge Løvset |
| 2021-09-08 | Updated cpque and cstack. | Tyge Løvset |
| 2021-09-07 | Added cstack and cpque (priority queue) + test. | Tyge Løvset |
| 2021-09-07 | Added cdeq.h + test. Unsure if the rest should be kept as oldstyle (using). | Tyge Løvset |
| 2021-09-07 | Minor: changed linkage of a few functions. | Tyge Løvset |
| 2021-09-07 | Added csmap.h and csset.h + test. | Tyge Løvset |
| 2021-09-07 | Fixed a few difficult bugs. including VC compability. | Tyge Løvset |
| 2021-09-07 | Minor formatting and header example change. | Tyge Løvset |
| 2021-09-07 | Switched to lowercase input define symbols, e.g. i_KEY => i_key, etc. | Tyge Løvset |
| 2021-09-06 | Removed some old memcpy not needed anymore. | Tyge Løvset |
| 2021-09-06 | cmap: put() and at() was accidentally deleted. Restored. | Tyge Løvset |
| 2021-09-06 | Added support for cmap and cset. | Tyge Løvset |
| 2021-09-06 | Added clist.h + list_test_new.c as working along with cvec. | tylo |
| 2021-09-06 | Forgot two: added here temporarily. | Tyge Løvset |
| 2021-09-06 | Some more additions. | Tyge Løvset |
| 2021-09-06 | More refinements | Tyge Løvset |
| 2021-09-05 | New usage style. only cvec is functional. see vec_test_new.c | Tyge Løvset |
| 2021-09-01 | Some minor docs update. | Tyge Løvset |
| 2021-08-31 | Maintenance cleanup. | Tyge Løvset |
| 2021-08-29 | Replaced cstr_toraw (deprecated) with cstr_str used to convert from cstr to c... | Tyge Lovset |
| 2021-08-28 | Breaking change cstr and csview renames in order to improve consistency: | Tyge Løvset |
| 2021-08-25 | Small updates of some examples. | tylo |
| 2021-08-25 | BREAKING CHANGE: c_forvar_initdel() macro renamed to c_forauto(). | tylo |
| 2021-08-21 | github-actions: print test output on failure | Kamil Cukrowski |
| 2021-08-21 | Add address-sanitizer to CI/CD | Kamil Cukrowski |
| 2021-08-21 | Fix memory leaks | Kamil Cukrowski |
| 2021-08-21 | cmake: Add benchmarks as tests | Kamil Cukrowski |
| 2021-08-21 | Add github-actions testing | Kamil Cukrowski |
| 2021-08-21 | cmake: Add examples as tests | Kamil Cukrowski |
| 2021-08-21 | Provide initial cmake configuration | Kamil Cukrowski |
| 2021-08-21 | Add gitignore to benchmarks to ignore executables | Kamil Cukrowski |
| 2021-08-19 | Maintenance update. Added stc32_rand() to crandom.h, doc fixes and cqueue.h u... | Tyge Løvset |
| 2021-08-07 | Updated alternative string class sstr.h with short string optimization, place... | Tyge Løvset |
| 2021-07-17 | More refactoring. Added others/sstr.h - future short string optimized (SSO) s... | Tyge Løvset |
| 2021-07-17 | Some refactoring. | Tyge Lovset |
| 2021-07-05 | Some small updates. | Tyge Løvset |
| 2021-06-22 | Update clist_api.md | Tyge Løvset |
| 2021-06-19 | Changed stc64. Similar to sfc64, but a different output functions and 320 bit... | Tyge Løvset |