index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
/
bits.c
Age
Commit message (
Expand
)
Author
2020-11-30
Added clist docs, updated cbitset.h and docs.
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
Small API change c_withbuffer() and doc fix.
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
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-05
Added range iterators.
Tyge Løvset
2020-08-16
Fixed comparison in inits.c. Added iterator in bits.c example.
Tyge Løvset
2020-08-14
Fixed cbitset iter.
tylo
2020-08-14
Added iterator to cbitset.
Tyge Løvset
2020-08-04
Refinements and consistency fixes.
Tyge Løvset
2020-08-03
Improved API.
Tyge Løvset
2020-07-30
Minor stuff.
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
API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...
Tyge Løvset
2020-07-26
Added cbitset_count()
Tyge Løvset
2020-07-24
Updated CBitset (renamed from CBitVec too). Added <container>_<tag>_init(void...
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
Cleaned up MAP API. Added 2 examles.
Tyge Løvset