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