summaryrefslogtreecommitdiffhomepage
path: root/docs/cbits_api.md
AgeCommit message (Expand)Author
2021-12-19First commit for Version 3 of STC. Main changes are consistent rename of '_de...Tyge Løvset
2021-12-13Renamed constructor *cstr_lit()* to `cstr_new(lit)`.Tyge Løvset
2021-10-29Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...Tyge Løvset
2021-09-21Added copy(self, other) function to all containers. Fixed some docs.Tyge Løvset
2021-05-20Updated links to header files in docs.Tyge Løvset
2021-03-30Another minor fix in cbits.h. Improved cbits_api.md example.Tyge Løvset
2021-03-29Another update of cbits.Tyge Løvset
2021-03-24Removed separate ## Header section in docs.Tyge Løvset
2021-03-24Cleanup in documentation.Tyge Løvset
2021-03-19Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong.Tyge Løvset
2021-03-19Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d...Tyge Løvset
2021-03-03Some general doc changes.Tyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-20Moved types below API in docs.Tyge Løvset
2021-01-20Added cbits_at(). Fix in astar.cTyge Løvset
2021-01-19Renamed cbitset to cbits. Added more docs.Tyge Løvset