summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2020-06-21Update README.mdTyge Løvset
2020-06-21Update README.mdTyge Løvset
2020-06-21Update README.mdTyge Løvset
2020-06-21Merge branch 'master' of https://github.com/tylo-work/C99ContainersTylo
2020-06-21Renamed files and classes: cmap -> chash, copt -> coptionTylo
2020-06-21Update README.mdTyge Løvset
2020-06-21Update README.mdTyge Løvset
2020-06-21Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Update README.mdTyge Løvset
2020-06-20Renamed CMap to CHash, to reflect that it now supports both (unordered) Map ↵Tylo
and Set. Second arg in declare_CHash() should be 'set' or 'map'. Refactored copt.h to be more consistent with other types. Added cvector_make(size, fillvalue) constructor.
2020-06-18Added cmap_eraseBucket, and split cmap_erase in two.Tylo
Cleanup white spaces and comments/examples.
2020-06-18Merge branch 'master' of https://github.com/tylo-work/C99ContainersTylo