toxcore/other
iphydf 8739f7fccb
Make tox.c unambiguously parseable.
Rules:
1. Constants are uppercase names: THE_CONSTANT.
2. SUE[1] types start with an uppercase letter and have at least one
   lowercase letter in it: The_Type, THE_Type.
3. Function types end in "_cb": tox_friend_connection_cb.
4. Variable and function names are all lowercase: the_function.

This makes it easier for humans reading the code to determine what an
identifier means. I'm not convinced by the enum type name change, but I
don't know a better rule. Currently, a lot of enum types are spelled like
constants, which is confusing.

[1] struct/union/enum
2018-07-05 23:09:28 +00:00
..
analysis
astyle
bootstrap_daemon
docker/windows Simplify Travis CI builds. 2018-07-01 08:35:44 +00:00
fun
pkgconfig
rpm
travis Simplify Travis CI builds. 2018-07-01 08:35:44 +00:00
bootstrap_node_packets.c Move system header includes from network.h to network.c 2018-05-20 15:42:42 +00:00
bootstrap_node_packets.h
BUILD.bazel
cpufeatures.c Link all tests to the android cpufeatures library if available. 2018-02-23 01:05:00 +00:00
DHT_bootstrap.c
DHTnodes Link changes. 2015-07-07 22:57:11 -04:00
Makefile.inc
monolith.h
osx_build_script_toxcore.sh
tox-warning.png
tox.png
version-sync Bump toxcore version to 0.2.0. 2018-01-08 19:36:00 +00:00