summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/Complex
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Update QtAutogen codeeditor test only include headers neededRobert Maynard2020-05-211-1/+4
|
* Revise include order using clang-format-6.0Kitware Robot2019-10-0112-17/+22
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* Autogen: Tests: Differentiate between Qt core and Qt gui testsSebastian Holtermann2018-11-281-1/+1
| | | | | | | | Some AUTOGEN tests require the Qt core libraries only and some require the Qt gui libraries to function. This replaces the AutogenTest.cmake script with two specific AutogenCoreTest.cmake and AutogenGuiTest.cmake scripts that are included on demand.
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-013-4/+7
| | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 6.0. * 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.
* GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-291-1/+2
|
* Autogen: Tests: Separate Complex testSebastian Holtermann2017-12-1355-0/+1873