summaryrefslogtreecommitdiffhomepage
path: root/docs/csmap_api.md
AgeCommit message (Expand)Author
2021-03-06Fixed some const-ness with begin/end methods.Tyge Løvset
2021-03-03Some general doc changes.Tyge Løvset
2021-03-03Toned down performance aspect in the docs.Tyge Løvset
2021-02-22Added destructor comment and value_clone docs.Tyge Løvset
2021-02-22Small changes. Added back csmap/cmap put() but now with Key,Mapped args (not ...Tyge Løvset
2021-02-22Minor map doc fix and cleanups.Tyge Løvset
2021-02-22Many internal renames. Reverted to specify both _del and _clone parameter whe...Tyge Løvset
2021-02-21Updates outdated docs.Tyge Løvset
2021-02-21Renamed using_c*map_keyarg() to using_c*map_keydef().Tyge Løvset
2021-02-21Renamed emplace_put() to emplace_or_assign(). May add put() as alias to inser...Tyge Løvset
2021-02-21Internal restructure. Added bsearch() to cvec.Tyge Løvset
2021-02-20Renamed push_items to emplace_nTyge Løvset
2021-02-20Internal renaming improvements.Tyge Løvset
2021-02-20Rewamp of cmap/csmap API. More to come.Tyge Løvset
2021-02-19Minor docs. Updated csmap_v1.hTyge Løvset
2021-02-18Changed API to csmap_X_insert and cmap_X_insert. No change for sets.Tyge Løvset
2021-02-06Updated csmap.h to match api of cmap. Updated docs.Tyge Løvset
2021-02-04DocsTyge Løvset
2021-02-04Changed return type it iter_t in csmap_X_find() and cmap_X_find() to be consi...Tyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-20Moved types below API in docs.Tyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-19Update csmap_api.mdTyge Løvset
2021-01-19Changed template args sequence in cmap.Tyge Løvset
2021-01-19Switched template argument sequence for csmap. keyCompare always no. 3.Tyge Løvset
2021-01-18Some improvements.Tyge Løvset
2021-01-17Update csmap_api.mdTyge Løvset
2021-01-17Corrected output of csmap csset examples.Tyge Løvset
2021-01-17Fixed some csmap/csset docs issues.Tyge Løvset
2021-01-17Added first documentation of csmap and csset.Tyge Løvset