summaryrefslogtreecommitdiffhomepage
path: root/stc/cbitset.h
AgeCommit message (Expand)Author
2021-01-19Renamed cbitset to cbits. Added more docs.Tyge Løvset
2021-01-17Removed cset.h - alias of cmap.h. Updated year copyright.Tyge Løvset
2021-01-02Major upgrade: Added 'clone' template parameters to containers. Reorganized a...Tyge Løvset
2021-01-01Small API change in bitsetTyge Løvset
2020-12-17API change: Reverted back to original name used for .val in iterators to .refTyge Løvset
2020-12-14Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi...Tyge Løvset
2020-11-30Added clist docs, updated cbitset.h and docs.Tyge Løvset
2020-11-03Small API change c_withbuffer() and doc fix.Tyge Løvset
2020-11-02Changed (half)-internal *_INIT to *__init macros. Minor reformatting.Tyge Løvset
2020-10-17Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init().Tyge Løvset
2020-10-16Fixed compiling as lib (-DSTC_HEADER) and added c_withbuffer() and c_break_wi...Tyge Løvset
2020-10-13Restructuring.Tyge Løvset
2020-10-13Tweaks.Tyge Løvset
2020-09-24Changed iter.get to iter.val member. Internal, but used external. Will not ch...Tyge Løvset
2020-09-20Possible to redefine STC memory allocator globally.Tyge Løvset
2020-09-18Changed <container>_ini macro constant to <container>_INIT, and <container>_d...Tyge Løvset
2020-09-15New API Change.Tyge Løvset
2020-09-11Forgot two returns.Tyge Løvset
2020-09-08changed c_foreach() macro -> Removed cnt_range() methods, and simplified iters.tylo
2020-09-05Added range iterators.Tyge Løvset
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with <...Tyge Løvset
2020-09-02Updated pqueue_top() API. Added c_destroy() also working for cstr, cbitmap.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-14Some cleanups.Tyge Løvset
2020-08-12Updated robin_hood hash.tylo
2020-08-08Minor tweaks.Tyge Løvset
2020-08-04Refinements and consistency fixes.Tyge Løvset
2020-08-03Improved API.Tyge Løvset
2020-08-02Renamed in random and fixed in bitset.Tyge Løvset
2020-08-02Minor.Tyge Løvset
2020-07-31Tuned prime example and cbitset.hTyge 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-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-26cbitset.hTyge Løvset
2020-07-26Added cbitset_count()Tyge Løvset
2020-07-24More cleanup, added alias cmap_get <-> cmap_find.Tyge Løvset
2020-07-24Fixed cbitset_resize(). Added front()/back() macros to CVec.Tyge Løvset
2020-07-24Updated CBitset (renamed from CBitVec too). Added <container>_<tag>_init(void...Tyge Løvset