| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjust code for missing includes/using std::string | Julian Andres Klode | 2019-06-12 | 1 | -0/+1 |
| | | |||||
| * | Reformat and sort all includes with clang-format | Julian Andres Klode | 2017-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This makes it easier to see which headers includes what. The changes were done by running git grep -l '#\s*include' \ | grep -E '.(cc|h)$' \ | xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/' To modify all include lines by adding a space, and then running ./git-clang-format.sh. | ||||
| * | stablize gtest testcase environment | David Kalnischkies | 2016-01-26 | 1 | -1/+1 |
| | | | | | | | | | | Avoid the dependency on a specific current path for the tar test and ensure that _system is correctly initialized (gcc-6 runs into a segfault otherwise and with it fixed starts to depend on the multi-arch configuration of the running system… not good). Git-Dch: Ignore | ||||
| * | Add test for using ExtractTar on compressed files | Julian Andres Klode | 2015-08-27 | 1 | -0/+41 |
| Git-Dch: ignore | |||||
