Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | The MocOsMacros test requires moc to support moc_predefs.h on some platforms (e.g. Mac). moc supports moc_predefs.h inclusion since Qt 5.8, therefore run the MocOsMacros only if Qt >= 5.8 and if CMAKE_CXX_COMPILER_PREDEFINES_COMMAND is defined. Fixes #18245 | ||||
* | 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 |
| | | | | | | | | | | | | 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. | ||||
* | 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 |
| | | | No functional changes, just docs, comments and error messages. | ||||
* | Replaces execute_process calls to touch files with file(TOUCH) calls | Shane Parris | 2018-02-15 | 1 | -4/+2 |
| | |||||
* | Autogen: Tests: Extend AUTOUIC include patterns test | Sebastian Holtermann | 2018-01-19 | 11 | -46/+116 |
| | |||||
* | Autogen: Tests: Extend AUTOMOC include patterns test | Sebastian Holtermann | 2018-01-18 | 6 | -2/+82 |
| | |||||
* | Autogen: Tests: Add AUTOGEN_PARALLEL tests | Sebastian Holtermann | 2018-01-17 | 31 | -0/+475 |
| | |||||
* | Autogen: Tests: Fix MocInclude test(s) | Sebastian Holtermann | 2018-01-17 | 9 | -0/+18 |
| | |||||
* | Merge topic 'use_generator_is_multi_config' | Brad King | 2018-01-08 | 3 | -4/+5 |
|\ | | | | | | | | | | | | | | | 3c413e2a GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Modules c267ea1c GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1627 | ||||
| * | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests | Craig Scott | 2017-12-29 | 3 | -4/+5 |
| | | |||||
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|/ | | | | Some are user-facing. Others are source comments. | ||||
* | Autogen: Tests: Move QtAutoUicInterface test to QtAutogen/UicInterface | Sebastian Holtermann | 2017-12-13 | 11 | -0/+297 |
| | |||||
* | Autogen: Tests: Separate RerunRccDepends test | Sebastian Holtermann | 2017-12-13 | 13 | -0/+209 |
| | |||||
* | Autogen: Tests: Separate RerunMocPlugin test | Sebastian Holtermann | 2017-12-13 | 24 | -0/+292 |
| | |||||
* | Autogen: Tests: Separate RerunMocBasic test | Sebastian Holtermann | 2017-12-13 | 9 | -0/+140 |
| | |||||
* | Autogen: Tests: Separate Complex test | Sebastian Holtermann | 2017-12-13 | 59 | -108/+5 |
| | |||||
* | Autogen: Tests: Separate StaticLibraryCycle test | Sebastian Holtermann | 2017-12-13 | 11 | -13/+20 |
| | |||||
* | Autogen: Tests: Separate SameName test | Sebastian Holtermann | 2017-12-13 | 26 | -5/+7 |
| | |||||
* | Autogen: Tests: Separate MacOsFW test | Sebastian Holtermann | 2017-12-13 | 9 | -8/+6 |
| | |||||
* | Autogen: Tests: Separate ObjectLibrary test | Sebastian Holtermann | 2017-12-13 | 9 | -4/+5 |
| | |||||
* | Autogen: Tests: Separate UicInclude test | Sebastian Holtermann | 2017-12-13 | 12 | -5/+5 |
| | |||||
* | Autogen: Tests: Separate MocCMP0071 test | Sebastian Holtermann | 2017-12-13 | 10 | -12/+11 |
| | |||||
* | Autogen: Tests: Separate MocInclude test | Sebastian Holtermann | 2017-12-13 | 52 | -36/+42 |
| | |||||
* | Autogen: Tests: Separate MocDepends test | Sebastian Holtermann | 2017-12-13 | 13 | -25/+10 |
| | |||||
* | Autogen: Tests: Separate MocMacroName test | Sebastian Holtermann | 2017-12-13 | 14 | -19/+33 |
| | |||||
* | Autogen: Tests: Separate RccSkipSource test | Sebastian Holtermann | 2017-12-13 | 7 | -21/+24 |
| | |||||
* | Autogen: Tests: Separate UicSkipSource test | Sebastian Holtermann | 2017-12-13 | 14 | -24/+27 |
| | |||||
* | Autogen: Tests: Separate MocSkipSource test | Sebastian Holtermann | 2017-12-13 | 12 | -39/+43 |
| | |||||
* | Autogen: Tests: Separate RccOffMocLibrary test | Sebastian Holtermann | 2017-12-13 | 6 | -16/+18 |
| | |||||
* | Autogen: Tests: Separate RccOnly and RccEmpty tests | Sebastian Holtermann | 2017-12-13 | 8 | -12/+18 |
| | |||||
* | Autogen: Tests: Separate uicOnly test | Sebastian Holtermann | 2017-12-13 | 6 | -9/+13 |
| | |||||
* | Autogen: Tests: Separate mocOnly and mocOnlyOpts tests | Sebastian Holtermann | 2017-12-13 | 13 | -16/+50 |
| | |||||
* | Autogen: Tests: Add basic scripts for separate tests | Sebastian Holtermann | 2017-12-13 | 5 | -0/+166 |
| | |||||
* | Autogen: Tests: Add test for MacOS frameworks | Sebastian Holtermann | 2017-12-07 | 8 | -0/+162 |
| | |||||
* | Autogen: Tests: Set AUTOMOC_MOC_OPTIONS in a simple test | Sebastian Holtermann | 2017-10-31 | 1 | -0/+5 |
| | |||||
* | Autogen: Tests: Add test for STATIC_LIBRARY cycles | Sebastian Holtermann | 2017-10-27 | 9 | -0/+89 |
| | |||||
* | Autogen: Tests: Update AUTOMOC_MACRO_NAMES test | Sebastian Holtermann | 2017-09-28 | 15 | -49/+139 |
| | |||||
* | Autogen: Tests: Add <SUBDIR>/ui_view.h AUTOUIC includes to sameName test | Sebastian Holtermann | 2017-09-21 | 13 | -1/+118 |
| | |||||
* | Autogen: Tests: Add <SUBDIR>/item.moc includes to sameName test | Sebastian Holtermann | 2017-09-21 | 6 | -9/+68 |
| | |||||
* | Autogen: Tests: Add AUTOGEN_TARGET_DEPENDS test to mocDepends tests | Sebastian Holtermann | 2017-09-07 | 10 | -54/+128 |
| | |||||
* | Autogen: Fix and extend SKIP_AUTOMOC test | Sebastian Holtermann | 2017-08-22 | 5 | -4/+59 |
| | |||||
* | Autogen: Add test for AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-08-18 | 5 | -0/+52 |
| | |||||
* | Merge branch 'backport-autogen-autouic-lookup' into autogen-autouic-lookup | Brad King | 2017-08-15 | 6 | -1/+105 |
|\ | |||||
| * | Autogen: Extend AUTOUIC search paths test | Sebastian Holtermann | 2017-08-15 | 6 | -1/+105 |
| | | |||||
* | | Autogen: Add test for OBJECT libraries | Sebastian Holtermann | 2017-08-10 | 8 | -0/+93 |
| | |