toxcore/toxav
iphydf 6872c14e1a
Avoid use of global mutable state in mono_time on win32.
This uses a trick to get read-write access to `this` from a `const`
member function, similar to C++ `mutable`, but uglier.
2018-09-03 20:03:47 +00:00
..
audio.c Avoid use of global mutable state in mono_time on win32. 2018-09-03 20:03:47 +00:00
audio.h Avoid use of global mutable state in mono_time on win32. 2018-09-03 20:03:47 +00:00
BUILD.bazel Limit the size of a save file in file_saving_test. 2018-08-16 10:15:01 +00:00
bwcontroller.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
bwcontroller.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
groupav.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
groupav.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
Makefile.inc Remove all uses of the PAIR macro in toxav. 2018-08-12 11:38:23 +00:00
msi.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
msi.h Update copyright to 2018. 2018-08-26 18:57:29 +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 Update copyright to 2018. 2018-08-26 18:57:29 +00:00
ring_buffer.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
rtp_test.cc Use clang-format for C++ code. 2018-06-24 20:17:53 +00:00
rtp.c make Mono_Time an argument to current_time_monotonic 2018-08-19 23:41:43 +02:00
rtp.h Avoid use of global mutable state in mono_time on win32. 2018-09-03 20:03:47 +00:00
toxav_old.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
toxav.api.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
toxav.c Update copyright to 2018. 2018-08-26 18:57:29 +00:00
toxav.h Update copyright to 2018. 2018-08-26 18:57:29 +00:00
video.c Avoid use of global mutable state in mono_time on win32. 2018-09-03 20:03:47 +00:00
video.h Avoid use of global mutable state in mono_time on win32. 2018-09-03 20:03:47 +00:00