cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
882 stars 98 forks source link

Buildsystem refactor and CMake support reimplementation #381

Open DWVoid opened 6 years ago

DWVoid commented 6 years ago

@eidheim I have reimplemeted the cmake support with Codeblocks Project Generators to get more accurate project information. This PR also contains minor refactoring and reformating[I have no exact idea of the project coding style, this PR contains my best guess] Tested with CMake 2.8.12, 3.7 and 3.10.

eidheim commented 6 years ago

Thank you, but this PR has some issues:

DWVoid commented 6 years ago

I am sorry but where is the clang-format configuration file?