| Age | Commit message (Expand) | Author |
| 2022-12-19 | Renames: | Tyge Løvset |
| 2022-11-22 | Fixes of -Wconversion warnings (not examples). | Tyge Løvset |
| 2022-11-14 | Internal update. | Tyge Løvset |
| 2022-11-13 | Reverted forward declaration from c_declare_X back to c_forward_X, and the fl... | Tyge Løvset |
| 2022-11-05 | Added possibility to have per container-instance customizable compare/lookup ... | Tyge Løvset |
| 2022-11-03 | Made cmap i_max_load_factor a compile time template parameter instead of runt... | Tyge Løvset |
| 2022-11-03 | Renamed forward_CONTAINER(...) => declare_CONTAINER(...), | Tyge Løvset |
| 2022-10-28 | Renamed semi-internal macro (used for c++ compability) c_make => c_init. | Tyge Løvset |
| 2022-10-20 | Fixed some inconsistencies, and a minor bug in cmap. | Tyge Løvset |
| 2022-09-24 | Removed deprecated c_forarray, c_autovar, c_autoscope, c_autodefer. | Tyge Løvset |
| 2022-08-17 | reverted parts of last commit. No need to specify .end var in cmap_X_end() func. | Tyge Løvset |
| 2022-08-17 | Fix cmap_X_end() function. | Tyge Løvset |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | Tyge Løvset |
| 2022-08-11 | Renamed all iter members ._end to .end, to make them "public". | Tyge Lovset |
| 2022-08-10 | Fixed cdeq, cvec, cmap and cstack: iterators .ref is now NULL when it is end(... | Tyge Løvset |
| 2022-08-09 | Experiment with other type of iterator. Does not compile. | Tyge Løvset |
| 2022-08-08 | Fixed const mistake. | Tyge Løvset |
| 2022-07-31 | Changed cmap struct internal rep. so that load-factor is first: useful for gl... | Tyge Løvset |
| 2022-07-15 | cmap: No longer uses c_umul128. If `i_size` is defined by user, table is powe... | Tyge Lovset |
| 2022-07-06 | Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre... | Tyge Løvset |
| 2022-06-10 | Revert last. | Tyge Løvset |
| 2022-06-10 | Small simplifications in cmap.h | Tyge Løvset |
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset |
| 2022-05-29 | Internal: Changed using i_keyraw to using _cx_raw or _cx_rawkey typedefs: avo... | Tyge Lovset |
| 2022-05-13 | constness and code formatting. | Tyge Lovset |
| 2022-05-11 | minor cleanup cmap | 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-01 | - Array expansions (insert, reserve, clone) are now checked for malloc nomem,... | Tyge Lovset |
| 2022-04-29 | cmap/csmap cleanup incl. docs. | Tyge Løvset |
| 2022-04-28 | _i_implement moved to user-level template parameter as i_implement. Removed i... | Tyge Løvset |
| 2022-04-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | 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 | Changed API for c*map_X_push() to take a entry pair (c*map_X_value) argument ... | 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 | Support for cloning containers with carc and cbox. | Tyge Lovset |
| 2022-04-19 | Added #error/warnings for likely missing definitions of i_hash/i_cmp. | Tyge Løvset |
| 2022-04-18 | Renamed newly added map function put_r() to put_raw() - alias for emplace_or_... | Tyge Lovset |
| 2022-04-16 | Added at_mut() to some containers. Added put_r() to cmap, csmap as alias for ... | Tyge Løvset |
| 2022-04-15 | Adding comment to #endif's. | Tyge Løvset |
| 2022-04-15 | Updated README.md docs on template args! Reverted to put() as alias for inser... | Tyge Løvset |
| 2022-04-10 | Parenthesized args in calls to i_keyfrom(c), i_keyto(p) i_valfrom(c), i_valto... | Tyge Løvset |
| 2022-04-10 | Parenthesized args in calls to i_cmp(x, y), i_eq(x, y) and i_hash(x, len) - c... | Tyge Løvset |
| 2022-04-10 | Parenthesized calls to i_drop(x) - can be defined as macro without parenthesi... | Tyge Løvset |
| 2022-04-09 | - Switched from .._put() to .._push() as the "generic" method to add element... | Tyge Løvset |
| 2022-04-09 | Universally added a put() function to all containers. | Tyge Løvset |
| 2022-04-07 | Partly reverted (auto defined _i_no_emplace): emplace functions only availabl... | Tyge Løvset |
| 2022-04-02 | Internal refactoring/macro rename. | Tyge Lovset |
| 2022-04-01 | Simplified internal logic on enabling default cloning | Tyge Løvset |
| 2022-03-24 | Misc. small internal API renaming/refactoring and additions. | Tyge Løvset |