mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
1859d0f44a
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. |
||
---|---|---|
.. | ||
check_includes | ||
check_logger_levels | ||
check_recursion | ||
gen-file.sh | ||
run-check-recursion | ||
run-clang | ||
run-clang-analyze | ||
run-clang-tidy | ||
run-cppcheck | ||
run-cpplint | ||
run-gcc | ||
run-infer | ||
variants.sh |