summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-06-24Update README.mdTyge Løvset
2020-06-24Update README.mdTyge Løvset
2020-06-24Simplified maxload and shrinklimit.Tylo
2020-06-24Added shash_xx_make(initialSize) function, like cvector and carray also has.Tylo
2020-06-24Removed Mersenne Twister and xoroshiro functions. Added PGC32. Refactored ↵Tylo
carray.
2020-06-24Fixed defs.Tylo
2020-06-23Fixed a bug with size_t.Tylo
2020-06-23Improved representation storage for CArray. Stores "owned" as highest bit in ↵Tylo
xdim.
2020-06-23Minor stuff on crandom. and STC_INLINETylo
2020-06-23Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Minor.Tylo
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Restructure declare_CHash arguments (again)Tylo
Removed forced inlining. (-> regular inline)
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Removed some unneeded example code in header.Tylo
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Updated CArray to support destructors, and added underscore before used ↵Tylo
defined tag - for consistency with the other containers. Changed map/set type-tag for CHash to upper case MAP/SET. Makes it clearer it is a tag and not a type or variable. Added complex example to README.md demonstrating capability of nested containers, using custom destructors.
2020-06-22Update README.mdTyge Løvset
2020-06-22Update benchmark.cTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-22Update README.mdTyge Løvset
2020-06-21Update README.mdTyge Løvset
2020-06-21Update README.mdTyge Løvset
2020-06-21Update README.mdTyge Løvset
2020-06-21Renamed to README.mdTylo
2020-06-21Moved examples to examples folder.Tylo
2020-06-21Merge branch 'master' of https://github.com/tylo-work/C99ContainersTylo
2020-06-21Update README.mdTyge Løvset
2020-06-21Merge branch 'master' of https://github.com/tylo-work/C99ContainersTylo