Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Move repeated tests to new QtAutogenRerun test | Sebastian Holtermann | 2017-07-21 | 6 | -74/+0 |
| | | | | | | By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25% faster. | ||||
* | Autogen: Process GENERATED files. Add CMP0071. | Sebastian Holtermann | 2017-07-18 | 1 | -2/+2 |
| | | | | | | | | | | This lets AUTOMOC and AUTOUIC process GENERATED files which used to be ignored before. A new policy CMP0071 ensures that the old behavior of ignoring GENERATED files is enabled when the CMake compatibility version CMAKE_MINIMUM_REQUIRED is < 3.10. Closes #16186 | ||||
* | Autogen: Skip generated files for compatibility with CMake 3.8 | Brad King | 2017-07-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The change in commit v3.9.0-rc1~464^2~8 (Autogen: Add AUTOMOC/UIC support for generated source files, 2017-03-02) changes behavior of existing projects that may not expect `AUTOGEN` on generated files and do not yet set `SKIP_AUTOGEN` on them. Disable the behavior change for now to fix the regression for CMake 3.9. We can restore it later with a policy. In order to keep the implementation and tests working, add an undocumented property we can use in the tests to enable the behavior before the policy is introduced. Fixes: #17031 Issue: #16186 | ||||
* | Autogen: Tests: More rigorous rcc rebuild tests | Sebastian Holtermann | 2017-03-23 | 1 | -2/+1 |
| | | | | Closes: #16103 | ||||
* | Autogen: Test: Add generated file to moc rerun test | Sebastian Holtermann | 2017-03-06 | 5 | -18/+37 |
| | |||||
* | Autogen: Test: Add timestamp comparison to moc rerun test | Sebastian Holtermann | 2017-03-06 | 1 | -0/+2 |
| | |||||
* | Autogen: Test: Rename automoc_rerun test to mocRerun | Sebastian Holtermann | 2017-03-06 | 6 | -0/+53 |