summaryrefslogtreecommitdiff
path: root/src/aapl
Commit message (Collapse)AuthorAgeFilesLines
* casting template type pointers to void* before passing to memmove funcsAdrian Thurston2020-12-096-28/+31
| | | | | | | More recent compilers will now warn about moving and copying non-trivial types, due to the potential for internal pointers. This is a risk the libraries always had, and it is expected to not put those things into the containers. Casting to void* removes the new warnings and better expresses what the code is doing.
* need to re-issue va_start before the second vsnprintfAdrian Thurston2020-12-091-0/+1
|
* lift all source code into src/ dirinto-srcAdrian Thurston2020-10-1844-0/+10747