Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Fix performance-move-const-arg | Thiago Marcos P. Santos | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | [core] Fix bugprone-use-after-move | Thiago Marcos P. Santos | 2019-09-25 | 1 | -0/+1 |
| | | | | Luckily this is an enum and was being copied. | ||||
* | [build] Less picky .clant-tidy config | Thiago Marcos P. Santos | 2019-09-25 | 1 | -2/+1 |
| | | | | | | | | | | Enabled now: - bugprone - clang-analyzer - google - modernize - performance | ||||
* | [build] CI config | Thiago Marcos P. Santos | 2019-09-17 | 1 | -1/+2 |
| | | | | | | | | | | Run it in parallel with the old build system. This will offer a migration path and make sure we keep everything working at the cost of running many CI bots. New stuff is prefixed with "next". Appveyor already got migrated to the next buildsystem. After merging, we will follow-up removing duplicated core bots. | ||||
* | [core] clang-tidy fixes | Konstantin Käfer | 2019-04-05 | 1 | -1/+2 |
| | |||||
* | [tidy] Disable clang-analyzer-core.{NullDereference,NonNullParamChecker} | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -1/+1 |
| | | | | This caused unrelated issues coming from rapidjson headers. | ||||
* | [build] Fix 'make tidy' on linux | Bruno de Oliveira Abinader | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | [tidy] Switched to Travis CI | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -2/+2 |
| | | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341. | ||||
* | [tidy] Install mason clang-tidy if CLANG_TIDY is not set | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -0/+1 |
| | | | | Also added HeaderFilterRegex to .clang-tidy. | ||||
* | [build] Re-enable tidy checks | Bruno de Oliveira Abinader | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | [build] add make target "tidy" for running clang-tidy | Konstantin Käfer | 2015-12-03 | 1 | -0/+1 |