vidify / old-audiosync

First implementation of the audio synchronization feature for Vidify, now obsolete
GNU Lesser General Public License v3.0
17 stars 3 forks source link

Better ASAN and clang-tidy integration #27

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

These would be great to catch early bugs and have cleaner code.

marioortizmanero commented 4 years ago

I won't add clang-tidy to Travis CI because it's too restrictive, but here's the config I used for the previous commit:

clang-tidy src/*.c --checks='*,-*-braces-around-statements,-*-include-order,-readability-isolate-declaration,-cert-env33-c,-android-cloexec-pipe' -- -Iinclude -I/usr/include/python3.8 -DDEBUG -DPLOT