summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-08-17Update README.mdTyge Løvset
2020-08-17fixed carray example.Tyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Update benchmark.cTyge Løvset
2020-08-16Update benchmark.cTyge Løvset
2020-08-16Simplified benchmark.cTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Fixed comparison in inits.c. Added iterator in bits.c example.Tyge Løvset
2020-08-16Update README.mdTyge 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-11Added visual studio _umul128() declaration in crandom.hTyge Løvset
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-08Merge branch 'master' of https://github.com/tylo-work/C99ContainersTyge Løvset
2020-08-08Enhanced cvec sorting.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-04Fix markdown error.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