| Age | Commit message (Expand) | Author |
| 2022-09-23 | Deprecated c_forarray, c_forarray_p macros - both replaced by c_forlist, and ... | Tyge Løvset |
| 2022-09-02 | Removed cstack_X_push_back(), cstack_X_emplace_back(), cstack_X_pop_back(). | Tyge Løvset |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | Tyge Løvset |
| 2022-08-12 | cstr V4: Changed cstr functions to take pointers to self, not values. This is... | Tyge Løvset |
| 2022-08-11 | find_if, find_in changed. | Tyge Lovset |
| 2022-08-08 | docs fix. | Tyge Løvset |
| 2022-08-08 | Fix docs syntax error. | Tyge Løvset |
| 2022-08-08 | Reverted `{{` to `{ {` in documentation as markdown treats it special. | Tyge Løvset |
| 2022-08-06 | c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ... | Tyge Løvset |
| 2022-07-31 | VERSION 3.9: API change in c_forrange() with >= 3 args. csview updates. | Tyge Løvset |
| 2022-06-17 | Various refactoring. Renamed c_apply_arr() => c_apply_array() | Tyge Løvset |
| 2022-06-01 | Update docs on i_implement / shared linking. | Tyge Løvset |
| 2022-06-01 | Update docs regarding i_implement for cstr, cview, cbits, ... | Tyge Løvset |
| 2022-05-24 | Changed c_forpair(k, v, Map, map) so that k and v are pointers instead of val... | Tyge Løvset |
| 2022-05-19 | Some extra test on template params. Update shape.c example. | Tyge Løvset |
| 2022-05-06 | Changed find_if() again. Now 3 iterator variants only. | Tyge Løvset |
| 2022-05-05 | Swapped two arguments in c_find_if/c_find_it. Changed c_container_of(). | Tyge Løvset |
| 2022-05-04 | Small change in find_if/it macro + doc of index variable. | Tyge Løvset |
| 2022-05-04 | Added c_find_if, c_find_it macros: linear search in containers. Removed c_app... | Tyge Løvset |
| 2022-04-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | Tyge Løvset |
| 2022-04-24 | Updated docs to use cstr_str(&s) instead of s.str | Tyge Løvset |
| 2022-03-04 | Updated printf formatting to portable code. This was also to use http://winli... | Tyge Løvset |
| 2022-01-12 | Docs update, mmap.c example update. | Tyge Løvset |
| 2022-01-06 | Modified c_autovar() macro to accept var of incomplete pointer type. | Tyge Løvset |
| 2022-01-05 | Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type... | Tyge Løvset |
| 2021-12-30 | Renamed c_default_clone to c_default_from (mostly used internally). | Tyge Løvset |
| 2021-12-29 | Some more docs. | Tyge Løvset |
| 2021-12-28 | Some renaming of new features in previous commit. | Tyge Løvset |
| 2021-12-22 | Renamed '_rawvalue\b' to '_raw' | Tyge Løvset |
| 2021-12-22 | Changed the c_apply() and c_apply_pair() to one new c_apply() API. Added c_pa... | Tyge Løvset |
| 2021-12-19 | Global rename of `_equ\b` => `_eq`. In practice `i_equ` must renamed to `i_eq... | Tyge Løvset |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of '_de... | Tyge Løvset |
| 2021-12-14 | Fixed docs build issue. | Tyge Løvset |
| 2021-12-14 | Some more docs updates and new csptr examples. | Tyge Løvset |
| 2021-12-13 | Renamed constructor *cstr_lit()* to `cstr_new(lit)`. | Tyge Løvset |
| 2021-12-12 | - Added **cbox** type: container of one element: similar to std::unique_ptr /... | Tyge Løvset |
| 2021-12-02 | Breaking changes for i_fwd and i_cmp_none: | Tyge Løvset |
| 2021-11-21 | BREAKING CHANGE: Replaced c_new(T) with c_new(T, ...). This now is similar to... | Tyge Løvset |
| 2021-10-29 | Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq... | Tyge Løvset |
| 2021-10-04 | Added c_autodefer() macro (again). Depressed warning with c_no_compare(). | Tyge Løvset |
| 2021-10-04 | Fixed a small bug and simplified template.h | Tyge Løvset |
| 2021-09-28 | Added c_apply_n() and c_apply_pair_n() macros. Rewrote cpque.c example. | Tyge Løvset |
| 2021-09-23 | Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(... | Tyge Løvset |
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset |
| 2021-09-11 | Fixed docs for newstyle. | Tyge Løvset |
| 2021-08-31 | Maintenance cleanup. | Tyge Løvset |
| 2021-08-25 | BREAKING CHANGE: c_forvar_initdel() macro renamed to c_forauto(). | tylo |
| 2021-06-03 | Final docs cleanup. | Tyge Løvset |
| 2021-06-03 | Removed c_forbuffer in docs. May be removed in future. | Tyge Løvset |
| 2021-06-03 | Updated docs on c_for*() macros. | Tyge Løvset |