toxcore/other/analysis
iphydf 1859d0f44a
cleanup: Ensure we limit the system headers included in .h files.
Most system headers contain functions (e.g. `memcpy` in `string.h`)
which aren't needed in our own header files. For the most part, our own
headers should only include types needed to declare our own types and
functions. We now enforce this so we think twice about which headers we
really need in the .h files.
2022-02-04 20:54:37 +00:00
..
check_includes cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00
check_logger_levels Make sure logger levels stay in sync across files 2018-10-07 15:16:00 -04:00
check_recursion cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00
gen-file.sh Add programs for creating savedata & bootstrap keys 2022-01-27 16:31:07 -05:00
run-check-recursion chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang-analyze chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-clang-tidy cleanup: Remove uses of strcpy and sprintf. 2022-01-17 18:25:40 +00:00
run-cppcheck chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-cpplint chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00
run-gcc chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00
run-infer chore: Make run-infer script use docker. 2022-02-03 20:11:16 +00:00
variants.sh chore: Run static analysers in multiple variants. 2022-01-14 10:45:11 +00:00