| Age | Commit message (Expand) | Author |
| 2020-09-17 | Fixed default hash16 and hash32. | Tyge Løvset |
| 2020-09-16 | Added some missing templates in cmap. | Tyge Løvset |
| 2020-09-16 | Changed iterator API in cset and clist. From i.get->value to *i.get | Tyge Løvset |
| 2020-09-16 | Changed earlier declare_<container>(..) macro to typedef_<container>(..) | Tyge Løvset |
| 2020-09-16 | Renamed two public macros. | Tyge Løvset |
| 2020-09-16 | Changed API to conform with std:: containers. cmap now only use first, second... | Tyge Løvset |
| 2020-09-15 | Simplified declare_ statement e.g. c_cmap(...) | Tyge Løvset |
| 2020-09-15 | New API Change. | Tyge Løvset |
| 2020-09-14 | Renamed result_t type members to first, second (from item, inserted) for conf... | Tyge Løvset |
| 2020-09-14 | Got rid of c_items() macro. | Tyge Løvset |
| 2020-09-14 | Removed warnings. clang, vs. | Tyge Løvset |
| 2020-09-14 | Renamed in cmap. | Tyge Løvset |
| 2020-09-13 | Removed unneeded function. | Tyge Løvset |
| 2020-09-13 | added cmap_emplace_n() | Tyge Løvset |
| 2020-09-13 | Changed cmap_insert API to take a pair. cset_insert unchanged. | Tyge Løvset |
| 2020-09-13 | A few method aliases added. | Tyge Løvset |
| 2020-09-11 | Added at() to cmap. Added c_assert(), c_static_assert() in cdefs.h | Tyge Løvset |
| 2020-09-11 | Some renaming of functions, API changes in list and vec. | Tyge Løvset |
| 2020-09-10 | Reformatting only. | Tyge Løvset |
| 2020-09-09 | More compliance with std:: containers. | Tyge Løvset |
| 2020-09-08 | changed c_foreach() macro -> Removed cnt_range() methods, and simplified iters. | tylo |
| 2020-09-07 | Added back cmap insert() | tylo |
| 2020-09-06 | Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc. | Tyge Løvset |
| 2020-09-05 | Added range iterators. | Tyge Løvset |
| 2020-09-04 | Using X instead of tag as macro parameter name for readability. | Tyge Løvset |
| 2020-09-03 | Changed constant <container>_init to <container>_ini to avoid conflict with <... | Tyge Løvset |
| 2020-09-03 | Changed itval() taking iter instead of iter address as arg. | Tyge Løvset |
| 2020-09-03 | Added itval() to all containers to allow for generalized access to iterator v... | Tyge Løvset |
| 2020-09-02 | Updated pqueue_top() API. Added c_destroy() also working for cstr, cbitmap. | Tyge Løvset |
| 2020-09-02 | Rewrote cpqueue to a real adapter class. Added some missing functions in cvec... | Tyge Løvset |
| 2020-08-29 | Updated crandom.h API! update to benchmark.c . Optimized cmap iter. | Tyge Løvset |
| 2020-08-28 | Some smaller fixes and cleanup. | Tyge Løvset |
| 2020-08-28 | Finished adding RawValue API (convertable values) to containers. | tylo |
| 2020-08-26 | Minor optimizations. | Tyge Løvset |
| 2020-08-26 | Updated benchmark. Some improvements in cmap iterator. cmap_try_emplace() API... | Tyge Løvset |
| 2020-08-26 | Added valueFromRaw template parameter to cvec and clist. Affects generic c_pu... | tylo |
| 2020-08-11 | Fixed two bugs: 1) hash16 not to be used for string. 2) cstr_from(): va_copy ... | tylo |
| 2020-08-10 | Minor | Tyge Løvset |
| 2020-08-10 | Updated hash funcs. | Tyge Løvset |
| 2020-08-09 | Moved hash functions from cdefs to cmap. | Tyge Løvset |
| 2020-08-08 | Changed iter API again, optimized. | Tyge Løvset |
| 2020-08-08 | Changed iter API (next now takes address, no return) | Tyge Løvset |
| 2020-08-08 | Param. naming improvements. | Tyge Løvset |
| 2020-08-06 | Fixed a serious free() bug in erase() | Tyge Løvset |
| 2020-08-04 | Revert c_nullptr to NULL in lib code. Minor cleanup. | Tyge Løvset |
| 2020-08-04 | Refinements and consistency fixes. | Tyge Løvset |
| 2020-08-02 | Add c_nullptr to cdefs.h | Tyge Løvset |
| 2020-08-01 | Small macro usage fix. | Tyge Løvset |
| 2020-08-01 | Fixed namings in cstr.h and restruct. in cmap: added cmap_try_emplace() macro. | Tyge Løvset |
| 2020-07-31 | Improved advanced.c and namings in cdefs.h | Tyge Løvset |