BlueBrain / hpc-coding-conventions

Apache License 2.0
8 stars 5 forks source link

build tool config in Python #123

Closed tristan0x closed 2 years ago

tristan0x commented 2 years ago

Move tool (clang-format, clang-tidy, ...) config generation from CMakeLists to Python

Improve bbp-{tool}.py scripts:

It allows using these wrapper scripts directly without having to call CMake before to build the tool config.

1uc commented 2 years ago

The regex in cpp/CMakeLists.txt (old line 130) might be missing C++ files names *.C.

tristan0x commented 2 years ago

The regex in cpp/CMakeLists.txt (old line 130) might be missing C++ files names *.C.

Thank you @1uc I need to rework this part in a separate patch. I will add this extension when doing it.