| Age | Commit message (Expand) | Author |
| 2020-12-28 | Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s... | Tyge Løvset |
| 2020-12-17 | API change: Reverted back to original name used for .val in iterators to .ref | Tyge Løvset |
| 2020-12-16 | Renamed crandom to crand, including renaming of relevant files. | Tyge Løvset |
| 2020-12-16 | Reverted back API to easier naming scheme of crandom.h types and methods. | Tyge Løvset |
| 2020-12-14 | Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi... | 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-26 | Updates examples using cfmt.h c_print(). | 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-20 | converted to c_forrange(). | 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-16 | Minor. | Tyge Løvset |
| 2020-09-16 | Changed iterator API in cset and clist. From i.get->value to *i.get | Tyge Løvset |
| 2020-09-16 | Changed earlier declare_<container>(..) macro to typedef_<container>(..) | Tyge Løvset |
| 2020-09-16 | Renamed two public macros. | 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 | Got rid of c_items() macro. | Tyge Løvset |
| 2020-09-13 | reverted back to separate random engine and distribution parameters. | Tyge Løvset |
| 2020-09-09 | More compliance with std:: containers. | Tyge Løvset |
| 2020-09-05 | Added range iterators. | Tyge Løvset |
| 2020-09-03 | Changed constant <container>_init to <container>_ini to avoid conflict with <... | Tyge Løvset |
| 2020-09-01 | Added back splice_front()/back(), updated ex_gaussian.c | Tyge Løvset |
| 2020-08-31 | Fixed a few bugs. | tylo |
| 2020-08-31 | Updated clist iterators. | tylo |
| 2020-08-29 | Updated crandom.h API! update to benchmark.c . Optimized cmap iter. | Tyge Løvset |
| 2020-08-05 | Some API changes in crandom. Added crandom_normal_f64() - normal distributed ... | 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-24 | Added <container>_<tag>_init variables; Fixed prime.c and list.c examples. | Tyge Løvset |
| 2020-07-23 | Changed cvecpq.h priority queue API and crandom.h API | Tyge Løvset |
| 2020-07-21 | 1. Added initializers for containers *_from(). 2. Changed reserve(): size now... | Tyge Løvset |
| 2020-07-21 | Cleaned up MAP API. Added 2 examles. | Tyge Løvset |