Jorrit Wronski
|
3282b8aa8a
|
Cleaned up the CI configuration and remove CircleCI and TravisCI
|
2022-12-07 11:55:27 +01:00 |
|
Julien Marrec
|
05c8cf503b
|
Lint: use automated tooling to reformat C++ and CMakeLists files (#2103)
* Add initial clang tidy / clang format config files
* Clang format the entire codebase
```
find ./src -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./include -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./Web -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./dev -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./wrappers -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
```
* Add a .cmake-format file and reformat CmakeLists.txt with it
https://github.com/cheshirekow/cmake_format
* Add a clang-format workflow
only runs on PRs, only on touched files
|
2022-03-31 10:51:48 -04:00 |
|
Julien Marrec
|
1ae92851f2
|
Add a cppcheck workflow (#2106)
|
2022-03-31 10:12:02 -04:00 |
|
Ian Bell
|
4d2ee6ab6e
|
Clean up dev a bit
|
2015-03-11 23:00:19 -06:00 |
|
Ian Bell
|
ec04f41ba4
|
Update README.rst
|
2014-06-08 20:39:09 +02:00 |
|
Ian Bell
|
a98041e506
|
Added README.rst for buildbot instructions
|
2014-06-08 20:37:16 +02:00 |
|