summaryrefslogtreecommitdiff
path: root/lib/darr.h
AgeCommit message (Expand)Author
2025-01-13lib: fix new (incorrect) CLANG SA warningsChristian Hopps
2024-12-15lib: darr: fix bug with nested macro useChristian Hopps
2024-06-06lib: darr: add free with element cleanup functionsChristian Hopps
2024-01-11lib: fix coverity issuesChristian Hopps
2024-01-07lib: fix clang SA warningsChristian Hopps
2023-12-28lib: darr: add ability to set MTYPE for dynamic arraysChristian Hopps
2023-12-28lib: darr: add new access and str functionsChristian Hopps
2023-11-11lib: darr needs to use memory.h for both alloc and freeChristian Hopps
2023-06-27lib: add dynamic array typeChristian Hopps