summaryrefslogtreecommitdiffhomepage
path: root/examples/bits.c
AgeCommit message (Expand)Author
2020-11-30Added clist docs, updated cbitset.h and docs.Tyge Løvset
2020-11-26Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...Tyge Løvset
2020-11-03Small API change c_withbuffer() and doc fix.Tyge Løvset
2020-10-26Updates examples using cfmt.h c_print().Tyge Løvset
2020-09-20converted to c_forrange().Tyge Løvset
2020-09-18Changed <container>_ini macro constant to <container>_INIT, and <container>_d...Tyge Løvset
2020-09-05Added range iterators.Tyge Løvset
2020-08-16Fixed comparison in inits.c. Added iterator in bits.c example.Tyge Løvset
2020-08-14Fixed cbitset iter.tylo
2020-08-14Added iterator to cbitset.Tyge Løvset
2020-08-04Refinements and consistency fixes.Tyge Løvset
2020-08-03Improved API.Tyge Løvset
2020-07-30Minor stuff.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-26Added cbitset_count()Tyge Løvset
2020-07-24Updated CBitset (renamed from CBitVec too). Added <container>_<tag>_init(void...Tyge Løvset
2020-07-22Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro...Tyge Løvset
2020-07-21Cleaned up MAP API. Added 2 examles.Tyge Løvset