Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-22 | Run 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-02-23 | Link all tests to the android cpufeatures library if available. | iphydf | |
This is needed for libvpx to work on android. This also means that we can upload our test binaries to an android device and actually run them, now that libcheck is no longer a blocker. |