Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-17 | Complete old groupchat conversion to new API | Jfreegman | |
2016-09-17 | ApiDSL'ing old group chats (now: conference). | iphydf | |
2016-09-13 | Group #include directives in 3-4 groups. | iphydf | |
1. Current module (if C file). 2. Headers from current library. 3. Headers from other library (e.g. toxcore includes in toxav). 4. System headers. | |||
2016-08-30 | Add missing #includes to headers and rename tox_old to tox_group. | iphydf | |
Also, no longer #include the group code into tox.c. Instead, compile it separately in tox_group.c. This is a bit less surprising to someone looking around the code. Having some implementations in a .h file is certainly a bit surprising to a disciplined C programmer, especially when there is no technical reason to do it. |