| Age | Commit message (Expand) | Author |
| 2021-09-08 | Some docs on main page. Added emplace_items to cstack. | Tyge Løvset |
| 2021-09-01 | Some minor docs update. | Tyge Løvset |
| 2021-06-02 | Updated benchmarks. | Tyge Løvset |
| 2021-05-24 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-24 | Fix c_fordefer example usage. | Tyge Løvset |
| 2021-05-24 | Fixed c_fordefer docs. | Tyge Løvset |
| 2021-05-20 | Added description of new include folder. | Tyge Løvset |
| 2021-05-20 | Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l... | Tyge Løvset |
| 2021-05-19 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-19 | More cleanups and refinements. | Tyge Løvset |
| 2021-05-18 | Updated cvec_str example. | Tyge Løvset |
| 2021-05-18 | Added new file: csview: String View | Tyge Løvset |
| 2021-05-15 | API change: Renamed c_init() to c_var() to better describe it declares and in... | Tyge Løvset |
| 2021-04-23 | API: Reverted to C_X_erase_at() instead of C_X_erase_it(). Sorry for the mess... | Tyge Løvset |
| 2021-04-17 | Changed c_emplace_items(&cont, ctype, {...}) macro with c_emplace(ctype, cont... | Tyge Løvset |
| 2021-04-15 | NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve... | Tyge Løvset |
| 2021-04-12 | Improved docs. | Tyge Løvset |
| 2021-04-02 | Rewrote clist API: Now in line with std::list API instead of std::forward_lis... | Tyge Løvset |
| 2021-03-30 | Removed the cptr raw pointer. Only keep csptr: shared_ptr. Renamed cptr.h to ... | Tyge Løvset |
| 2021-03-26 | Removed coption.h and moved it to https://gist.github.com/tylov - Was not rel... | Tyge Løvset |
| 2021-03-26 | Try to hide cpp files for gitlinquist to make it a 100% C project. | Tyge Løvset |
| 2021-03-26 | Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo... | Tyge Løvset |
| 2021-03-24 | More README.md edit. | Tyge Løvset |
| 2021-03-24 | Cleanup in documentation. | Tyge Løvset |
| 2021-03-03 | Removed cstr_t from docs (use cstr). | Tyge Løvset |
| 2021-03-03 | Minor formatting. | Tyge Løvset |
| 2021-03-03 | Toned down performance aspect in the docs. | Tyge Løvset |
| 2021-02-25 | Update README.md | Tyge Løvset |
| 2021-02-25 | Update README.md | Tyge Løvset |
| 2021-02-25 | Update README.md | Tyge Løvset |
| 2021-02-24 | More docs and some file renames. | Tyge Løvset |
| 2021-02-23 | Update README.md | Tyge Løvset |
| 2021-02-23 | Update README.md | Tyge Løvset |
| 2021-02-23 | Update README.md | Tyge Løvset |
| 2021-02-23 | Update README.md | Tyge Løvset |
| 2021-02-23 | Update README.md | Tyge Løvset |
| 2021-02-23 | Added emplace-method table to README, and fixed a regression in cdeq. | Tyge Løvset |
| 2021-02-22 | Update. | Tyge Løvset |
| 2021-02-22 | Updated description of emplace. | 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 | Rewamp of cmap/csmap API. More to come. | Tyge Løvset |
| 2021-02-19 | Updated Non-POD explanation. | Tyge Løvset |
| 2021-02-17 | Update README.md | Tyge Løvset |
| 2021-02-17 | Update README.md | Tyge Løvset |
| 2021-02-16 | Update README.md | Tyge Løvset |
| 2021-02-16 | Update README.md | Tyge Løvset |
| 2021-02-16 | More docs updates. | Tyge Løvset |
| 2021-02-14 | Refinements. | Tyge Løvset |
| 2021-02-13 | Update README.md | Tyge Løvset |
| 2021-02-13 | Update README.md | Tyge Løvset |