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
/
prime.c
Age
Commit message (
Expand
)
Author
2020-11-26
Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-09-18
Minor, using a few c_forrange ().
Tyge Løvset
2020-09-18
Changed <container>_ini macro constant to <container>_INIT, and <container>_d...
Tyge Løvset
2020-08-03
Improved API.
Tyge Løvset
2020-08-02
Minor.
Tyge Løvset
2020-07-31
Tuned prime example and cbitset.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
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
Added cbitset_count()
Tyge Løvset
2020-07-24
Added <container>_<tag>_init variables; Fixed prime.c and list.c examples.
Tyge Løvset
2020-07-21
Updated prime.c example and clist doc/example.
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