Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-04 | Make a separate `struct Tox` containing the Messenger. | iphydf | |
This allows Tox to contain additional data on top of Messenger, making Messenger not necessarily the most top-level object. E.g. groups are built on Messenger and currently awkwardly void-pointered into it to pretend there is no cyclic dependency. | |||
2018-07-22 | Run Clang global static analysis on Travis. | iphydf | |
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis. | |||
2018-02-24 | Fix a bunch of compiler warnings and remove suppressions. | iphydf | |