summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-07-31Tuned prime example and cbitset.hTyge Løvset
2020-07-30Updated.Tyge Løvset
2020-07-30Got rid of cmapentry_ii. use cmap_ii_entry_t and cmap_ii_entry_destroy().Tyge Løvset
2020-07-30Reverted an bug introduced last commit.Tyge Løvset
2020-07-30Small tweak.Tyge Løvset
2020-07-30Minor stuff.Tyge Løvset
2020-07-30Various cleanup of examples and READM.md. Added support for popcount on compi...Tyge Løvset
2020-07-30Renamed cvecpq.h to cvec_pq.h and changed API. Added pqueue initialization ex...Tyge Løvset
2020-07-29Merge branch 'master' into lowercaseTyge Løvset
2020-07-29Changed rand.h API. Using my own 64-bit random function, not sfc64: Faster an...Tyge Løvset
2020-07-29fix c++ warnin.Tyge Løvset
2020-07-29Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h.Tyge Løvset
2020-07-28Updated randomTyge Løvset
2020-07-28Reverted to before lowercasing typesTyge Løvset
2020-07-28Lowercase namingTyge Løvset
2020-07-27Changed crandom.h APITyge Løvset
2020-07-27Fix README.mdTyge Løvset
2020-07-27Merge branch 'master' of https://github.com/tylo-work/C99ContainersTyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...Tyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...Tyge Løvset
2020-07-27Renamed carray<123>_<tag> to carray<123><tag>.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-26cbitset.hTyge Løvset
2020-07-26Added cbitset_count()Tyge Løvset
2020-07-26Replaced lowBiasHash with fibonacciHash32 / fibonacciHash64. Added <container...Tyge Løvset
2020-07-25Reverted CArr to CArray again.Tyge Løvset
2020-07-24More cleanup, added alias cmap_get <-> cmap_find.Tyge Løvset
2020-07-24Reorganised cstr.h to be used as a precompiled lib.Tyge Løvset
2020-07-24Fixed cbitset_resize(). Added front()/back() macros to CVec.Tyge Løvset
2020-07-24Added <container>_<tag>_init variables; Fixed prime.c and list.c examples.Tyge Løvset
2020-07-24Updated CBitset (renamed from CBitVec too). Added <container>_<tag>_init(void...Tyge Løvset
2020-07-23Changed cvecpq.h priority queue API and crandom.h APITyge Løvset
2020-07-23Some refinedTyge Løvset
2020-07-23Added generic c_push(.., items) to push a list of items onto the containers.Tyge Løvset
2020-07-22Fixed cmap_xx_clear()Tyge Løvset
2020-07-22Add some examples.Tyge Løvset
2020-07-22Update CArray -> Carr in READMETyge Løvset
2020-07-22Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro...Tyge Løvset
2020-07-21renamed cstr_makeFmt to cstr_fromTyge Løvset
2020-07-211. Added initializers for containers *_from(). 2. Changed reserve(): size now...Tyge Løvset
2020-07-21Cleaned up MAP API. Added 2 examles.Tyge Løvset
2020-07-21Reordered declare_CMap/CSet argument list.Tyge Løvset
2020-07-21Updated prime.c example and clist doc/example.Tyge Løvset
2020-07-20BitVec: Changed uint32_t -> uint64_t internal representation.Tyge Løvset
2020-07-20Added setAll32()Tyge Løvset
2020-07-20Added stc/bitvec.hTyge Løvset
2020-07-19Added a minor opt.Tyge Løvset
2020-07-19Fixed example.Tyge Løvset
2020-07-19Changed API to PriorityQTyge Løvset
2020-07-19Changed vecheap.h API again.Tyge Løvset