summaryrefslogtreecommitdiffhomepage
path: root/docs
AgeCommit message (Collapse)Author
2021-02-22Minor.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 ↵Tyge Løvset
when giving _del.
2021-02-22Improved cptr_api.mdTyge 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 ↵Tyge Løvset
insert_or_assign().
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-17Fix docTyge Løvset
2021-02-17Update ccommon_api.mdTyge Løvset
2021-02-17Fixed doc.Tyge Løvset
2021-02-17Updated cptr.h examples.Tyge Løvset
2021-02-17Update cmap_api.mdTyge Løvset
2021-02-16Fixed hash API.Tyge Løvset
2021-02-14Replaced smap.jpgTyge Løvset
2021-02-06Updated csmap.h to match api of cmap. Updated docs.Tyge Løvset
2021-02-04Fixed a minor API mixup, Docs: open addressing/closed hashing..Tyge Løvset
2021-02-04Fixup in API regarding _at() - more consistent.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 ↵Tyge Løvset
consistent.
2021-02-04Final doc fix.Tyge Løvset
2021-02-04Fix docsTyge Løvset
2021-02-04Some docs.Tyge Løvset
2021-01-30Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ↵Tyge Løvset
and cset_X_init(). Minor changes in cvec, csmap, cstr, crandom.
2021-01-24Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). ↵Tyge Løvset
Not cvec_inits. Improved docs.
2021-01-21Update carray_api.mdTyge Løvset
2021-01-21Update carray_api.mdTyge Løvset
2021-01-21Update carray_api.mdTyge Løvset
2021-01-21Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-21Update crandom_api.mdTyge Løvset
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2021-01-20Update cmap_api.mdTyge Løvset
2021-01-20Improved README.mdTyge Løvset
2021-01-20Update cpque_api.mdTyge Løvset
2021-01-20Update cqueue_api.mdTyge Løvset
2021-01-20Update clist_api.mdTyge Løvset
2021-01-20Update clist_api.mdTyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-20Moved types below API in docs.Tyge Løvset
2021-01-20Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-20Added cbits_at(). Fix in astar.cTyge Løvset
2021-01-20Update cmap_api.mdTyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset
2021-01-20Update csmap_api.mdTyge Løvset