| Age | Commit message (Expand) | Author |
| 2023-08-02 | Renamed (most internal "class" type) crawstr => ccharptr | Tyge Løvset |
| 2023-08-01 | Last minute API change for coroutines before V4.3 release: | Tyge Løvset |
| 2023-07-28 | Improved crand docs and commented out the irrelevant 32-bit variants in the b... | tylov |
| 2023-07-27 | Added docs for "pull" functions. | tylov |
| 2023-07-26 | Added cmap_emplace_key() / csmap_emplace_key() | tylov |
| 2023-07-24 | Updated and fixed benchmarks and performance graphs. | tylov |
| 2023-07-24 | Improved an issue with cspan. | tylov |
| 2023-07-24 | Updated godbolt links to working v4.3 examples. | tylov |
| 2023-07-23 | Updated docs. | tylov |
| 2023-07-21 | Renamed crange_make(...) => crange_init(...), deprecated crange_make(). | tylov |
| 2023-07-21 | Removed c_foreach_rv() - only worked for cvec, so not general. | tylov |
| 2023-07-21 | NB! Changed some coroutine API for consistency/simplicity: Added full task su... | tylov |
| 2023-07-21 | Renamed badly abbreviated names in crand.h. | tylov |
| 2023-07-20 | Added Task-object to coroutines and true stackless execution. | tylov |
| 2023-07-18 | Renamed i_native_cmp => i_cmp_native | tylov |
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov |
| 2023-07-15 | Reverted to cspan_submdX() without output span type as first argument. Type/a... | tylov |
| 2023-07-13 | Moved c_defer() macro from raii.h to ccommon.h. Some changes in cspan. | 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-07-11 | Fixed an issue in template.h | tylov |
| 2023-07-11 | Internal updates and doc reorg. | tylov |
| 2023-07-10 | Renamed input enum flags for cregex functions. | tylov |
| 2023-07-10 | Reverted from crange_init() to crange_make() again. Added to changelog for v4.3 | tylov |
| 2023-07-08 | Added support for column-major md cspan. | tylov |
| 2023-07-04 | Removed cco_switch; won't work without state. | Tyge Løvset |
| 2023-07-02 | Update in coroutine API. cco_yield, cco_await, cco_await_on, cco_block_on has... | Tyge Løvset |
| 2023-06-20 | Renamed `i_more` => `i_retain` (avoids undef of template parameters on next S... | Tyge Løvset |
| 2023-06-13 | Added cco_closue(Ret, Closure) to define coroutine closure. | 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 | Rename i_extern template flag to i_import. i_extern still available, but depr... | Tyge Løvset |
| 2023-06-09 | Fixed issues with linking params i_implement, i_extern. | Tyge Løvset |
| 2023-06-08 | More small adjustments. | Tyge Lovset |
| 2023-06-07 | Updated and renamed c11/print.h to c11/fmt.h. Added fmt_tm() to print time/da... | Tyge Løvset |
| 2023-06-07 | cco: Minor internal cleanup + added cco_timer_elapsed(). | Tyge Løvset |
| 2023-06-06 | Fixed some logic in coroutines. | Tyge Løvset |
| 2023-06-06 | Warning fixes and docs update. | Tyge Løvset |
| 2023-06-06 | Switched to double for times in cco_timer and cco_time, etc. | Tyge Løvset |
| 2023-06-05 | Updated timers and time functions to microseconds (from milli). | Tyge Løvset |
| 2023-06-01 | Changed API for cco_timer and cco_sem. | Tyge Løvset |
| 2023-05-31 | Simplified coroutine API. Removed unneeded cco_await_coro() and cco_yield_cor... | Tyge Løvset |
| 2023-05-24 | coroutine.h: | Tyge Løvset |
| 2023-05-23 | Some house holding cleanup. | Tyge Løvset |
| 2023-05-23 | Updated docs to reflect changes in cstr linking shared. | Tyge Lovset |
| 2023-05-20 | Merge branch 'dev43' of github.com:stclib/STC into dev43 | Tyge Lovset |
| 2023-05-20 | Bug fix (NB!): cregex_captures() now returns num of cap. group *excluding* th... | Tyge Lovset |
| 2023-05-20 | Rename c_make() macro to c_init(). c_make still available, but deprecated. | Tyge Løvset |
| 2023-05-19 | Added container equality function to docs _eq(c1, c2). | Tyge Lovset |
| 2023-05-18 | Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz... | Tyge Lovset |
| 2023-05-09 | Renaming. | Tyge Lovset |