summaryrefslogtreecommitdiffhomepage
path: root/stc/cflist.h
AgeCommit message (Collapse)Author
2020-05-23Renamed cflist.h to clist, because it is not like std::forward_list which ↵Tylo
misses pushBack().
2020-04-27Changed parameter sequence for main code gen macros.Tyge
2020-04-26More refactor.Tyge
2020-04-26Renamed c_defaultDestroy to c_noDestroyTyge
2020-04-26Refactored: Uses STC_API to control extern or static inline. Define ↵Tyge
STC_HEADER or STC_IMPLEMENTATION when using extern linkage. Fixed a few bugs.
2020-04-25..Tyge
2020-04-25Renamed cslist to cflist (forward_list). Renamed cstring_makeCopy() to ↵Tyge
cstring_clone()