| Age | Commit message (Expand) | Author |
| 2023-09-05 | Renamed (half)internal functions: | Tyge Løvset |
| 2023-09-05 | Renamed (half) internal function cfasthash() => cbytehash(). | Tyge Løvset |
| 2023-09-01 | cspan: can now span over a intptr_t size array, but each dimension is still l... | tylov |
| 2023-08-21 | cspan flat-iterator now prints c_COLMAJOR matrices as in Python. Simpler code... | tylov |
| 2023-08-21 | Changed 'order' to 'layout' in cspan md. | Tyge Løvset |
| 2023-08-19 | Polishing cspan.h. Updated multidim.c cspan example. | tylov |
| 2023-08-17 | Corrected/updated string types in docs. | tylov |
| 2023-08-17 | Simplified access to utf8 character .chr in cstr / csview / crawstr iterators... | tylov |
| 2023-08-17 | Renamed "internal" csview member .str => .buf, as it is not null terminated l... | Tyge Lovset |
| 2023-08-17 | Small refactoring. | Tyge Lovset |
| 2023-08-16 | Update cspan docs. | Tyge Løvset |
| 2023-08-15 | Minors. | Tyge Lovset |
| 2023-08-14 | Reverted csubstr => csview. Sorry about that! | Tyge Løvset |
| 2023-08-14 | Some docs updates. | tylov |
| 2023-08-14 | Finished last commit (cleanup, fixes). | tylov |
| 2023-08-13 | API CHANGES: | tylov |
| 2023-08-13 | Removed csview_null - use csview_init(). | tylov |
| 2023-08-11 | Updated godbolt code. | tylov |
| 2023-08-11 | Finalized converting to i_use_cmp (vs i_no_cmp) | tylov |
| 2023-08-10 | Update template.h - also renamed i_cmp_native => i_use_cmp | Tyge Løvset |
| 2023-08-08 | Reverted cco_cleanup => cco_final. (cco_cleanup deprecated). | Tyge Løvset |
| 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 |