summaryrefslogtreecommitdiffhomepage
path: root/docs/clist_api.md
AgeCommit message (Expand)Author
2021-09-17Updated docs.Tyge Løvset
2021-09-11Fixed docs for newstyle.Tyge Løvset
2021-09-09Updated examples in docs.Tyge Løvset
2021-08-29Replaced cstr_toraw (deprecated) with cstr_str used to convert from cstr to c...Tyge Lovset
2021-06-22Update clist_api.mdTyge Løvset
2021-05-27Made substr() and slice() only returning csview. Added Both cstr and csview i...Tyge Løvset
2021-05-22Added *_value_toraw() methods to base containers.Tyge Løvset
2021-05-20Updated links to header files in docs.Tyge Løvset
2021-05-15API change: Renamed c_init() to c_var() to better describe it declares and in...Tyge Løvset
2021-05-10Some c_rawstr_*() functions were not updated in documentation.Tyge Løvset
2021-05-07Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() a...Tyge Løvset
2021-05-06Added erase() for cvec, cdeq and clist for consistency.Tyge Løvset
2021-05-05Changed some lesser used API in cvec and cdeq to be more consistent. Improved...Tyge Løvset
2021-04-27Made clist_X_find_in() arguments consistent with cvec_X_find_in() and cdeq_X_...Tyge Løvset
2021-04-23API: Reverted to C_X_erase_at() instead of C_X_erase_it(). Sorry for the mess...Tyge Løvset
2021-04-22clist_X_splice*() now returns updated input iter. Added list_splice.c example.Tyge Løvset
2021-04-15Update clist_api.mdTyge Løvset
2021-04-15NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve...Tyge Løvset
2021-04-12Improved docs.Tyge Løvset
2021-04-12Fixed bug in csmap_X_erase_at() when erasing last element in map.Tyge Løvset
2021-04-10Fix clist doc formatting.Tyge Løvset
2021-04-09Added csmap_X_erase_range().Tyge Løvset
2021-04-08Minor formatting. Fix inaccuracy in doc.Tyge Løvset
2021-04-08Fix: csmap_X_erase_at() now returns an iter to next element.Tyge Løvset
2021-04-08clist_X_count() returns size of vector in O(n) time.Tyge Løvset
2021-04-05Rename and fixed clist_X_splice_out(L, begin, end) to clist_X_split(L, begin,...Tyge Løvset
2021-04-04Fixed bugs in clist_X_erase_at() and clist_X_erase_range(). Renamed clist_X_s...Tyge Løvset
2021-04-02Rewrote clist (2): Similar to std::list API ...Tyge Løvset
2021-04-02Rewrote clist API: Now in line with std::list API instead of std::forward_lis...Tyge Løvset
2021-03-30Moved cset and csset definitions to cset.h and csset.h. Updated docs.Tyge Løvset
2021-03-24Removed separate ## Header section in docs.Tyge Løvset
2021-03-24Cleanup in documentation.Tyge Løvset
2021-03-07Corrected more constness.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 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-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-04Fixup in API regarding _at() - more consistent.Tyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-20Update clist_api.mdTyge Løvset
2021-01-20Update clist_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-18Update clist_api.mdTyge Løvset
2021-01-18Update clist_api.mdTyge Løvset