| Age | Commit message (Expand) | Author |
| 2021-04-30 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-04-30 | Backported malloc-node based version of csmap. Nice as speed reference, easie... | Tyge Løvset |
| 2021-04-29 | Update cmap_api.md | Tyge Løvset |
| 2021-04-29 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-04-29 | Added new constructors to carray.h. Made cmap and csmap keys immutable. Added... | Tyge Løvset |
| 2021-04-28 | Update cmap_api.md | Tyge Løvset |
| 2021-04-27 | Renamed carray struct member at to data. Improved cdeq_expand_() method. | Tyge Løvset |
| 2021-04-27 | Made clist_X_find_in() arguments consistent with cvec_X_find_in() and cdeq_X_... | Tyge Løvset |
| 2021-04-27 | Fix on previous commit cdeq: min alloc was too small. | Tyge Løvset |
| 2021-04-27 | Non-critical tweak on cdeq expansion policy. | Tyge Løvset |
| 2021-04-26 | Backported csmap_v1.h. Updated example in csmap.h | Tyge Løvset |
| 2021-04-26 | BUGFIX in csmap: Silly bug: assumed cmp function returned -1, 0, 1, but can b... | Tyge Løvset |
| 2021-04-26 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-04-26 | Doc update. Renamed c_new_2() to c_new_n() | Tyge Løvset |
| 2021-04-26 | Update crandom_api.md | Tyge Løvset |
| 2021-04-26 | Updated benchmarks results after fixing bug in cdeq. Faster insert. | Tyge Løvset |
| 2021-04-25 | Another small cleanup after the cdeq fix. Saves memory. | Tyge Løvset |
| 2021-04-25 | Another small cleanup after the cdeq fix. | Tyge Løvset |
| 2021-04-24 | Minor cleanup after cdeq_X_expand_() bugfix. | Tyge Løvset |
| 2021-04-24 | Bugfix and optimization in cdeq_X_expand_() | Tyge Løvset |
| 2021-04-23 | API: Reverted to C_X_erase_at() instead of C_X_erase_it(). Sorry for the mess... | Tyge Løvset |
| 2021-04-23 | Internal restructure of methods declarations. Backported others/clist_v1.h. | Tyge Løvset |
| 2021-04-22 | clist_X_splice*() now returns updated input iter. Added list_splice.c example. | Tyge Løvset |
| 2021-04-17 | Changed c_emplace_items(&cont, ctype, {...}) macro with c_emplace(ctype, cont... | Tyge Løvset |
| 2021-04-16 | Replaced cmap/cset min_load_factor with shrink_to_fit() method. | Tyge Løvset |
| 2021-04-16 | Corrections in cmap. | Tyge Løvset |
| 2021-04-16 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-04-16 | Fixed bug: cmap_erase_it() return iterator. Fixed mem-leak in cdeq_X_insert()... | Tyge Løvset |
| 2021-04-15 | Update clist_api.md | Tyge Løvset |
| 2021-04-15 | NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve... | Tyge Løvset |
| 2021-04-14 | Added csmap_X_erase_range() documentation. | Tyge Løvset |
| 2021-04-13 | Reimplemented csmap_X_erase_range(). | Tyge Løvset |
| 2021-04-12 | Improved docs. | Tyge Løvset |
| 2021-04-12 | Fix another issue with local var in csmap_X_erase_at(), and a constness issue... | Tyge Løvset |
| 2021-04-12 | Fixed bug in csmap_X_erase_at() when erasing last element in map. | Tyge Løvset |
| 2021-04-10 | Some final code move. | Tyge Løvset |
| 2021-04-10 | A few internal members renamed. | Tyge Løvset |
| 2021-04-10 | Fix clist doc formatting. | Tyge Løvset |
| 2021-04-10 | Formatting and internal renaming. Increased readability and consistency. | Tyge Løvset |
| 2021-04-09 | Added csmap_X_erase_range(). | Tyge Løvset |
| 2021-04-08 | Reformat code only. | Tyge Løvset |
| 2021-04-08 | Minor formatting. Fix inaccuracy in doc. | Tyge Løvset |
| 2021-04-08 | Fixed bug in cpque_X_emplace_n(). | Tyge Løvset |
| 2021-04-08 | Big change set to simplify the internal templating implementations. Shorter a... | Tyge Løvset |
| 2021-04-08 | Cleanup Template types. | Tyge Løvset |
| 2021-04-08 | Fix: csmap_X_erase_at() now returns an iter to next element. | Tyge Løvset |
| 2021-04-08 | clist_X_count() returns size of vector in O(n) time. | Tyge Løvset |
| 2021-04-06 | Fixed rare happening bugs in clist_X_split() and clist_X_erase_at(). | Tyge Løvset |
| 2021-04-06 | Final fix for clist_X_split(). | Tyge Løvset |
| 2021-04-05 | Rename and fixed clist_X_splice_out(L, begin, end) to clist_X_split(L, begin,... | Tyge Løvset |