| Age | Commit message (Expand) | Author |
| 2021-04-29 | Added new constructors to carray.h. Made cmap and csmap keys immutable. Added... | Tyge Løvset |
| 2021-04-27 | Renamed carray struct member at to data. Improved cdeq_expand_() method. | Tyge Løvset |
| 2021-04-23 | API: Reverted to C_X_erase_at() instead of C_X_erase_it(). Sorry for the mess... | Tyge Løvset |
| 2021-04-22 | clist_X_splice*() now returns updated input iter. Added list_splice.c example. | Tyge Løvset |
| 2021-04-17 | Changed c_emplace_items(&cont, ctype, {...}) macro with c_emplace(ctype, cont... | Tyge Løvset |
| 2021-04-15 | NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve... | Tyge Løvset |
| 2021-04-12 | Improved docs. | Tyge Løvset |
| 2021-04-02 | Rewrote clist API: Now in line with std::list API instead of std::forward_lis... | Tyge Løvset |
| 2021-03-30 | Moved cset and csset definitions to cset.h and csset.h. Updated docs. | Tyge Løvset |
| 2021-03-30 | Removed the cptr raw pointer. Only keep csptr: shared_ptr. Renamed cptr.h to ... | Tyge Løvset |
| 2021-03-29 | Another update of cbits. | Tyge Løvset |
| 2021-03-29 | Fixed bugs in cbits. (bits_count() and is_disjoint()). Renamed is_disjoined()... | Tyge Løvset |
| 2021-03-26 | Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo... | Tyge Løvset |
| 2021-03-24 | Added valueCompare parameter to cpque. | Tyge Løvset |
| 2021-03-22 | Rewrote carray.h completely. Somewhat different API, much easier/natural usag... | Tyge Løvset |
| 2021-03-21 | Splitted using_carray() into using_carray2() and using_carray3() | Tyge Løvset |
| 2021-03-19 | Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong. | Tyge Løvset |
| 2021-03-13 | Fixed some doc errors in csmap and cmap. Added some inline funcs to cstr. Add... | Tyge Løvset |
| 2021-03-11 | Renamed public *_result_t struct member names in maps/sets for consistency wi... | Tyge Løvset |
| 2021-03-10 | Internal renames. | Tyge Løvset |
| 2021-03-10 | Reduced macro token-pasting a lot in maps. | Tyge Løvset |
| 2021-03-07 | Corrected more constness. | Tyge Løvset |
| 2021-03-06 | Fixed some const-ness with begin/end methods. | Tyge Løvset |
| 2021-03-06 | Cleanups and internal renames. Backported csmap_v1.h in examples to match csm... | Tyge Løvset |
| 2021-03-03 | Update crandom_api docs. | Tyge Løvset |
| 2021-03-02 | Fixed: renamed reserved symbols/names. | Tyge Løvset |
| 2021-03-01 | Cleanup c++ compilation of cbits.h | Tyge Løvset |
| 2021-03-01 | Fixed wrong assumption that compare always returns -1, 0, 1. | Tyge Løvset |
| 2021-02-24 | More docs and some file renames. | Tyge Løvset |
| 2021-02-22 | Renamed c_plain_... to c_trivial_... internal functions. | Tyge Løvset |
| 2021-02-22 | Small changes. Added back csmap/cmap put() but now with Key,Mapped args (not ... | Tyge Løvset |
| 2021-02-22 | Many internal renames. Reverted to specify both _del and _clone parameter whe... | Tyge Løvset |
| 2021-02-21 | Renamed using_c*map_keyarg() to using_c*map_keydef(). | Tyge Løvset |
| 2021-02-21 | Renamed emplace_put() to emplace_or_assign(). May add put() as alias to inser... | Tyge Løvset |
| 2021-02-21 | Internal restructure. Added bsearch() to cvec. | Tyge Løvset |
| 2021-02-20 | Renamed push_items to emplace_n | Tyge Løvset |
| 2021-02-20 | Internal renaming improvements. | Tyge Løvset |
| 2021-02-20 | Rewamp of cmap/csmap API. More to come. | Tyge Løvset |
| 2021-02-19 | Minor docs. Updated csmap_v1.h | Tyge Løvset |
| 2021-02-18 | Minor cleanup | Tyge Løvset |
| 2021-02-17 | Updated cptr.h examples. | Tyge Løvset |
| 2021-02-16 | Fixed hash API. | Tyge Løvset |
| 2021-02-13 | Replaced default hash for cmap. | Tyge Løvset |
| 2021-02-07 | Internal rename. | Tyge Løvset |
| 2021-02-06 | Updated csmap.h to match api of cmap. Updated docs. | Tyge Løvset |
| 2021-02-06 | Some API changes in cmap. Will do for csmap as well. | Tyge Løvset |
| 2021-02-05 | Upgraded cstr impl. | Tyge Løvset |
| 2021-02-04 | Fixup in API regarding _at() - more consistent. | Tyge Løvset |
| 2021-02-04 | Changed return type it iter_t in csmap_X_find() and cmap_X_find() to be consi... | Tyge Løvset |
| 2021-02-04 | Some docs. | Tyge Løvset |