| Age | Commit message (Expand) | Author |
| 2021-05-20 | Moved stc folder into include folder. | Tyge Løvset |
| 2021-05-19 | More cleanups and refinements. | Tyge Løvset |
| 2021-05-18 | Added the new c_defer(), c_with(), c_withvar() macros into the examples. | Tyge Løvset |
| 2021-05-05 | Changed some lesser used API in cvec and cdeq to be more consistent. Improved... | Tyge Løvset |
| 2021-04-10 | Formatting and internal renaming. Increased readability and consistency. | Tyge Løvset |
| 2021-04-08 | Big change set to simplify the internal templating implementations. Shorter a... | Tyge Løvset |
| 2021-03-19 | Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d... | Tyge Løvset |
| 2021-03-07 | Corrected more constness. | Tyge Løvset |
| 2021-03-06 | Fixed some const-ness with begin/end methods. | Tyge Løvset |
| 2021-03-02 | Fixed: renamed reserved symbols/names. | Tyge Løvset |
| 2021-02-20 | Renamed push_items to emplace_n | Tyge Løvset |
| 2021-01-21 | Reverted namings: crand to crandom, and copt to coption. | Tyge Løvset |
| 2021-01-17 | Removed cset.h - alias of cmap.h. Updated year copyright. | Tyge Løvset |
| 2021-01-13 | Switched default cqueue underlying impl. from clist to cdeq. | Tyge Løvset |
| 2021-01-04 | Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_t | Tyge Løvset |
| 2021-01-04 | Added value_clone() method to containers. | 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-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-14 | Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi... | Tyge Løvset |
| 2020-12-08 | Added clone() to stack, cpqueue and queue. | Tyge Løvset |
| 2020-11-26 | Added link to beginning of cstr API documentation, and some small docu fixes. | Tyge Løvset |
| 2020-11-02 | Changed (half)-internal *_INIT to *__init macros. Minor reformatting. | Tyge Løvset |
| 2020-10-17 | Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init(). | Tyge Løvset |
| 2020-10-13 | Tweaks. | Tyge Løvset |
| 2020-09-25 | Added cptr.h and good examples for cptr and csptr (share_ptr.c). Some interna... | Tyge Løvset |
| 2020-09-23 | Some internal restructuring. Added shared_ptr like struct type: csptr.h | 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-15 | Simplified declare_ statement e.g. c_cmap(...) | Tyge Løvset |
| 2020-09-15 | New API Change. | Tyge Løvset |
| 2020-09-10 | Reformatting only. | Tyge Løvset |
| 2020-09-08 | changed c_foreach() macro -> Removed cnt_range() methods, and simplified iters. | tylo |
| 2020-09-06 | Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc. | Tyge Løvset |
| 2020-09-05 | Added range iterators. | Tyge Løvset |
| 2020-09-04 | Using X instead of tag as macro parameter name for readability. | Tyge Løvset |
| 2020-09-03 | Changed constant <container>_init to <container>_ini to avoid conflict with <... | Tyge Løvset |
| 2020-09-03 | Changed itval() taking iter instead of iter address as arg. | Tyge Løvset |
| 2020-09-03 | Added itval() to all containers to allow for generalized access to iterator v... | Tyge Løvset |
| 2020-09-02 | Added cqueue.h, cstack.h and renamed cpqueue.h to cprique.h | Tyge Løvset |