summaryrefslogtreecommitdiffhomepage
path: root/docs/cptr_api.md
AgeCommit message (Collapse)Author
2021-03-30Removed the cptr raw pointer. Only keep csptr: shared_ptr. Renamed cptr.h to ↵Tyge Løvset
csptr.h.
2021-03-24Removed separate ## Header section in docs.Tyge Løvset
2021-03-24Cleanup in documentation.Tyge Løvset
2021-03-03Removed cstr_t from docs (use cstr).Tyge Løvset
2021-03-03Some general doc changes.Tyge Løvset
2021-02-22Added destructor comment and value_clone docs.Tyge Løvset
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-21Renamed emplace_put() to emplace_or_assign(). May add put() as alias to ↵Tyge Løvset
insert_or_assign().
2021-02-20Internal renaming improvements.Tyge Løvset
2021-02-17Fixed doc.Tyge Løvset
2021-02-17Updated cptr.h examples.Tyge Løvset
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-21Updated docs.Tyge Løvset
2021-01-20Moved types below API in docs.Tyge Løvset
2021-01-03Update cptr_api.mdTyge Løvset
2021-01-03Update cptr_api.mdTyge Løvset
2021-01-03Update cptr_api.mdTyge Løvset
2021-01-03Moved pictures below header.Tyge Løvset
2021-01-02Update cptr_api.mdTyge Løvset
2021-01-02Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-02Major upgrade: Added 'clone' template parameters to containers. Reorganized ↵Tyge Løvset
arg positions. Renamed csptr_X_share() to csptr_X_clone()
2021-01-01Update cptr_api.mdTyge Løvset
2021-01-01Update cptr_api.mdTyge Løvset
2021-01-01Update cptr_api.mdTyge Løvset
2020-12-31Update cptr_api.mdTyge Løvset
2020-12-31Added links to documentation of similar C++ classes.Tyge Løvset
2020-12-30API change: Swapped destroy <-> compare function args in using_*() macros ↵Tyge Løvset
for cvec, cdeq, cptr and clist.
2020-12-17API change: Reverted back to original name used for .val in iterators to .refTyge Løvset
2020-12-16Added links to header file in docs headline.Tyge Løvset
2020-12-11Update cptr_api.mdTyge Løvset
2020-12-10Reverted cuptr to cptr. Added some typedefs in docs in cmap and cset.Tyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Renamed cptr_X type to cuptr_X, as it is similar to a unique_ptr, rather ↵Tyge Løvset
than a bare pointer. More docs too.
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-08Update cptr_api.md. Simplified example.Tyge Løvset
2020-12-08Added docs/cptr_api.mdTyge Løvset