summaryrefslogtreecommitdiff
path: root/toxcore/ccompat.h
AgeCommit message (Expand)Author
2020-04-16Remove tokstyle exemptions from build files.iphydf
2018-09-14Standardise header guards.iphydf
2018-07-15Set C++11/C99 flag manually in older cmake on not-msvc.iphydf
2018-05-10Make toxcore compile on BSDendoffile78
2018-03-16Add default stderr logger for logging to nullptr.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-22Use <stdlib.h> for alloca on FreeBSD.iphydf
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf