Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode | |
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. | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-08-17 | fix 'comparison between signed and unsigned integer expressions' warning | David Kalnischkies | |
in the udevcdrom testcase | |||
2011-08-17 | move the interactive helper to a subdirectory of test | David Kalnischkies | |