toxcore/toxcore
iphydf 96c672aef5
Compile as C++ for windows builds.
Compiling as C++ changes nothing semantically, but ensures that we don't
break C++ compatibility while also retaining C compatibility.

C++ compatibility is useful for tooling and additional diagnostics and
analyses.
2016-11-02 18:50:41 +00:00
..
assoc.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
assoc.h Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
crypto_core.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
crypto_core.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
DHT.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
DHT.h Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
friend_connection.c Remove redundant callback objects. 2016-09-27 14:22:48 +01:00
friend_connection.h Remove redundant callback objects. 2016-09-27 14:22:48 +01:00
friend_requests.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
friend_requests.h Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
group.c Rename some internal "group chat" things to "conference". 2016-10-29 22:37:03 +01:00
group.h Make group callbacks stateless 2016-09-21 15:33:55 -04:00
LAN_discovery.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
LAN_discovery.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
list.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
list.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
logger.c Add the 'Tox' context object to the logger. 2016-09-30 11:39:37 +01:00
logger.h Add the 'Tox' context object to the logger. 2016-09-30 11:39:37 +01:00
Makefile.inc Complete old groupchat conversion to new API 2016-09-17 19:11:28 -04:00
Messenger.c Rename some internal "group chat" things to "conference". 2016-10-29 22:37:03 +01:00
Messenger.h Rename some internal "group chat" things to "conference". 2016-10-29 22:37:03 +01:00
misc_tools.h Removed useless code 2014-06-05 18:26:25 -04:00
net_crypto.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
net_crypto.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
network.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
network.h Fix compilation for Windows. 2016-09-08 11:37:35 +01:00
onion_announce.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
onion_announce.h Increased max number of stored announce entries. 2015-10-23 22:54:21 +02:00
onion_client.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
onion_client.h Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
onion.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
onion.h Added a define for the length of onion paths. 2015-05-01 15:46:48 -04:00
ping_array.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
ping_array.h Const correctness in various interdependent files 2014-06-10 20:54:48 +02:00
ping.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
ping.h Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
TCP_client.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
TCP_client.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
TCP_connection.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
TCP_connection.h Make TCP_Connections module-private. 2016-09-22 16:42:36 +01:00
TCP_server.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
TCP_server.h Make TCP_Server opaque. 2016-09-22 11:22:32 +01:00
tox.api.h Remove unimplemented "time delta" parameter. 2016-11-02 15:30:40 +00:00
tox.c Rename some internal "group chat" things to "conference". 2016-10-29 22:37:03 +01:00
tox.h Remove unimplemented "time delta" parameter. 2016-11-02 15:30:40 +00:00
util.c Move ring buffer out of toxcore/util into toxav. 2016-09-24 23:36:50 +01:00
util.h Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00