| Age | Commit message (Expand) | Author |
| 2021-05-20 | Moved stc folder into include folder. | Tyge Løvset |
| 2021-05-15 | Renamed newly introduced internal c_cast() to c_make() for c++ compatability.... | Tyge Løvset |
| 2021-05-07 | Reverted c_trivial_*() to c_default_*(). | Tyge Løvset |
| 2021-05-07 | Rename to use c_rawstr_*() instead of c_rstr_*(). | Tyge Løvset |
| 2021-05-07 | Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() a... | Tyge Løvset |
| 2021-05-06 | Added erase() for cvec, cdeq and clist for consistency. | Tyge Løvset |
| 2021-05-05 | Changed some lesser used API in cvec and cdeq to be more consistent. Improved... | Tyge Løvset |
| 2021-05-05 | Rewrote cdeq to conform with cvec. | Tyge Løvset |
| 2021-05-04 | Added get() method to cvec, cdeq, clist, cmap, csmap. Restructured emplace/in... | Tyge Løvset |
| 2021-04-30 | Internal only: Removed cstr_t and cbits_t: only use cstr and cbits. Finished ... | Tyge Løvset |
| 2021-04-27 | Renamed carray struct member at to data. Improved cdeq_expand_() method. | 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-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-16 | Fixed bug: cmap_erase_it() return iterator. Fixed mem-leak in cdeq_X_insert()... | Tyge Løvset |
| 2021-04-15 | NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve... | 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 | Formatting and internal renaming. Increased readability and consistency. | Tyge Løvset |
| 2021-04-08 | Reformat code only. | Tyge Løvset |
| 2021-04-08 | Big change set to simplify the internal templating implementations. Shorter a... | Tyge Løvset |
| 2021-03-30 | Added c_no clone default parameter to using_* if only del was specified. | Tyge Løvset |
| 2021-03-07 | Corrected more constness. | Tyge Løvset |
| 2021-03-02 | Fixed: renamed reserved symbols/names. | Tyge Løvset |
| 2021-02-23 | Updated cstr doc. Format more like the others. | Tyge Løvset |
| 2021-02-23 | Added emplace-method table to README, and fixed a regression in cdeq. | Tyge Løvset |
| 2021-02-22 | Renamed c_plain_... to c_trivial_... internal functions. | Tyge Løvset |
| 2021-02-22 | Many internal renames. Reverted to specify both _del and _clone parameter whe... | Tyge Løvset |
| 2021-02-21 | Internal restructure. Added bsearch() to cvec. | Tyge Løvset |
| 2021-02-20 | Renamed push_items to emplace_n | Tyge Løvset |
| 2021-02-20 | Internal renaming improvements. | Tyge Løvset |
| 2021-02-20 | Rewamp of cmap/csmap API. More to come. | Tyge Løvset |
| 2021-02-11 | Updated benchmarks, README, two minor API fixes. | Tyge Løvset |
| 2021-02-09 | added more benchmark code. | Tyge Løvset |
| 2021-02-05 | Rewrote to use c_container_of() instead of size_t offset. | Tyge Løvset |
| 2021-02-04 | Fixed a minor API mixup, Docs: open addressing/closed hashing.. | Tyge Løvset |
| 2021-02-04 | Fixup in API regarding _at() - more consistent. | Tyge Løvset |
| 2021-01-24 | Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not... | Tyge Løvset |
| 2021-01-19 | Fix return in cdeq.h. Improved astar.c example. | Tyge Løvset |
| 2021-01-17 | Removed cset.h - alias of cmap.h. Updated year copyright. | Tyge Løvset |
| 2021-01-17 | Fixed code so that it runs in STC_HEADER mode. csmap.h slightly simplified. | Tyge Løvset |
| 2021-01-04 | Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_t | Tyge Løvset |
| 2021-01-04 | Added value_clone() method to containers. | Tyge Løvset |
| 2021-01-03 | Force template argument *clone* to be specified when *del* is specified for c... | Tyge Løvset |
| 2021-01-02 | Major upgrade: Added 'clone' template parameters to containers. Reorganized a... | Tyge Løvset |
| 2021-01-02 | Added template parameter 'to_raw', in order to support clone functionality of... | Tyge Løvset |