summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/Adir
Commit message (Collapse)AuthorAgeFilesLines
* QtAutogen tests: Move the complex test case to a subdirectorySebastian Holtermann2016-11-293-38/+0
|
* Revise C++ coding style using clang-formatKitware Robot2016-05-162-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 King2016-02-195-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 Pluciński2016-02-165-1/+27
|
* Rename the QtAutomoc tests to QtAutogen.Stephen Kelly2013-10-243-0/+39