Andrew Zonenberg
Andrew Zonenberg
Let's start with cppcheck. @tarunik can you work on that? My thought is to detect cppcheck and (if present) create a new build target "analysis" which is built by default...
Oh even better. Add cppcheck integration and send a PR when you're ready? We'll close this ticket when that's done, then think about other static analyzers in the future if...
Ideally it should detect each individually and enable as many as it find and knows how to use.
Merged, tested, and fixed a bunch of findings. On my machine, cppcheck fails silently (no errors displayed but nonzero exit code) on VICPSocketTransport.cpp.
Yeah I don't think we currently have install support on macos (i.e. it's assumed you are running from the build directory). Not surprised there's rough edges if you try to...
Hi, can you try with the latest build and, if it still crashes, provide a backtrace?
We've made some improvements to low memory handling recently. Can you try again?
@602p I think this has been taken care of on my end, can we close this as redundant?
As of now, filter objects and channels are reference counted and automatically deleted when the last consumer (measurement display, sink / export filter, waveform view, or filter/channel input) is removed....