summaryrefslogtreecommitdiff
path: root/toxcore/BUILD.bazel
AgeCommit message (Expand)Author
2020-05-03Enable cimple tests by default but allow disabling them.iphydf
2020-04-20Enable TCP relay test in Bazel and autotools build.iphydf
2020-04-16Add new semi-private API functions to set per-packet-id custom handlers.zoff99
2020-04-16Remove tokstyle exemptions from build files.iphydf
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2020-03-02Add "cimple_test" to the bazel build.iphydf
2019-09-06fix concurrency issues in mono_timesudden6
2018-09-26Use new `@pthread` library from Bazel for Windows compat.iphydf
2018-09-24Add Cirrus CI configuration.iphydf
2018-08-26Add some tests for `ping_array`.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2018-06-24Use clang-format for C++ code.iphydf
2018-06-09Sort bazel build file according to buildifier standard.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-11Improve video key frame sending.zoff99
2018-02-08Add some unit tests for util.h.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-02-01Manually serialise RTPHeader struct instead of memcpy.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf