| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-21 | add malloc test | Kimplul | |
| 2024-08-18 | small fixes to issues reported by analyzer | Kimplul | |
| + Currently analyzer has to be run manually with something like make CFLAGS='-fanalyzer -Wno-analyzer-infinite-loop' I use an infinite loop as an assert, I know it's not great/technically UB but it's just a fallback. + Analyzer is still somewhat limited, I could add in more attributes about different functions, such as memory allocation sizes etc. + If I ever set up a CI pipeline, remember to use analyzer? | |||
| 2024-06-01 | slight tweaks to sptree stuff | Kimplul | |
| 2024-05-24 | rename common to src | Kimplul | |
| + I keep starting to type src and wondering why autocomplete won't work, I guess src is just uncounciously a better name | |||
