summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cmap.h
AgeCommit message (Expand)Author
2021-09-06Added support for cmap and cset.Tyge Løvset
2021-09-05New usage style. only cvec is functional. see vec_test_new.cTyge Løvset
2021-08-31Maintenance cleanup.Tyge Løvset
2021-08-29Replaced cstr_toraw (deprecated) with cstr_str used to convert from cstr to c...Tyge Lovset
2021-07-17More refactoring. Added others/sstr.h - future short string optimized (SSO) s...Tyge Løvset
2021-06-16A fix in cstr_icontains() and some minor improvementsTyge Løvset
2021-06-06Added support for forward_cmap() and forward_cset(). Added support for forwa...Tyge Løvset
2021-06-02Removed key constness in cmap/csmap - more annoyance than protection. Made cd...Tyge Løvset
2021-06-02- Backported csmap_v1.h (with malloced nodes) to match csmap.Tyge Løvset
2021-05-24Split c_fordefer() into c_forvar() and c_fordefer() macros.Tyge Løvset
2021-05-24Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin...Tyge Løvset
2021-05-22Added *_value_toraw() methods to base containers.Tyge Løvset
2021-05-20Moved stc folder into include folder.Tyge Løvset