summaryrefslogtreecommitdiffhomepage
path: root/stc
AgeCommit message (Expand)Author
2020-08-11Fixed two bugs: 1) hash16 not to be used for string. 2) cstr_from(): va_copy ...tylo
2020-08-10Small.Tyge Løvset
2020-08-10MinorTyge Løvset
2020-08-10Updated hash funcs.Tyge Løvset
2020-08-09Moved hash functions from cdefs to cmap.Tyge Løvset
2020-08-09Simplified carray API.Tyge Løvset
2020-08-08Reduce cvec expand policy.Tyge Løvset
2020-08-08Added cstr_iter_t + begin/next, and cstr_front.Tyge Løvset
2020-08-08Minor tweaks.Tyge Løvset
2020-08-08Enhanced cvec sorting.Tyge Løvset
2020-08-08Changed iter API again, optimized.Tyge Løvset
2020-08-08Changed iter API (next now takes address, no return)Tyge Løvset
2020-08-08Param. naming improvements.Tyge Løvset
2020-08-07RngtestTyge Løvset
2020-08-07Optimized malloc sizes.Tyge Løvset
2020-08-07Added i64 uniform distribution range. in crandom.htylo
2020-08-07Removed alloca usage.tylo
2020-08-06Fixed a serious free() bug in erase()Tyge Løvset
2020-08-05Some API changes in crandom. Added crandom_normal_f64() - normal distributed ...Tyge Løvset
2020-08-04Simplified cstr insert/replace.Tyge Løvset
2020-08-04Fixed cstr find and replace to follow std:: standard args.Tyge Løvset
2020-08-04Revert c_nullptr to NULL in lib code. Minor cleanup.Tyge Løvset
2020-08-04Refinements and consistency fixes.Tyge Løvset
2020-08-03Improved API.Tyge Løvset
2020-08-03clist refactor.Tyge Løvset
2020-08-02Renamed in random and fixed in bitset.Tyge Løvset
2020-08-02Minor.Tyge Løvset
2020-08-02Add c_nullptr to cdefs.hTyge Løvset
2020-08-02Update SFC64Tyge Løvset
2020-08-01Renamed files cvec_pq.h --> cpqueue.h and crand.h --> crandom.hTyge Løvset
2020-08-01Small macro usage fix.Tyge Løvset
2020-08-01Fixed namings in cstr.h and restruct. in cmap: added cmap_try_emplace() macro.Tyge Løvset
2020-07-31Improved advanced.c and namings in cdefs.hTyge Løvset
2020-07-31Tuned prime example and cbitset.hTyge 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-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-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>, 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