| Age | Commit message (Expand) | Author |
| 2020-07-30 | Got rid of cmapentry_ii. use cmap_ii_entry_t and cmap_ii_entry_destroy(). | Tyge Løvset |
| 2020-07-30 | Reverted an bug introduced last commit. | Tyge Løvset |
| 2020-07-30 | Small tweak. | Tyge Løvset |
| 2020-07-29 | Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h. | Tyge Løvset |
| 2020-07-28 | Lowercase naming | Tyge Løvset |
| 2020-07-27 | Changed crandom.h API | Tyge Løvset |
| 2020-07-27 | API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList... | Tyge Løvset |
| 2020-07-27 | Renamed cmap_xx_at() to cmap_xx_insert(). Does insert like c++ std::map::inse... | Tyge Løvset |
| 2020-07-26 | Replaced lowBiasHash with fibonacciHash32 / fibonacciHash64. Added <container... | Tyge Løvset |
| 2020-07-25 | Reverted CArr to CArray again. | Tyge Løvset |
| 2020-07-24 | More cleanup, added alias cmap_get <-> cmap_find. | Tyge Løvset |
| 2020-07-24 | Added <container>_<tag>_init variables; Fixed prime.c and list.c examples. | Tyge Løvset |
| 2020-07-24 | Updated CBitset (renamed from CBitVec too). Added <container>_<tag>_init(void... | Tyge Løvset |
| 2020-07-23 | Added generic c_push(.., items) to push a list of items onto the containers. | Tyge Løvset |
| 2020-07-22 | Fixed cmap_xx_clear() | Tyge Løvset |
| 2020-07-22 | Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro... | Tyge Løvset |
| 2020-07-21 | 1. Added initializers for containers *_from(). 2. Changed reserve(): size now... | Tyge Løvset |
| 2020-07-21 | Cleaned up MAP API. Added 2 examles. | Tyge Løvset |
| 2020-07-21 | Reordered declare_CMap/CSet argument list. | Tyge Løvset |
| 2020-07-17 | Minors. | Tyge Løvset |
| 2020-07-17 | Renamed chash.h to cmap.h and added cset.h | Tyge Løvset |
| 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 a... | Tylo |
| 2020-06-18 | Added cmap_eraseBucket, and split cmap_erase in two. | Tylo |
| 2020-06-16 | Removed glm. Some opt. on hash. | Tylo |
| 2020-06-15 | Fixed including standard include files. | Tylo |
| 2020-05-29 | Refactored. Added cmap_find and cmap_insert pair of functions. Renamed types. | Tylo |
| 2020-04-30 | Added missing #include <malloc.h>, and redefined default equal. | Tyge |
| 2020-04-30 | Nothing. | Tyge |
| 2020-04-30 | Added example in cmap.h | Tyge |
| 2020-04-30 | Refactored: made hashx into its own array (8 bit from 16 bit), instead of par... | Tyge |
| 2020-04-30 | Added KHASH in benchmark, tuned cmap. | Tyge |
| 2020-04-29 | Making code clearer, and update benchmark.c | Tyge |
| 2020-04-28 | Fixed error on GCC when using -O2 and -O3 optimization. Added volatile to has... | Tyge |
| 2020-04-27 | Changed parameter sequence for main code gen macros. | Tyge |
| 2020-04-26 | More refactor. | Tyge |
| 2020-04-26 | Renamed c_defaultDestroy to c_noDestroy | Tyge |
| 2020-04-26 | Refactored: Uses STC_API to control extern or static inline. Define STC_HEADE... | Tyge |
| 2020-04-23 | Removes Warning for C99 usage in VS when compiled as C++. | Tyge |
| 2020-04-23 | Fixed bugs with use of "Raw" types, and updated EXAMPLE.md accordingly. | Tyge |
| 2020-04-20 | Fixed and redesigned iterators. | Tyge |
| 2020-04-19 | Moved gl math to glm folder | Tyge |
| 2020-04-15 | - Added cmat3, cmat4, cquat | Tyge |
| 2020-04-15 | Renamed folder. | Tyge |