| Commit message (Expand) | Author | Age | Files | Lines |
* | Autogen: Add support for per-config sources | Brad King | 2020-12-16 | 9 | -6/+80 |
|
|
* | Tests/QtAutogen: Forward build configuration in multi-config generators | Brad King | 2020-12-16 | 1 | -1/+4 |
|
|
* | Tests: Skip Qt*Autogen.MocSkipSource case for Xcode "new build system" | Brad King | 2020-09-18 | 1 | -0/+7 |
|
|
* | Tests: Avoid duplicate custom commands in QtAutogen.AutogenOriginDependsOff | Brad King | 2020-09-18 | 3 | -6/+11 |
|
|
* | AutoMoc: Re-run moc if a dependency is missing | Joerg Bornemann | 2020-09-09 | 8 | -0/+117 |
|
|
* | Merge branch 'backport-3.17-automoc-depend-project-file' | Brad King | 2020-08-31 | 7 | -0/+146 |
|\ |
|
| * | AutoMoc: Restore support for re-running after project file changes | Joerg Bornemann | 2020-08-31 | 7 | -0/+146 |
|
|
* | | Merge branch 'backport-3.17-automoc-path-prefix-off' | Brad King | 2020-08-10 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Merge branch 'backport-3.16-automoc-path-prefix-off' | Brad King | 2020-08-10 | 1 | -0/+1 |
| |\ |
|
| | * | Autogen: Turn off moc path prefix generation by default | Joerg Bornemann | 2020-08-10 | 1 | -0/+1 |
|
|
* | | | Unity Builds: Do not set SKIP_AUTOGEN to source files | Cristian Adam | 2020-07-29 | 4 | -0/+23 |
|
|
* | | | Update links to gitlab.kitware.com repos to add `-/` | Brad King | 2020-05-26 | 1 | -2/+2 |
|
|
* | | | Tests: Update QtAutogen codeeditor test only include headers needed | Robert Maynard | 2020-05-21 | 1 | -1/+4 |
|/ / |
|
* | | AutoGen: Use moc's feature to output dependencies | Joerg Bornemann | 2020-01-28 | 6 | -7/+7 |
|
|
* | | Tests: Add AUTOGEN policy CMP0100 test | Sebastian Holtermann | 2020-01-04 | 9 | -0/+162 |
|
|
* | | Tests: Restore Autogen/SameName .hh header test | Sebastian Holtermann | 2020-01-04 | 3 | -1/+20 |
|/ |
|
* | Autogen: Revert processing of .hh files for compatibility | Brad King | 2019-12-18 | 3 | -16/+0 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 51 | -33/+79 |
|
|
* | Tests: At QtAutogen.MocIncludeSymlink test | Sebastian Holtermann | 2019-09-18 | 2 | -0/+81 |
|
|
* | Tests: Merge QtAutogen.MocIncludeStrict and MocIncludeRelaxed | Sebastian Holtermann | 2019-09-18 | 97 | -896/+1011 |
|
|
* | Tests: Autogen: Extend SameName test with additional header extensions | Sebastian Holtermann | 2019-07-04 | 4 | -0/+32 |
|
|
* | Tests: Autogen: Use valid rcc compression levels | Sebastian Holtermann | 2019-07-01 | 1 | -4/+4 |
|
|
* | Autogen: Add ManySources test | Sebastian Holtermann | 2019-04-15 | 8 | -0/+131 |
|
|
* | Tests: Fix Qt*Autogen.GlobalAutogenTarget to use matching generator | Brad King | 2019-04-10 | 1 | -0/+3 |
|
|
* | Autogen: Fix RerunMocPlugin test for Ninja generator | Sebastian Holtermann | 2019-02-15 | 1 | -11/+4 |
|
|
* | Autogen: Refactor RerunRccDepends test with fixed timestamp comparison | Sebastian Holtermann | 2019-02-13 | 1 | -80/+95 |
|
|
* | Autogen: Refactor RerunRccConfigChange test | Sebastian Holtermann | 2019-02-13 | 1 | -14/+19 |
|
|
* | Autogen: Refactor RerunMocBasic test with fixed timestamp comparison | Sebastian Holtermann | 2019-02-13 | 1 | -31/+67 |
|
|
* | Autogen: Refactor RerunMocPlugin test with fixed timestamp comparison | Sebastian Holtermann | 2019-02-13 | 1 | -58/+93 |
|
|
* | Autogen: Extend the SameName test with same name but different extension files | Sebastian Holtermann | 2019-02-05 | 6 | -1/+68 |
|
|
* | Autogen: Reenable passing compiler implicit include directories to moc | Sebastian Holtermann | 2019-01-28 | 3 | -2/+11 |
|
|
* | Autogen: Revert passing compiler implicit includes to moc | Sebastian Holtermann | 2018-12-07 | 1 | -1/+2 |
|
|
* | Autogen: Add QtAutogen.UicNoGui test | Sebastian Holtermann | 2018-11-28 | 7 | -0/+50 |
|
|
* | Autogen: Tests: Differentiate between Qt core and Qt gui tests | Sebastian Holtermann | 2018-11-28 | 43 | -46/+103 |
|
|
* | Autogen: Sort tests | Sebastian Holtermann | 2018-11-14 | 1 | -36/+30 |
|
|
* | Autogen: Add a definitions test to the MocOnly test | Sebastian Holtermann | 2018-11-14 | 2 | -1/+7 |
|
|
* | Autogen: Add test for CMAKE_GLOBAL_AUTOGEN/RCC_TARGET | Sebastian Holtermann | 2018-11-11 | 17 | -0/+279 |
|
|
* | Autogen: Separate AUTOGEN_TARGET_DEPENDS tests into own tests suite | Sebastian Holtermann | 2018-11-05 | 7 | -48/+70 |
|
|
* | Autogen: Rename MocDepends test to AutogenOriginDependsOn | Sebastian Holtermann | 2018-11-03 | 12 | -2/+2 |
|
|
* | Autogen: Add test for AUTOGEN_ORIGIN_DEPENDS=OFF | Sebastian Holtermann | 2018-11-03 | 12 | -0/+238 |
|
|
* | Fix misc. typos | luz.paz | 2018-10-03 | 1 | -1/+1 |
|
|
* | Autogen: Tests: Use non inverting Qt version tests | Sebastian Holtermann | 2018-08-09 | 6 | -11/+11 |
|
|
* | Autogen: Check if we can run the MocOsMacros test | Sebastian Holtermann | 2018-08-07 | 2 | -9/+25 |
|
|
* | Autogen: Add test for Q_OS_ macros | Sebastian Holtermann | 2018-07-30 | 5 | -0/+180 |
|
|
* | Autogen: Enable CMAKE_AUTOGEN_VERBOSE in all tests | Sebastian Holtermann | 2018-06-21 | 5 | -0/+5 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 6 | -7/+10 |
|
|
* | Autogen: Add AUTORCC configuration change test | Sebastian Holtermann | 2018-05-30 | 11 | -0/+94 |
|
|
* | Tests: Add QtAutogen test for a low cmake_minimum_required version | Sebastian Holtermann | 2018-05-16 | 8 | -1/+92 |
|
|
* | Cleanup: Fix typos and grammar in docs and code | Craig Scott | 2018-04-22 | 1 | -1/+1 |
|
|
* | Replaces execute_process calls to touch files with file(TOUCH) calls | Shane Parris | 2018-02-15 | 1 | -4/+2 |
|
|