| Age | Commit message (Expand) | Author |
| 2020-09-18 | Changed <container>_ini macro constant to <container>_INIT, and <container>_d... | Tyge Løvset |
| 2020-09-17 | Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c... | Tyge Løvset |
| 2020-09-17 | Fixed default hash16 and hash32. | Tyge Løvset |
| 2020-09-17 | clist Iterator state bug fixed. | Tyge Løvset |
| 2020-09-17 | Fixed clist erase_range_after(), and opt. remove() | Tyge Løvset |
| 2020-09-16 | Minor. | 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 insert, emplace and erase to have suffix _at(), consistent with namin... | 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 | reverted back to separate random engine and distribution parameters. | 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 | Forgot two returns. | Tyge Løvset |
| 2020-09-11 | Added back clist_last() and some internal renames. | Tyge Løvset |
| 2020-09-11 | Rearranged stuff in cvec.h. + extended sort() with range and added idx(iter) ... | Tyge Løvset |
| 2020-09-11 | Some renaming of functions, API changes in list and vec. | Tyge Løvset |
| 2020-09-10 | Use cmap_emplace() rather than cmap_insert(). insert() is reduced to an alias... | Tyge Løvset |
| 2020-09-10 | Renaming in cvec and some additions in clist. | Tyge Løvset |
| 2020-09-10 | Reformatting only. | Tyge Løvset |
| 2020-09-10 | Updated and corrected cvec_insert and cvec_erase functions. | Tyge Løvset |
| 2020-09-09 | Removed assumptions about clist iterators. | Tyge Løvset |
| 2020-09-09 | More compliance with std:: containers. | Tyge Løvset |
| 2020-09-08 | Fixed clist iterators again. Removed zero args support for overloadable macro... | Tyge Løvset |
| 2020-09-08 | Updated clist iter. | Tyge Løvset |
| 2020-09-08 | changed c_foreach() macro -> Removed cnt_range() methods, and simplified iters. | tylo |
| 2020-09-07 | Forgot to convert priority_queue to use emplace() function name. | Tyge Løvset |
| 2020-09-07 | Minor tunings. | Tyge Løvset |
| 2020-09-07 | Fixed a nasty macro bug. | tylo |
| 2020-09-07 | Bug fix: memory leak in cvec_clear(). Small optimizations. | tylo |
| 2020-09-07 | Small updates. | tylo |
| 2020-09-07 | Merge branch 'master' of https://github.com/tylo-work/C99Containers | tylo |
| 2020-09-07 | Added back cmap insert() | 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 |