Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtAutogen tests: Move the complex test case to a subdirectory | Sebastian Holtermann | 2016-11-29 | 3 | -38/+0 |
| | |||||
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 2 | -3/+2 |
| | | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. | ||||
* | Revert "Automoc: Fix support of files with the same name (#12873)" | Brad King | 2016-02-19 | 5 | -27/+1 |
| | | | | | | | | | | This reverts commit 9beb2744d7685fca9cd5717308d4457dffdefcdc. Our AUTOMOC documentation states that it should be possible to `#include "moc_foo.cpp"` in `foo.cpp`, and this will not work if the file is placed in a different directory. Another solution will need to be found to the original problem. Reported-by: Stephen Kelly <steveire@gmail.com> | ||||
* | Automoc: Fix support of files with the same name (#12873) | Mariusz PlucinĚski | 2016-02-16 | 5 | -1/+27 |
| | |||||
* | Rename the QtAutomoc tests to QtAutogen. | Stephen Kelly | 2013-10-24 | 3 | -0/+39 |