| Age | Commit message (Expand) | Author |
| 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 | 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 | (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-23 | Fixed a bug in cdeq after internal data-rep change. | 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 | 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-23 | Enabled iteration on cqueue (like with cstack). | 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-16 | Minor polishing. | Tyge Løvset |
| 2022-08-15 | More iterator fixes. Make sure cvec/cdeq find_in() return end() iterator if i... | Tyge Løvset |
| 2022-08-15 | Two more iter bugs fix. | Tyge Lovset |
| 2022-08-15 | Improved docs/ex. Fix range bug when container is empty cvec/cdeq. | Tyge Lovset |
| 2022-08-12 | Renamed cdeq/cvec *_range() functions again (revert). Call alloc macros in cr... | Tyge Løvset |
| 2022-08-12 | More misc changes carc/cbox, cdeq/cvec. | Tyge Lovset |
| 2022-08-11 | cvec/cdeq insert/erase ranges fixes. | Tyge Løvset |
| 2022-08-11 | Minor formatting. | Tyge Lovset |
| 2022-08-11 | Renamed all iter members ._end to .end, to make them "public". | Tyge Lovset |
| 2022-08-11 | API Change cvec/cdeq: Return iter from all range operations instead of pointers. | Tyge Lovset |
| 2022-08-11 | Code formatting only. | Tyge Lovset |
| 2022-08-10 | Fixed cdeq_begin(). Optimized c_foreach: only use one iter. | Tyge Løvset |
| 2022-08-10 | Fixed cdeq, cvec, cmap and cstack: iterators .ref is now NULL when it is end(... | Tyge Løvset |
| 2022-07-06 | Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre... | Tyge Løvset |
| 2022-06-21 | Renamed expand_uninit() functions to insert_uninit() / append_uninit(). | Tyge Løvset |
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset |
| 2022-05-29 | Internal: Changed using i_keyraw to using _cx_raw or _cx_rawkey typedefs: avo... | Tyge Lovset |
| 2022-05-13 | constness and code formatting. | Tyge Lovset |