| Age | Commit message (Expand) | Author |
| 2020-05-02 | Set theme jekyll-theme-merlot | Tyge Løvset |
| 2020-05-02 | Set theme jekyll-theme-time-machine | Tyge Løvset |
| 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 | 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 | Updated advanced_example, parameter sequence. | 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 | Update advanced_example.md | Tyge Løvset |
| 2020-04-26 | Update advanced_example.md | Tyge Løvset |
| 2020-04-26 | Merge branch 'master' of https://github.com/tylo-work/C99Containers | Tyge |
| 2020-04-26 | More refactor. | Tyge |
| 2020-04-26 | Update advanced_example.md | Tyge Løvset |
| 2020-04-26 | Update and rename EXAMPLE.md to advanced_example.md | Tyge Løvset |
| 2020-04-26 | Renamed c_defaultDestroy to c_noDestroy | Tyge |
| 2020-04-26 | Updated doc. | 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 | glm update | Tyge |
| 2020-04-20 | Fixed and redesigned iterators. | Tyge |
| 2020-04-19 | Renamed to CSList | Tyge |
| 2020-04-19 | Updated. | Tyge |
| 2020-04-19 | Renamed clist to cfwdlist, as it implements std::forward_list specs. | Tyge |
| 2020-04-19 | Refactored and changed name from pushAfter to insertAfter. | Tyge |
| 2020-04-19 | Changed vec_unit() to vec_normalize(), replaced tabs in quat.h | Tyge |
| 2020-04-19 | Updated change in API: cvector_push -> cvector_pushBack, cvector_pop -> cvect... | Tyge |
| 2020-04-19 | Moved gl math to glm folder | Tyge |
| 2020-04-16 | Added size | Tyge |
| 2020-04-16 | Some improvements | Tyge |
| 2020-04-15 | Optimize | Tyge |
| 2020-04-15 | Minor Refactoring. | Tyge |
| 2020-04-15 | Last update. | Tyge |
| 2020-04-15 | Updated array | Tyge |
| 2020-04-15 | Renamed and cleanup of benchmark.c. Should be compiled as C++ for compilers s... | Tyge |