| Age | Commit message (Expand) | Author |
| 2022-05-19 | Some extra test on template params. Update shape.c example. | Tyge Løvset |
| 2022-05-19 | Small update of shape.c | Tyge Løvset |
| 2022-05-19 | Added _toval() in carc and cbox. Added dynamic polymorphism example, shape.c. | Tyge Løvset |
| 2022-05-18 | Formatted carc.h cbox.h: also simplified; removed _get() -> was same as _tora... | Tyge Løvset |
| 2022-05-16 | Changed contructor names in carr2/carr3 to be more consistent with other cont... | Tyge Løvset |
| 2022-05-13 | Changed csview c_PRIsv macro. Now must be prefixed with "%", to match with PR... | Tyge Løvset |
| 2022-05-13 | constness and code formatting. | Tyge Lovset |
| 2022-05-12 | i_keyfrom/i_valfrom no longer used with i_key_bind/i_val_bind. Is considered ... | Tyge Løvset |
| 2022-05-07 | Updated alt/csmap.h to be synced with current csmap.h; alt-version allocates ... | Tyge Løvset |
| 2022-05-04 | Missing includes because of change in cregex.h | Tyge Løvset |
| 2022-05-02 | More doc fixes on i_keyclone, i_keyfrom and i_valclone, i_valfrom | Tyge Løvset |
| 2022-04-28 | Finalized template.h logic. | Tyge Løvset |
| 2022-04-27 | Final fixes to carc and cbox; Reverted constructor name to make; (similarity ... | Tyge Løvset |
| 2022-04-27 | Updated examples. | Tyge Løvset |
| 2022-04-27 | Bugfix: cbox didn't use i_keyclone, and therefore did not deep clone properly. | Tyge Løvset |
| 2022-04-27 | Added cstr_expand_uninitialized(). | Tyge Løvset |
| 2022-04-27 | Finally FIXED cloning/to/from scheme to work properly. When using i_key_bind/... | Tyge Løvset |
| 2022-04-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | Tyge Løvset |
| 2022-04-25 | Added lower_bound() examples with both sorted cvec and sorted set (csset). | Tyge Løvset |
| 2022-04-23 | Integrated (and removed) c_hash32 and c_hash64 into c_default_hash, which is ... | Tyge Løvset |
| 2022-04-22 | Readded push()/emplace() to all containers missing them. Made _hash function ... | Tyge Løvset |
| 2022-04-21 | Switched to use i_key as primary template type parameter for all containers. ... | Tyge Løvset |
| 2022-04-20 | Some cleanup after carc / cbox updates. | Tyge Løvset |
| 2022-04-20 | Support for cloning containers with carc and cbox. | Tyge Lovset |
| 2022-04-19 | Renamed cbox_new/carc_new to cbox_make/carc_make. Disabled container emplace ... | Tyge Lovset |
| 2022-04-19 | Added #error/warnings for likely missing definitions of i_hash/i_cmp. | Tyge Løvset |
| 2022-04-18 | crandom.h: Renamed *_init(..) functions to *_new(..). Old names are kept but ... | Tyge Løvset |
| 2022-04-18 | Renamed newly added map function put_r() to put_raw() - alias for emplace_or_... | Tyge Lovset |
| 2022-04-18 | Removed i_drop and i_from template specifiers to reduce redundancies and add ... | Tyge Lovset |
| 2022-04-18 | Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin... | Tyge Løvset |
| 2022-04-11 | Fixed an potential issue with c_eq in template.h and missing usage in clist.h | Tyge Lovset |
| 2022-04-10 | Fixed regression bug: cqueue_pop() did pop_back(), fixed to do pop_front(). | Tyge Løvset |
| 2022-04-09 | - Switched from .._put() to .._push() as the "generic" method to add element... | Tyge Løvset |
| 2022-04-07 | More refactoring of cbits.h + minor changes in examples/benchmark. | Tyge Løvset |
| 2022-04-06 | Refactoring cbits.h and sso alt/cstr.h | Tyge Løvset |
| 2022-03-30 | More enhancements on cstr / cstr_sso. | Tyge Løvset |
| 2022-03-26 | Fixed alt/cstr.h (short string optimized), so that it can be used in containe... | Tyge Løvset |
| 2022-03-25 | Modified (more) rarely used macros c_apply_cnt(v, ..) and c_apply_arr(v, ..) ... | Tyge Løvset |
| 2022-03-24 | Misc. small internal API renaming/refactoring and additions. | Tyge Løvset |
| 2022-03-16 | Bugfix: carc and cbox cmp functions had bug. | Tyge Løvset |
| 2022-03-04 | Updated printf formatting to portable code. This was also to use http://winli... | Tyge Løvset |
| 2022-02-18 | Some improvements and cleanup: CRegex, CMap. | Tyge Løvset |
| 2022-02-16 | Refactoring. Added size type param to forward_cmap/csmap . Reverted c_autovar... | Tyge Løvset |
| 2022-02-06 | Misc improvements. | Tyge Løvset |
| 2022-02-06 | Some build warnings/fixes. | Tyge Løvset |
| 2022-02-05 | Switched to heavily modified version of Rob Pike's plan9 regexp9. -> now rena... | Tyge Løvset |
| 2022-01-30 | Replaced utf8_decode() and friends code. | Tyge Løvset |
| 2022-01-16 | Made private functions (not called by header inlines) always static. Added re... | Tyge Løvset |
| 2022-01-16 | Added cregex_compile() to reuse a cregex object (using realloc)). Major optim... | Tyge Løvset |
| 2022-01-15 | Added back cregex with examples. Found the bug in his code. | Tyge Løvset |