summaryrefslogtreecommitdiff
path: root/qtmappings.imp
Commit message (Collapse)AuthorAgeFilesLines
* Proper integraton of IWYU into the build (including massaging clang errors ↵Thomas Tanner2015-10-251-10/+22
| | | | | | into the issues tab). Note: There is at least one ug in QT that stops thing s copiling because it doesn't undertand clangs version
* Make the IWYU generation genericThomas Tanner2015-10-251-33/+84
|
* umm. windows hardlinks weren't quite working as expectedThomas Tanner2015-10-181-30/+92
|
* Added support for include-what-you-use in a very simplistic fashion to the ↵Thomas Tanner2015-10-171-0/+195
Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.