iphydf
|
4ce02c0af9
|
refactor: Deduplicate a bunch of code in TCP client/server.
Also generally a bit of cleanup and better layering.
|
2022-01-16 09:41:08 +00:00 |
|
iphydf
|
044ae636a3
|
chore: Mark unsafe code as testonly.
We want to ensure that nobody links against testing code in production.
|
2022-01-16 09:10:53 +00:00 |
|
iphydf
|
f5f22a5c76
|
chore: Enable layering check in all c-toxcore build files.
|
2022-01-12 18:33:13 +00:00 |
|
iphydf
|
e671490989
|
Use rules_cc instead of native cc_library rules.
|
2020-03-12 12:20:54 +00:00 |
|
iphydf
|
f627a26a7b
|
Run Clang global static analysis on Travis.
This uses a single .cc file containing almost all the code in the
repository to perform whole program analysis.
|
2018-07-22 02:34:30 +00:00 |
|
iphydf
|
7245ac11ef
|
Avoid implementations in .h files or #including .c files.
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
|
2018-07-21 20:44:26 +00:00 |
|
iphydf
|
6e0ac337c9
|
Avoid clashes with "build" directories on case-insensitive file systems.
|
2018-01-28 15:17:34 +00:00 |
|