| Age | Commit message (Expand) | Author |
| 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 | Changed c_OVERLOADMACRO() internally. | 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 messages. | 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 | 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-17 | Fixed fmt_println(): now works also for empty args after fmt, and fmt need no... | 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 | cspan docs fixes constness and formatting. | 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 | some cspan docs fixes. | Tyge Løvset |
| 2023-01-15 | some cspan docs fixes. | 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 | Fixed Devanaga => Devanagari Hindi text name. | 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-11 | Minor adjustments. | Tyge Løvset |
| 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 | Added parenthesis around user macro arguments | Tyge Løvset |
| 2023-01-05 | Fixed example. Not possible to remove shared node in two single linked lists ... | Tyge Løvset |
| 2023-01-05 | Added clist_X_get_node(valptr) to complete the node API. | Tyge Løvset |
| 2023-01-04 | Small examples enhancements. | Tyge Lovset |
| 2023-01-04 | Renamed (half)-internal c_strlen_lit() to crawstr_len(). | Tyge Lovset |
| 2023-01-04 | Removed the experimental c_AUTODROP macro. | Tyge Lovset |
| 2023-01-04 | Bump to 2023 | Tyge Løvset |
| 2023-01-04 | Improved a few examples. | Tyge Løvset |