This is a meta issue to keep track of changes needed to improve code quality: * [x] Fix build with Qt5 * [x] Fix most warnings thrown by the GCC compiler * [x] Configure CI build system for building in Linux (bonus: OS X and AppVeyor for Windows) * [x] Fix tests build Nice to have: * [x] Use clang-format to maintain a consistent code style across the codebase * [ ] Use clang-tidy to update code with modern standards * [ ] Fix compilation with Clang * [ ] Move build system to CMake
This is a meta issue to keep track of changes needed to improve code quality:
Nice to have: