| Age | Commit message (Expand) | Author |
| 2020-11-26 | Renamed benchmark.c to c++ file, to default enable comparing with various c++... | Tyge Løvset |
| 2020-11-26 | Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://... | Tyge Løvset |
| 2020-11-03 | renamed __init to _inits | Tyge Løvset |
| 2020-11-02 | Changed (half)-internal *_INIT to *__init macros. Minor reformatting. | Tyge Løvset |
| 2020-10-25 | Changed stdout to have alias 1 instead of 0, and stderr=2. | Tyge Løvset |
| 2020-10-24 | Renamed c_printf() to c_print() because it no longer support of printf() form... | Tyge Løvset |
| 2020-10-21 | Fixed missing _Generic types. Renamed c_print to c_printf, added some usage. | Tyge Løvset |
| 2020-10-21 | Small update. | Tyge Løvset |
| 2020-09-24 | Changed iter.get to iter.val member. Internal, but used external. Will not ch... | Tyge Løvset |
| 2020-09-23 | Some internal restructuring. Added shared_ptr like struct type: csptr.h | Tyge Løvset |
| 2020-09-22 | Added back khash and robin_hood hash in benchmark.c. | Tyge Løvset |
| 2020-09-18 | Changed <container>_ini macro constant to <container>_INIT, and <container>_d... | Tyge Løvset |
| 2020-09-17 | Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c... | Tyge Løvset |
| 2020-09-17 | Fixed default hash16 and hash32. | Tyge Løvset |
| 2020-09-16 | Changed earlier declare_<container>(..) macro to typedef_<container>(..) | Tyge Løvset |
| 2020-09-16 | Changed API to conform with std:: containers. cmap now only use first, second... | Tyge Løvset |
| 2020-09-15 | Simplified declare_ statement e.g. c_cmap(...) | Tyge Løvset |
| 2020-09-15 | New API Change. | Tyge Løvset |
| 2020-09-14 | Renamed result_t type members to first, second (from item, inserted) for conf... | Tyge Løvset |
| 2020-09-09 | More compliance with std:: containers. | Tyge Løvset |
| 2020-09-06 | Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc. | Tyge Løvset |
| 2020-09-03 | Changed constant <container>_init to <container>_ini to avoid conflict with <... | Tyge Løvset |
| 2020-08-29 | Updated crandom.h API! update to benchmark.c . Optimized cmap iter. | Tyge Løvset |
| 2020-08-28 | Finished adding RawValue API (convertable values) to containers. | tylo |
| 2020-08-26 | Updated benchmark. Some improvements in cmap iterator. cmap_try_emplace() API... | Tyge Løvset |
| 2020-08-19 | Minor cleanup. | tylo |
| 2020-08-19 | Added hopscotch hashing benchmark.c | tylo |
| 2020-08-16 | Update benchmark.c | Tyge Løvset |
| 2020-08-16 | Simplified benchmark.c | Tyge Løvset |
| 2020-08-12 | Updated robin_hood hash. | tylo |
| 2020-08-11 | Fixed two bugs: 1) hash16 not to be used for string. 2) cstr_from(): va_copy ... | tylo |
| 2020-08-10 | Updated hash funcs. | Tyge Løvset |
| 2020-08-02 | Renamed in random and fixed in bitset. | Tyge Løvset |
| 2020-08-02 | Add c_nullptr to cdefs.h | Tyge Løvset |
| 2020-08-01 | Renamed files cvec_pq.h --> cpqueue.h and crand.h --> crandom.h | Tyge Løvset |
| 2020-07-30 | Various cleanup of examples and READM.md. Added support for popcount on compi... | Tyge Løvset |
| 2020-07-29 | Changed rand.h API. Using my own 64-bit random function, not sfc64: Faster an... | Tyge Løvset |
| 2020-07-29 | Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h. | Tyge Løvset |
| 2020-07-28 | Lowercase naming | Tyge Løvset |
| 2020-07-27 | Changed crandom.h API | Tyge Løvset |
| 2020-07-27 | API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList... | Tyge Løvset |
| 2020-07-27 | Renamed cmap_xx_at() to cmap_xx_insert(). Does insert like c++ std::map::inse... | Tyge Løvset |
| 2020-07-26 | Replaced lowBiasHash with fibonacciHash32 / fibonacciHash64. Added <container... | Tyge Løvset |
| 2020-07-23 | Changed cvecpq.h priority queue API and crandom.h API | Tyge Løvset |
| 2020-07-22 | Fixed cmap_xx_clear() | Tyge Løvset |
| 2020-07-22 | Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro... | Tyge Løvset |
| 2020-07-21 | Reordered declare_CMap/CSet argument list. | Tyge Løvset |
| 2020-07-17 | Renamed chash.h to cmap.h and added cset.h | Tyge Løvset |
| 2020-07-16 | Updated includes to reflect rename of cvec.h and cstr.h | Tyge Løvset |
| 2020-07-16 | API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena... | Tyge Løvset |