summaryrefslogtreecommitdiff
path: root/other/BUILD.bazel
AgeCommit message (Collapse)Author
2018-07-22Run Clang global static analysis on Travis.iphydf
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis.
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf