toxcore/.circleci
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
..
cmake-asan cleanup: Even more pointer-to-const parameters. 2022-01-16 02:35:08 +00:00
cmake-tsan cleanup: Even more pointer-to-const parameters. 2022-01-16 02:35:08 +00:00
config.yml cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00