toxcore/.github
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
..
scripts Refactor autotest live network bootstrapping 2022-01-22 11:24:28 -05:00
workflows cleanup: Ensure we limit the system headers included in .h files. 2022-02-04 20:54:37 +00:00
CODEOWNERS Add CODEOWNERS and settings.yml files. 2020-04-25 03:12:12 +00:00
settings.yml feat: Add WASM build for toxcore and websocket bootstrap node. 2022-02-02 16:05:25 +00:00