| Age | Commit message (Expand) | Author |
| 2023-01-31 | Updates, and prepare for the big unsigned ==> signed transformation. | Tyge Løvset |
| 2023-01-29 | Some method renaming in cspan: cspan_multidim() ctor => cspan_md(). cspan_a... | Tyge Løvset |
| 2023-01-28 | Generalized cspan_slice(), and improved usage/ergonomics. | Tyge Lovset |
| 2023-01-28 | Fix two minor blips. | Tyge Lovset |
| 2023-01-28 | Added flat iteration over a sliced cspan. | Tyge Lovset |
| 2023-01-27 | Added cspan_slice() function. | Tyge Løvset |
| 2023-01-27 | Added stride to cspan (md), prepared for cspan_slice() function. | Tyge Løvset |
| 2023-01-25 | Updates on cspan ++. | Tyge Løvset |
| 2023-01-25 | Reverted cspan_subdim*() to cspan_at*(). Added cspan_flatten() constructor. | Tyge Løvset |
| 2023-01-23 | Changed c_OVERLOADMACRO() internally. | Tyge Løvset |
| 2023-01-23 | Renamed c_init() to c_make(). | Tyge Løvset |
| 2023-01-22 | Added cspan_init() for static initializing and a minor fix. Added cregex repl... | Tyge Løvset |
| 2023-01-20 | Renamed cspan_at2 .. at4 to cspan_subdim2 .. Improved cspan docs. | 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-18 | fix bug in cspan_begin(). | Tyge Løvset |
| 2023-01-18 | Reverted to use self pointers instead of values, as cspan is not a pure view,... | Tyge Løvset |
| 2023-01-18 | using_cspanN(S, T, R) now defines S, S1, S2.. (not S1) | Tyge Løvset |
| 2023-01-16 | Final cspan API changes: cspan_XtoY() => cspan_atX(). Docs updated. | Tyge Løvset |
| 2023-01-16 | cspan API change: Switched to passing spans as value instead of pointer (exce... | Tyge Løvset |
| 2023-01-16 | Final cspan code update. | Tyge Løvset |
| 2023-01-16 | Final cspan API change: cspan_reshape() => cspan_resize(). | Tyge Løvset |
| 2023-01-15 | Two more cspan docs fixes. | Tyge Løvset |
| 2023-01-15 | Large commit: | Tyge Løvset |