| Age | Commit message (Expand) | Author |
| 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-09-11 | Updated benchmarks to 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-21 | Add gitignore to benchmarks to ignore executables | Kamil Cukrowski |
| 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-07-17 | Some refactoring. | Tyge Lovset |
| 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 | Updated benchmarks. | 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-26 | Updated benchmarks results after fixing bug in cdeq. Faster insert. | 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-22 | clist_X_splice*() now returns updated input iter. Added list_splice.c example. | Tyge Løvset |
| 2021-04-16 | Replaced cmap/cset min_load_factor with shrink_to_fit() method. | 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-26 | Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo... | 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-11 | Renamed public *_result_t struct member names in maps/sets for consistency wi... | Tyge Løvset |
| 2021-03-01 | Update exteral maps | Tyge Løvset |
| 2021-02-24 | More file renames | Tyge Løvset |
| 2021-02-24 | Moved last bm. | Tyge Løvset |
| 2021-02-24 | More docs and some file renames. | Tyge Løvset |
| 2021-02-22 | Minor. | 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-20 | Internal renaming improvements. | Tyge Løvset |
| 2021-02-20 | Rewamp of cmap/csmap API. More to come. | Tyge Løvset |
| 2021-02-16 | Benchmark plot. | Tyge Løvset |
| 2021-02-15 | Added fast posix memccpy() - c_memccpy(). | Tyge Løvset |
| 2021-02-14 | Refinements. | Tyge Løvset |
| 2021-02-13 | Added benchmark setup and plot script. | Tyge Løvset |
| 2021-02-13 | Replaced default hash for cmap. | Tyge Løvset |
| 2021-02-11 | Updated benchmarks, README, two minor API fixes. | Tyge Løvset |
| 2021-02-11 | Updated benchmarks | Tyge Løvset |