summaryrefslogtreecommitdiff
path: root/scripts/clang-tidy.sh
Commit message (Collapse)AuthorAgeFilesLines
* [tidy] Switched to Travis CIBruno de Oliveira Abinader2016-06-141-2/+3
| | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341.
* [tidy] Install mason clang-tidy if CLANG_TIDY is not setBruno de Oliveira Abinader2016-06-141-1/+1
| | | | Also added HeaderFilterRegex to .clang-tidy.
* [tidy] Bail out when a warning/error is foundBruno de Oliveira Abinader2016-06-131-1/+14
|
* [build] Re-enable tidy checksBruno de Oliveira Abinader2016-06-131-11/+6
|
* [build] Update compdb & tidy for Linux & OS XBruno de Oliveira Abinader2016-06-101-0/+5
|
* [build] Avoid variable name coupling between main.mk and clang-tidy.shJohn Firebaugh2016-05-231-1/+3
|
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-1/+1
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [build] add make target "tidy" for running clang-tidyKonstantin Käfer2015-12-031-0/+19