summaryrefslogtreecommitdiffhomepage
path: root/docs/cqueue_api.md
AgeCommit message (Expand)Author
2021-05-20Updated links to header files in docs.Tyge Løvset
2021-05-05Changed some lesser used API in cvec and cdeq to be more consistent. Improved...Tyge Løvset
2021-04-15NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve...Tyge Løvset
2021-04-08Big change set to simplify the internal templating implementations. Shorter a...Tyge Løvset
2021-03-24Removed separate ## Header section in docs.Tyge Løvset
2021-03-24Cleanup in documentation.Tyge Løvset
2021-03-19Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d...Tyge Løvset
2021-03-07Corrected more constness.Tyge Løvset
2021-03-06Fixed some const-ness with begin/end methods.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 map doc fix and cleanups.Tyge Løvset
2021-02-20Renamed push_items to emplace_nTyge Løvset
2021-02-20Rewamp of cmap/csmap API. More to come.Tyge Løvset
2021-01-24Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not...Tyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-20Update cqueue_api.mdTyge Løvset
2021-01-20Moved types below API in docs.Tyge Løvset
2021-01-19Renamed cbitset to cbits. Added more docs.Tyge Løvset
2021-01-13Switched default cqueue underlying impl. from clist to cdeq.Tyge Løvset
2021-01-04Added cmap_X_value_del() and added convert.c example.Tyge Løvset
2021-01-04Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_tTyge Løvset
2021-01-03Moved pictures below header.Tyge Løvset
2021-01-02Moved pics to subfolder.Tyge Løvset
2020-12-31Fixed linksTyge Løvset
2020-12-31Added images.Tyge Løvset
2020-12-31Update cqueue_api.mdTyge Løvset
2020-12-31Added links to documentation of similar C++ classes.Tyge Løvset
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-08Updated api for with clone()Tyge Løvset
2020-12-03More docs descriptions.Tyge Løvset
2020-12-03Some more fixes.Tyge Løvset
2020-12-03Even more docs fixes.Tyge Løvset
2020-12-03More docs fixing.Tyge Løvset
2020-12-03Simplified type sections.Tyge Løvset
2020-12-02Added cpqueue, cqueue, and cstack docs. Removed examples from README.mdTyge Løvset