Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: format C test files and fix clang-tidy warnings | dundargoc | 2024-12-21 |
| | | | | | | | It's probably not worth adding the C test files to regular formatting as they're pretty much never touched, but ensuring the files are formatted according to our standards and getting rid of warnings is a cheap one-time fix. | ||
* | build: remove PVS | dundargoc | 2023-11-12 |
| | | | | | | | We already have an extensive suite of static analysis tools we use, which causes a fair bit of redundancy as we get duplicate warnings. PVS is also prone to give false warnings which creates a lot of work to identify and disable. | ||
* | *: Add comment to all C files | ZyX | 2017-04-19 |
| | |||
* | test: system([...]) | Rui Abreu Ferreira | 2017-01-11 |