| Age | Commit message (Expand) | Author |
| 2023-02-03 | Feature completed cspan. | Tyge Løvset |
| 2023-02-03 | Temporary commit. Will cleanup cspan and usage. | Tyge Løvset |
| 2023-02-03 | Update cspan, needs more testing. | Tyge Løvset |
| 2023-02-02 | Removed old archived csmap.h and cstr.h. Renamed ctest fixture fix to _self. | Tyge Løvset |
| 2023-02-01 | Massive update from unsigned sizes and indices to signed. | Tyge Lovset |
| 2023-01-31 | Converted all containers but the maps and examples to signed sizes and indices. | Tyge Løvset |
| 2023-01-31 | Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase. | Tyge Løvset |
| 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 | Added flat iteration over a sliced cspan. | Tyge Lovset |
| 2023-01-27 | Added cspan_slice() function. | Tyge Løvset |
| 2023-01-27 | add cspan_test.c | Tyge Løvset |
| 2023-01-27 | (Reverted) c_COMPOUND() to c_LITERAL(). | Tyge Løvset |
| 2023-01-27 | Added stride to cspan (md), prepared for cspan_slice() function. | Tyge Løvset |
| 2023-01-26 | update cregex_test.c. Rename using_... to use_... | Tyge Lovset |
| 2023-01-26 | Removed cregex args in examples which are now defaulted. | Tyge Løvset |
| 2023-01-26 | Updated API for cregex. | 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-24 | Added python single-header generator + fixed include mistake. | Tyge Løvset |
| 2023-01-24 | Small ctest enhancements | Tyge Løvset |
| 2023-01-23 | Renamed c_init() to c_make(). | Tyge Løvset |
| 2023-01-22 | More renamings in ctest. | Tyge Løvset |
| 2023-01-22 | Added cspan_init() for static initializing and a minor fix. Added cregex repl... | Tyge Løvset |
| 2023-01-21 | ASSERT_WSUBSTR() => ASSERT_SUBWSTR() | Tyge Løvset |
| 2023-01-21 | Corrected the names of float/double ctest functions to match GoogleTest | Tyge Løvset |
| 2023-01-21 | GoogleTest-ified ctest.h (more compatible). Added original ctest example file... | Tyge Løvset |
| 2023-01-21 | Added modified ctest from https://github.com/bvdberg/ctest, and used on crege... | Tyge Løvset |
| 2023-01-20 | Renamed cspan_at2 .. at4 to cspan_subdim2 .. Improved cspan docs. | Tyge Løvset |
| 2023-01-20 | Renamed macro function c_initialize() to c_init(). | 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 | Improved error messages. | Tyge Løvset |
| 2023-01-18 | Added cspan (1D) example. | 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-15 | Large commit: | Tyge Løvset |
| 2023-01-14 | Merged cmspan into cspan. cspan is now multi-dimensional array view (also 1-d... | Tyge Løvset |
| 2023-01-13 | Added algo/cmspan.h: multi-dim span, similar to c++23 mdspan. May get some AP... | Tyge Løvset |
| 2023-01-12 | docs and utf8 updates. | Tyge Løvset |
| 2023-01-12 | Made csort max recursion depth < log2(n). | Tyge Løvset |
| 2023-01-11 | cregex/utf8: Added some language char classes. | Tyge Lovset |
| 2023-01-10 | Changed value type name of csort algo. | Tyge Løvset |
| 2023-01-10 | Some updates on algo/csort.h and example. | Tyge Løvset |
| 2023-01-06 | Removed swap() function from all containers. Use safe c_SWAP() macro instead. | Tyge Løvset |
| 2023-01-05 | Updated external benchmark hash maps to latest, and improved example lower_bo... | Tyge Lovset |
| 2023-01-05 | Fixed example. Not possible to remove shared node in two single linked lists ... | Tyge Løvset |