Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Build: Enable valgrind's --leak-check when testing the API | Thiago de Arruda | 2014-05-26 |
| | |||
* | Add helpers for debugging with valgrind | Thiago de Arruda | 2014-04-05 |
| | | | | | | | The environment variable USE_VALGRIND can be set to run tests with valgrind. If VALGRIND_GDB is set, valgrind will start it's own gdbserver for remote debugging with `target remote | vgdb`. USE_GDB can still be used, but it will be ignored if USE_VALGRIND is set. | ||
* | Refactor travis build to use clang's sanitizers | Thiago de Arruda | 2014-03-13 |
| | | | | | | | | | | | - Valgrind configuration removed - Fix errors reported by the undefined behavior sanitizer - Travis will now run two build steps: - A normal build of a shared library for unit testing(in parallel with gcc) - A clang build with some sanitizers enabled for integration testing. After these changes travis will run much faster, while providing valgrind-like error detection. | ||
* | Add valgrind suppression file | Thiago de Arruda | 2014-02-26 |