| Age | Commit message (Expand) | Author |
| 2023-08-13 | Fixed cqueue.h: cqueue_X_copy() was not defined inside a `c_no_clone` check. | tylov |
| 2023-08-11 | Minor change to cvec_push() | tylov |
| 2023-07-27 | An improvement in cvec/cdeq insert_uninit() impl. | tylov |
| 2023-07-24 | Updated and fixed benchmarks and performance graphs. | tylov |
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov |
| 2023-07-12 | Changed docs and examples to use i_key* template parameters instead of i_val*... | tylov |
| 2023-07-12 | Fixed usage of `const i_key` in cvec API, should be `const _cx_value`. Remove... | tylov |
| 2023-06-29 | Usage change: comparison is no longer enabled when specifying i_val for cvec,... | Tyge Lovset |
| 2023-06-20 | Internal only: | Tyge Løvset |
| 2023-06-14 | Fixed a bug in cco_await_on(), and added _pull() function to random access co... | Tyge Løvset |
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | Tyge Løvset |
| 2023-06-09 | Fixed issues with linking params i_implement, i_extern. | Tyge Løvset |
| 2023-05-23 | Updated docs to reflect changes in cstr linking shared. | Tyge Lovset |
| 2023-05-18 | Fixing find_in() in cdeq, and add support c_eraseremove_if() for cqueue and c... | Tyge Løvset |
| 2023-05-18 | Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz... | Tyge Lovset |
| 2023-04-28 | Removed crandom.h and altnames.h. Housholding. | Tyge Løvset |
| 2023-04-05 | Internal: renamed untemplate.h to template2.h | Tyge Løvset |
| 2023-04-03 | Split priv/template.h in two files to make mksingle.sh work. | Tyge Løvset |
| 2023-03-31 | Added stc/extend.h: A generalized way to type-safely extend a container with ... | Tyge Lovset |
| 2023-03-29 | Removed i_less_functor, i_cmp_functor, i_eq_functor and i_hash_functor: not n... | Tyge Lovset |
| 2023-02-24 | Added eq function to cspan. | Tyge Løvset |
| 2023-02-24 | Added eq function to cdeq, clist, cmap, csmap, and fixed cmap eq. | Tyge Løvset |
| 2023-02-24 | Added eq function to cvec. | Tyge Løvset |
| 2023-02-24 | Allow to have both i_no_cmp and i_eq defined. | Tyge Løvset |
| 2023-02-20 | Added c_eraseremove_if() for cvec, cdeq, cstack, cqueue in ccommon.h. Some cl... | Tyge Løvset |
| 2023-02-07 | Added custom allocator per container type. | Tyge Løvset |
| 2023-02-01 | Massive update from unsigned sizes and indices to signed. | Tyge Lovset |
| 2023-01-31 | Converted all containers but the maps and examples to signed sizes and indices. | Tyge Løvset |
| 2023-01-31 | Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase. | Tyge Løvset |
| 2023-01-27 | Removed branch in cvec_lower_bound(). | Tyge Løvset |
| 2023-01-27 | (Reverted) c_COMPOUND() to c_LITERAL(). | Tyge Løvset |
| 2023-01-19 | Finish last commit. Most safe function macros are now preferred lowercase, wh... | Tyge Løvset |
| 2023-01-19 | Add a from_n() method to containers (and put_n() to maps), to support new ini... | Tyge Løvset |
| 2023-01-06 | Removed swap() function from all containers. Use safe c_SWAP() macro instead. | Tyge Løvset |
| 2023-01-04 | Bump to 2023 | Tyge Løvset |
| 2022-12-31 | Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ... | Tyge Løvset |
| 2022-12-20 | Restructured folders: examples, benchmarks, tests into misc folder. | Tyge Lovset |
| 2022-12-19 | Renames: | Tyge Løvset |
| 2022-11-22 | Fixes of -Wconversion warnings (not examples). | Tyge Løvset |
| 2022-11-21 | Changed internal representation of cdeq. All containers in STC can now be ini... | Tyge Løvset |
| 2022-11-14 | Changed internal rep of cvec. May now be initialized with {NULL} as default. | Tyge Løvset |
| 2022-11-14 | Internal update. | Tyge Løvset |
| 2022-11-13 | Reverted forward declaration from c_declare_X back to c_forward_X, and the fl... | Tyge Løvset |
| 2022-11-03 | Renamed forward_CONTAINER(...) => declare_CONTAINER(...), | Tyge Løvset |
| 2022-10-28 | Renamed semi-internal macro (used for c++ compability) c_make => c_init. | Tyge Løvset |
| 2022-09-25 | Added: crange number generator type. (similar to c++ std::iota). Fixed c_forf... | Tyge Løvset |
| 2022-09-23 | Added assert() checks in pop-functions. | Tyge Løvset |
| 2022-09-22 | Updated _advance() iter methods. Some have signed offsets. | Tyge Løvset |
| 2022-09-02 | Change: carc and cbox defaults to pointer comparison when none of i_cmp, i_le... | Tyge Løvset |
| 2022-08-17 | Fix another potensial iter-bug in cvec binary search. | Tyge Løvset |