toxcore/toxav
iphydf 0e42752f0f
cleanup: Move all vptr-to-ptr casts to the beginning of a function.
These casts are effectively part of the function type, so it makes sense
to have them at the beginning.
2023-12-30 01:45:23 +00:00
..
audio.c cleanup: Move all vptr-to-ptr casts to the beginning of a function. 2023-12-30 01:45:23 +00:00
audio.h cleanup: Apply stronger type checks and fix errors. 2022-02-17 22:34:56 +00:00
BUILD.bazel cleanup: Remove explicit layering_check feature. 2023-11-23 23:55:57 +00:00
bwcontroller.c cleanup: Move all vptr-to-ptr casts to the beginning of a function. 2023-12-30 01:45:23 +00:00
bwcontroller.h
groupav.c cleanup: Move all vptr-to-ptr casts to the beginning of a function. 2023-12-30 01:45:23 +00:00
groupav.h test: Upgrade cppcheck, fix some warnings. 2023-12-27 00:00:10 +00:00
Makefile.inc cleanup: Remove NaCl support. 2023-12-25 00:36:38 +00:00
msi.c cleanup: Move all vptr-to-ptr casts to the beginning of a function. 2023-12-30 01:45:23 +00:00
msi.h cleanup: Add explicit callback setters for MSI callbacks. 2022-03-04 10:33:23 +00:00
ring_buffer_test.cc chore: Add a .clang-format that mostly agrees with astyle. 2022-02-21 16:16:16 +00:00
ring_buffer.c docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
ring_buffer.h chore: Make the last few remaining top level comments doxygen style. 2022-02-04 23:25:45 +00:00
rtp_test.cc feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
rtp.c feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
rtp.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
toxav_old.c docs: Fix doxygen config and remove some redundant comments. 2023-08-16 07:53:19 +00:00
toxav.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
toxav.h docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
video.c cleanup: Move all vptr-to-ptr casts to the beginning of a function. 2023-12-30 01:45:23 +00:00
video.h chore: Add cpplint to the CI. 2022-01-17 23:42:38 +00:00