Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-11 | Coverage: Do not print messages from gcov | Julian Andres Klode | |
We need to ignore messages from gcov. All those messages start with profiling: and are printed using vfprintf(), so the only thing we can do is add a library overriding those functions and linking apt-pkg to it. | |||
2016-08-06 | CMake: Switch integration tests and travis over | Julian Andres Klode | |
This early support seems a bit hacky, but it's a hard switch: The integration tests do not understand the old build system anymore afterwards. I don't really like that. |