| Age | Commit message (Expand) | Author |
| 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 | Reorganised cstr.h to be used as a precompiled lib. | Tyge Løvset |
| 2020-07-24 | Fixed cbitset_resize(). Added front()/back() macros to CVec. | 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 | Changed cvecpq.h priority queue API and crandom.h API | Tyge Løvset |
| 2020-07-23 | Some refined | 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 | renamed cstr_makeFmt to cstr_from | 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-21 | Updated prime.c example and clist doc/example. | Tyge Løvset |
| 2020-07-20 | BitVec: Changed uint32_t -> uint64_t internal representation. | Tyge Løvset |
| 2020-07-20 | Added setAll32() | Tyge Løvset |
| 2020-07-20 | Added stc/bitvec.h | Tyge Løvset |
| 2020-07-19 | Added a minor opt. | Tyge Løvset |
| 2020-07-19 | Fixed example. | Tyge Løvset |
| 2020-07-19 | Changed API to PriorityQ | Tyge Løvset |
| 2020-07-19 | Changed vecheap.h API again. | Tyge Løvset |
| 2020-07-19 | Changed some API | Tyge Løvset |
| 2020-07-18 | Fixed geek7.c with heap. Renamed vecque.h to vecheap.h | Tyge Løvset |
| 2020-07-18 | Some API changes on vec heap. | Tyge Løvset |
| 2020-07-18 | Added stc/cvecque.h : priority queue using vector as heap. | Tyge Løvset |
| 2020-07-17 | Minors. | Tyge Løvset |
| 2020-07-17 | Updated READMEmd. Removed arg from declare_CVec_str() and declare_CList_str()... | Tyge Løvset |
| 2020-07-17 | Renamed chash.h to cmap.h and added cset.h | Tyge Løvset |
| 2020-07-17 | Added macro overload allowing zero args (not utilized). Renamed ..._floatRand... | Tyge Løvset |
| 2020-07-16 | API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena... | Tyge Løvset |
| 2020-07-16 | CHanged API: Renamed CString to CStr and CVector to CVec. All function names ... | Tyge Løvset |
| 2020-07-16 | Renamed cstring_release to cstring_move, and removed old cstring_move func. | Tyge Løvset |
| 2020-07-15 | Changed API, eraseBucket(&m, index) -> eraseEntry(&m, entryPtr) | Tyge Løvset |
| 2020-07-14 | Merge branch 'master' of https://github.com/tylo-work/C99Containers | Tyge Løvset |
| 2020-07-14 | Updated declare_CHash call. | Tyge Løvset |
| 2020-07-14 | Redefined declare_CHash() interface, reverted back to original. declare_CHash... | Tyge Løvset |
| 2020-06-25 | Added carrayN_makeFrom(..., array, own) to create from a externally created C... | Tylo |
| 2020-06-25 | Updated carray.h: renamed carray_xdim to separate carray1_xdim, carray2_xdim,... | Tylo |
| 2020-06-24 | Simplified maxload and shrinklimit. | Tylo |
| 2020-06-24 | Added shash_xx_make(initialSize) function, like cvector and carray also has. | Tylo |
| 2020-06-24 | Removed Mersenne Twister and xoroshiro functions. Added PGC32. Refactored car... | Tylo |
| 2020-06-24 | Fixed defs. | Tylo |
| 2020-06-23 | Fixed a bug with size_t. | Tylo |
| 2020-06-23 | Improved representation storage for CArray. Stores "owned" as highest bit in ... | Tylo |
| 2020-06-23 | Minor stuff on crandom. and STC_INLINE | Tylo |
| 2020-06-22 | Minor. | Tylo |
| 2020-06-22 | Restructure declare_CHash arguments (again) | Tylo |