summaryrefslogtreecommitdiffstats
path: root/lib/darr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix new (incorrect) CLANG SA warningsChristian Hopps2025-01-141-10/+10
* lib: darr: fix bug with nested macro useChristian Hopps2024-12-161-12/+12
* lib: darr: add free with element cleanup functionsChristian Hopps2024-06-071-0/+37
* 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