| Age | Commit message (Expand) | Author |
| 2022-10-20 | Reverted some of the changes, but works now well. | Tyge Løvset |
| 2022-10-20 | Fixed previous commit, and city.c example. | Tyge Løvset |
| 2022-10-20 | Fixed some inconsistencies, and a minor bug in cmap. | Tyge Løvset |
| 2022-10-20 | Switch from #define i_val_bind to i_val_class and i_key_class. | Tyge Løvset |
| 2022-10-19 | Update cregex_api.md | Tyge Løvset |
| 2022-10-19 | Update cregex_api.md | Tyge Løvset |
| 2022-10-19 | Update cregex_api.md | Tyge Løvset |
| 2022-10-19 | Update cregex_api.md | Tyge Løvset |
| 2022-10-19 | Reverted back to c_forrrange from c_forloop. Still available but deprecated. | Tyge Løvset |
| 2022-10-19 | - Removed deprecated carc_make and cbox_make (replaced by carc_from, cbox_from) | Tyge Løvset |
| 2022-10-18 | Internal renamings only. | Tyge Løvset |
| 2022-10-14 | Replaced PRIuMAX with new c_zu macro in examples. "%zu" is not supported by m... | Tyge Løvset |
| 2022-10-14 | Update sso_bench.cpp benchmark, and some internal improvements. | Tyge Løvset |
| 2022-10-12 | Minor change in cbits print to str. | Tyge Løvset |
| 2022-10-07 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2022-10-07 | Fixed a bug in csmap.h regarding #ifndef _i_emplace. | Tyge Løvset |
| 2022-10-07 | Rename c_find_in() to overload c_find_if(). | Tyge Lovset |
| 2022-10-05 | Internals. | Tyge Løvset |
| 2022-10-04 | - Removed deprecated c_forrange() (replaced by c_forloop + crange type) | Tyge Løvset |
| 2022-09-28 | Changed c_RANGE() to c_range(). Returns an lvalue object, which is accepted b... | Tyge Løvset |
| 2022-09-28 | Added a convenience macro: c_RANGE(), to mainly be used with c_forfilter(). | Tyge Løvset |
| 2022-09-28 | Fixed bug in crange. Could only be iterated once. | Tyge Løvset |
| 2022-09-28 | A few docs changes. | Tyge Løvset |
| 2022-09-27 | Missing paranthesis in c_new(). | Tyge Løvset |
| 2022-09-27 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2022-09-27 | Added index, count vars to c_erase_if() + improved docs. | Tyge Løvset |
| 2022-09-27 | Version 4.0, Release Candidate 3 (upd docs) | Tyge Løvset |
| 2022-09-27 | Version 4.0, Release Candidate 4 | Tyge Løvset |
| 2022-09-27 | Version 4.0, Release Candidate 3 | Tyge Løvset |
| 2022-09-27 | Update ccommon_api.md | Tyge Løvset |
| 2022-09-27 | Renamed c_flt_drop() and c_flt_dropwhile() | Tyge Løvset |
| 2022-09-26 | Deprecated c_pair() macro. Replaced with c_PAIR(), analogous to c_ARGsv() mac... | Tyge Løvset |
| 2022-09-26 | Added .count to c_forfilter() algorithm. Updated prime.c example, and added f... | Tyge Løvset |
| 2022-09-26 | Added c_flt_takewhile() filter to c_forfilter() macro. | Tyge Løvset |
| 2022-09-26 | Another internal opt. | Tyge Løvset |
| 2022-09-26 | Another internal. | Tyge Løvset |
| 2022-09-26 | Internal refactor. | Tyge Løvset |
| 2022-09-26 | DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as... | Tyge Løvset |
| 2022-09-25 | Added i.size to c_forlist() macro + example. | Tyge Løvset |
| 2022-09-25 | Fixed docs example in ccommon.h. | Tyge Løvset |
| 2022-09-25 | Change crange_value from intmax_t to 'long long' - enables usage of "%lld" fo... | Tyge Løvset |
| 2022-09-25 | Fixed potential bug in c_forwhile/c_forfilter. | Tyge Løvset |
| 2022-09-25 | Fixed markdown error in docs. | Tyge Løvset |
| 2022-09-25 | Added: crange number generator type. (similar to c++ std::iota). Fixed c_forf... | Tyge Løvset |
| 2022-09-24 | Fixes for csview and cstr sub-types (_value and _iter). | Tyge Løvset |
| 2022-09-24 | Removed deprecated c_forarray, c_autovar, c_autoscope, c_autodefer. | Tyge Løvset |
| 2022-09-23 | - Finished c_forfilter() functionality. | Tyge Løvset |
| 2022-09-23 | Reverted c_forrange() macro with 3 or more args: swapped 1st and 2nd arg again. | 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 |