summaryrefslogtreecommitdiffhomepage
path: root/examples/prime.c
AgeCommit message (Expand)Author
2020-11-26Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...Tyge Løvset
2020-10-26Updates examples using cfmt.h c_print().Tyge Løvset
2020-09-18Minor, using a few c_forrange ().Tyge Løvset
2020-09-18Changed <container>_ini macro constant to <container>_INIT, and <container>_d...Tyge Løvset
2020-08-03Improved API.Tyge Løvset
2020-08-02Minor.Tyge Løvset
2020-07-31Tuned prime example and cbitset.hTyge Løvset
2020-07-30Various cleanup of examples and READM.md. Added support for popcount on compi...Tyge Løvset
2020-07-29Changed rand.h API. Using my own 64-bit random function, not sfc64: Faster an...Tyge Løvset
2020-07-29Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h.Tyge Løvset
2020-07-28Lowercase namingTyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...Tyge Løvset
2020-07-27Renamed cmap_xx_at() to cmap_xx_insert(). Does insert like c++ std::map::inse...Tyge Løvset
2020-07-26Added cbitset_count()Tyge Løvset
2020-07-24Added <container>_<tag>_init variables; Fixed prime.c and list.c examples.Tyge Løvset
2020-07-21Updated prime.c example and clist doc/example.Tyge Løvset
2020-07-16Updated includes to reflect rename of cvec.h and cstr.hTyge Løvset
2020-07-16API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena...Tyge Løvset