summaryrefslogtreecommitdiffstats
path: root/lib/darr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix coverity issuesChristian Hopps2024-01-111-1/+1
* lib: fix clang SA warningsChristian Hopps2024-01-071-7/+16
* lib: darr: add ability to set MTYPE for dynamic arraysChristian Hopps2023-12-281-37/+76
* lib: darr: add new access and str functionsChristian Hopps2023-12-281-12/+350
* lib: darr needs to use memory.h for both alloc and freeChristian Hopps2023-11-111-1/+5
* lib: add dynamic array typeChristian Hopps2023-06-281-0/+363