summaryrefslogtreecommitdiffhomepage
path: root/examples/list.c
AgeCommit message (Collapse)Author
2020-09-16Changed earlier declare_<container>(..) macro to typedef_<container>(..)Tyge Løvset
2020-09-16Renamed two public macros.Tyge Løvset
2020-09-15Simplified declare_ statement e.g. c_cmap(...)Tyge Løvset
2020-09-15New API Change.Tyge Løvset
2020-09-14Got rid of c_items() macro.Tyge Løvset
2020-09-13reverted back to separate random engine and distribution parameters.Tyge Løvset
2020-09-09More compliance with std:: containers.Tyge Løvset
2020-09-05Added range iterators.Tyge Løvset
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with ↵Tyge Løvset
<container>_init() method. Reverted name cprique back to cpqueue.
2020-09-01Added back splice_front()/back(), updated ex_gaussian.cTyge Løvset
2020-08-31Fixed a few bugs.tylo
2020-08-31Updated clist iterators.tylo
2020-08-29Updated crandom.h API! update to benchmark.c . Optimized cmap iter.Tyge Løvset
2020-08-05Some API changes in crandom. Added crandom_normal_f64() - normal distributed ↵Tyge Løvset
distribution.
2020-08-01Renamed files cvec_pq.h --> cpqueue.h and crand.h --> crandom.hTyge Løvset
2020-07-30Various cleanup of examples and READM.md. Added support for popcount on ↵Tyge Løvset
compilers without intrinsics.
2020-07-29Changed rand.h API. Using my own 64-bit random function, not sfc64: Faster ↵Tyge Løvset
and has seq (sequence, jump) for multiple threads. Cleanup.
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-27Changed crandom.h APITyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, ↵Tyge Løvset
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
2020-07-24Added <container>_<tag>_init variables; Fixed prime.c and list.c examples.Tyge Løvset
2020-07-23Changed cvecpq.h priority queue API and crandom.h APITyge Løvset
2020-07-211. Added initializers for containers *_from(). 2. Changed reserve(): size ↵Tyge Løvset
now means how many there actually can be filled with.
2020-07-21Cleaned up MAP API. Added 2 examles.Tyge Løvset