toxcore/toxav
iphydf 04d894e7cc
Fix style in msi.c.
* Don't use anonymous enums (`typedef enum { ... } Name;`).
* Don't use macros to generate structs (too magical, hard to grep).
* Assign output parameter once, and don't access it a lot in the
  function body.
* Don't pass type names as parameters to macros (this is C, we don't have
  templates, sorry).
* All function-like macros must be do-while(0).
* `++i` instead of `i++`.
* No assignment-expressions.
* No void-casts.
2018-08-12 21:27:53 +00:00
..
audio.c Fix enumerator names to comply with toxcore naming standards. 2018-08-12 20:07:18 +00:00
audio.h Avoid forward declaration of rtp structs. 2018-08-12 19:54:27 +00:00
BUILD.bazel Remove all uses of the PAIR macro in toxav. 2018-08-12 11:38:23 +00:00
bwcontroller.c Fix style in bwcontroller module. 2018-08-12 18:26:31 +00:00
bwcontroller.h Fix style in bwcontroller module. 2018-08-12 18:26:31 +00:00
groupav.c Factor out time keeping code into its own module: mono_time.c. 2018-07-09 21:04:50 +00:00
groupav.h Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
Makefile.inc Remove all uses of the PAIR macro in toxav. 2018-08-12 11:38:23 +00:00
msi.c Fix style in msi.c. 2018-08-12 21:27:53 +00:00
msi.h Fix style in msi.c. 2018-08-12 21:27:53 +00:00
ring_buffer_test.cc Add some tests for our ring_buffer implementation. 2018-07-04 10:37:46 +00:00
ring_buffer.c Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
ring_buffer.h Add some tests for our ring_buffer implementation. 2018-07-04 10:37:46 +00:00
rtp_test.cc Use clang-format for C++ code. 2018-06-24 20:17:53 +00:00
rtp.c Fix enumerator names to comply with toxcore naming standards. 2018-08-12 20:07:18 +00:00
rtp.h Fix enumerator names to comply with toxcore naming standards. 2018-08-12 20:07:18 +00:00
toxav_old.c Make conferences_object properly typed. 2018-08-12 21:10:27 +00:00
toxav.api.h make groupnumber uint32_t 2018-02-20 20:58:54 +01:00
toxav.c Fix enumerator names to comply with toxcore naming standards. 2018-08-12 20:07:18 +00:00
toxav.h make groupnumber uint32_t 2018-02-20 20:58:54 +01:00
video.c Fix enumerator names to comply with toxcore naming standards. 2018-08-12 20:07:18 +00:00
video.h Avoid forward declaration of rtp structs. 2018-08-12 19:54:27 +00:00