| Age | Commit message (Expand) | Author |
| 2020-06-22 | Removed some unneeded example code in header. | Tylo |
| 2020-06-22 | Updated CArray to support destructors, and added underscore before used defin... | 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 a... | Tylo |
| 2020-06-18 | Added cmap_eraseBucket, and split cmap_erase in two. | Tylo |
| 2020-06-18 | Some fixes of benchmark, and some code improvements. | Tylo |
| 2020-06-16 | Removed glm. Some opt. on hash. | Tylo |
| 2020-06-15 | Fixed including standard include files. | Tylo |
| 2020-06-15 | Compile on Linux. | Tylo |
| 2020-06-06 | Some cleanup. | Tylo |
| 2020-06-05 | Added xoroshiro128ss_jump, sfc32, and fast convertion to float/double. | Tylo |
| 2020-06-05 | Minor tweak. | Tylo |
| 2020-06-05 | Added siphash to crandom.h and some small enhancements. | Tylo |
| 2020-05-29 | Refactored. Added cmap_find and cmap_insert pair of functions. Renamed types. | Tylo |
| 2020-05-27 | Removed comments, cleanup. | Tylo |
| 2020-05-27 | Added rngtest.c and included xoroshiro128ss_rand() and sfc64_rand() | Tylo |
| 2020-05-26 | Optimized and cleaned. Removed mult in favor of ? operator speedup. | Tylo |
| 2020-05-25 | Renamed. | Tylo |
| 2020-05-25 | A minor opt. | Tylo |
| 2020-05-24 | Add Mersenne Twister random number generator. | Tylo |
| 2020-05-23 | Renamed cflist.h to clist, because it is not like std::forward_list which mis... | Tylo |
| 2020-05-23 | Many minor cstring bug fixes and improvements. Added demos.c and advanced_exa... | Tylo |
| 2020-05-22 | Clean up. Added makeReserved() and renamed to makeFilled() | Tylo |
| 2020-05-20 | Cleanup, and small fix in makeFmt. | Tylo |
| 2020-05-18 | Added cstring_printf(s, fmt...) and simlilar constructor cstring_makeFmt() an... | 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 | Some small tweaks. Simplified hash32 function, makes it faster even if distri... | 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 | Removed non-standard GNU extension usage. | Tyge |
| 2020-04-27 | Refactor private _string_size name | 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-25 | Removed parameter posixly_correct, instead use official '+' in first positio... | Tyge |
| 2020-04-25 | .. | Tyge |
| 2020-04-25 | Renamed cslist to cflist (forward_list). Renamed cstring_makeCopy() to cstri... | Tyge |
| 2020-04-24 | Updated docs, renamed bad to faulty | 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 | Added splice | Tyge |
| 2020-04-20 | Added remove and empty to cslist | Tyge |
| 2020-04-20 | Small opt. in cslist, update readme.md | Tyge |
| 2020-04-20 | formatting stuff | Tyge |
| 2020-04-20 | Fixed and redesigned iterators. | Tyge |