summaryrefslogtreecommitdiffhomepage
path: root/demos.c
AgeCommit message (Collapse)Author
2020-06-21Moved examples to examples folder.Tylo
2020-06-21Renamed files and classes: cmap -> chash, copt -> coptionTylo
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-15Fixed including standard include files.Tylo
2020-06-15Compile on Linux.Tylo
2020-06-05Added siphash to crandom.h and some small enhancements.Tylo
2020-05-29Minor add to a demo.Tylo
2020-05-29Forgot include.Tylo
2020-05-29Refactored. Added cmap_find and cmap_insert pair of functions. Renamed types.Tylo
2020-05-23Renamed cflist.h to clist, because it is not like std::forward_list which ↵Tylo
misses pushBack().
2020-05-23Many minor cstring bug fixes and improvements. Added demos.c and ↵Tylo
advanced_example.c