| Age | Commit message (Expand) | Author |
| 2021-11-06 | Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders. | Tyge Løvset |
| 2021-11-05 | Changed array expansion policy from 1.625x to 1.5x | Tyge Løvset |
| 2021-10-29 | Swapped .._equals() and _equalto() functions for consistency | Tyge Løvset |
| 2021-10-29 | Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq... | Tyge Løvset |
| 2021-10-29 | renamed _cx_..._t to _cx_... | Tyge Løvset |
| 2021-10-29 | renamed cx_..._t to _cx_..._t, and Self to _cx_self | Tyge Løvset |
| 2021-10-26 | Added some examples and updated docs. Removed cvec_X_erase() and cdeq_X_erase... | Tyge Løvset |
| 2021-10-22 | Updated shootout2_cmap.cpp and competing hashmaps. Replaced Gregs sparsepp wi... | Tyge Løvset |
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset |
| 2021-09-19 | Removed old stuff belongs to v1.X. | Tyge Løvset |
| 2021-09-19 | Preparation for merging in V2.0 to master branch. | Tyge Løvset |
| 2021-09-11 | Fixed docs for newstyle. | Tyge Løvset |
| 2021-08-31 | Maintenance cleanup. | Tyge Løvset |
| 2021-08-29 | Replaced cstr_toraw (deprecated) with cstr_str used to convert from cstr to c... | Tyge Lovset |
| 2021-08-28 | Breaking change cstr and csview renames in order to improve consistency: | Tyge Løvset |
| 2021-08-07 | Updated alternative string class sstr.h with short string optimization, place... | Tyge Løvset |
| 2021-07-17 | More refactoring. Added others/sstr.h - future short string optimized (SSO) s... | Tyge Løvset |
| 2021-06-03 | Some more cleanups in csmap_v1.h. May swap this back with current csmap.h at ... | Tyge Løvset |
| 2021-06-02 | - Backported csmap_v1.h (with malloced nodes) to match csmap. | Tyge Løvset |
| 2021-05-07 | Reverted c_trivial_*() to c_default_*(). | Tyge Løvset |
| 2021-05-07 | Rename to use c_rawstr_*() instead of c_rstr_*(). | Tyge Løvset |
| 2021-05-07 | Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() a... | Tyge Løvset |
| 2021-05-05 | Changed some lesser used API in cvec and cdeq to be more consistent. Improved... | Tyge Løvset |
| 2021-04-30 | Internal only: Removed cstr_t and cbits_t: only use cstr and cbits. Finished ... | Tyge Løvset |
| 2021-04-30 | Backported malloc-node based version of csmap. Nice as speed reference, easie... | Tyge Løvset |
| 2021-04-27 | Made clist_X_find_in() arguments consistent with cvec_X_find_in() and cdeq_X_... | Tyge Løvset |
| 2021-04-26 | Backported csmap_v1.h. Updated example in csmap.h | Tyge Løvset |
| 2021-04-26 | BUGFIX in csmap: Silly bug: assumed cmp function returned -1, 0, 1, but can b... | Tyge Løvset |
| 2021-04-26 | Doc update. Renamed c_new_2() to c_new_n() | 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-23 | Internal restructure of methods declarations. Backported others/clist_v1.h. | Tyge Løvset |
| 2021-04-15 | NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve... | 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-22 | Rewrote carray.h completely. Somewhat different API, much easier/natural usag... | 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-01 | Update exteral maps | Tyge Løvset |
| 2021-01-11 | Added output all in picobenchmark + allow to have multiple baselines in one s... | Tyge Løvset |
| 2020-12-28 | Added PCG for comparison. | Tyge Løvset |
| 2020-12-27 | Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use cvec_X_... | Tyge Løvset |