Brenden Matthews
|
68f95b951c
|
Check for new clang tidy/format bins.
|
2021-01-23 19:28:22 -06:00 |
|
Brenden Matthews
|
2e6b3bdb8e
|
Rename cmake vars to suppress warnings.
|
2021-01-23 18:22:47 -06:00 |
|
Brenden Matthews
|
dc35a1b0a8
|
Add more build envs to GitLab CI.
Adding:
- clang-8
- gcc-5 through gcc-8
- fedora & centos builds
Fixing:
- mysqlclient default search path
- build on centos6
|
2019-02-24 09:46:45 -05:00 |
|
Brenden Matthews
|
90673cf161
|
Make GitLab build work with clang checks.
|
2019-02-23 17:13:19 -05:00 |
|
Brenden Matthews
|
4b92556fca
|
Build improvements: clang-tidy, sonar, Dockerfile. (#488)
|
2018-05-12 19:26:31 -04:00 |
|
Brenden Matthews
|
eebc8c653b
|
Add formatting/static analysis (#486)
* Reform source with clang-format.
Rules applied with:
$ find . -iname *.h -o -iname *.cc | xargs clang-format \
-style=file -i -fallback-style=google
* Add clang-format and analyze to build.
Based on the excellent work at: https://github.com/ttroy50/cmake-examples
* Clean up CMake stuff on macOS.
* Remove vim/emacs modelines.
* Update copyright dates.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
* Build fixes.
|
2018-05-12 12:03:00 -04:00 |
|