guibec / rpgcraft

RPGCraft - Minecraft / Terraria / RPGMaker mashup
MIT License
8 stars 2 forks source link

clang/glibc compliance effort (framework) #69

Closed jstine35 closed 5 years ago

jstine35 commented 5 years ago

Framework libs only have been checked using CLANG 6.0 on Kubuntu linux. The rest of the codebase has no coverage check yet.

This is just to get the ball rolling toward a clang/glibc build which will be mostly for C++ code conformance and static analysis checks. Later on some simple makefiles will be added which will allow these build checks to be run as part of CI.