summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* Warn about conflicting DESTDIR/TARGET combination in debug_and_releaseJoerg Bornemann2019-08-093-0/+24
* tst_qmake: Pass /nologo to jom like we do for nmakeJoerg Bornemann2019-08-091-1/+3
* uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-1/+1
* Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-4/+3
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-1/+1
* uic: Implement form window setting to disable QObject::connectSlotsByName()Friedemann Kleint2019-07-022-3/+1
* rcc: Add -d option to output a Makefile-syntax depfileMarvin Scholz2019-06-296-0/+63
* Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-0/+15
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-0/+1
| |\
| | * Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-0/+1
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* | | Fix qplugin.h for Qt 6Lars Knoll2019-05-051-0/+11
* | | uic test: Test PythonFriedemann Kleint2019-04-161-0/+102
* | | uic test: Pre-populate the test data arrayFriedemann Kleint2019-04-161-24/+40
* | | Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-18/+0
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-11/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-4/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-4/+1
| |\|
| | * Fix installation of .pdb files for applications that have VERSION setJoerg Bornemann2019-03-311-4/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-314-5/+58
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-274-5/+58
| |\|
| | * tst_qmake: Add XFAILing testJoerg Bornemann2019-03-264-5/+58
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-264-19/+75
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-214-19/+75
| |\|
| | * tst_qmake: Keep the source dir cleanJoerg Bornemann2019-03-204-19/+75
* | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-112-0/+60
* | | rcc: Support Python as output formathjk2019-03-072-0/+109
* | | Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-073-1/+82
* | | rcc test: Streamline testFriedemann Kleint2019-03-061-44/+32
* | | rcc test: Properly check QProcess errorsFriedemann Kleint2019-03-051-37/+57
* | | rcc test: Avoid repetitive invocation of QFINDTESTDATA()Friedemann Kleint2019-03-051-19/+10
* | | moc: Parse namespaces from other filesUlf Hermann2019-02-211-0/+13
|/ /
* | uic: Fix broken icon code generationFriedemann Kleint2019-01-232-1/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-0/+2
|\|
| * qmake: add $$read_registry() functionOswald Buddenhagen2019-01-051-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-0/+12
|\|
| * moc: add support for C++11 enum structSamuel Gaist2018-12-152-0/+12
* | uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-1313-25/+25
* | Resources: reject compressed content we can't decompressThiago Macieira2018-12-125-15/+21
* | uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-03103-1004/+1004
* | tst_uic: Brush up the uic autotestFriedemann Kleint2018-11-1399-107/+127
* | uic: Use the Qt configure system when generating codeFriedemann Kleint2018-11-1335-388/+388
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-084-39/+39
|\|
| * uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-054-39/+39
* | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-011-0/+29
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-072-0/+121
|\|
| * uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-062-0/+121
* | rcc: Add some testshjk2018-08-2412-0/+378
|/
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-112-17/+23