summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-221-0/+13
* Split two error cases so they get reported distinctly.Edward Welbourne2015-10-161-2/+9
* Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-0/+1
* Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-281-32/+32
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+2
|\
| * Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0347-2775/+4774
|\|
| * moc: Fix crash parsing invalid macro invocationOlivier Goffart2015-05-301-0/+7
| * remove now redundant testsOswald Buddenhagen2015-05-2026-821/+0
| * add qmake evaluator testOswald Buddenhagen2015-05-2021-14/+2603
| * split parser test initializationOswald Buddenhagen2015-05-202-32/+62
| * move parser test to a separate fileOswald Buddenhagen2015-05-204-1988/+2061
| * add autotest for ProStringOswald Buddenhagen2015-05-201-0/+81
| * add parser tests for use of 'else' after bad conditionalsOswald Buddenhagen2015-05-201-0/+23
| * silence MSVC warnings about using TS() without parametersOswald Buddenhagen2015-05-201-0/+5
| * moc: Generate qt_static_metacall for creatable-only gadgetsGabriel de Dietrich2015-05-131-4/+6
| * moc: Fix type for gadget's CreateInstance metacallGabriel de Dietrich2015-05-131-0/+10
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-3/+3
| |\
| | * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-3/+3
* | | Allow RESOURCES to contain standalone files and collections of filesTor Arne Vestbø2015-05-186-0/+105
|/ /
* | Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-0/+4
* | uic: Delay the setting of QPushButton::default.Friedemann Kleint2015-04-237-8/+22
* | Improve tst_uic.Friedemann Kleint2015-04-221-28/+66
* | add autotest for qmake parserOswald Buddenhagen2015-02-252-1/+1945
* | add autotest for ioutilsOswald Buddenhagen2015-02-252-0/+99
* | add test for the qmake libraryOswald Buddenhagen2015-02-254-0/+85
* | more autotests for spaces, destdirs and library linkingOswald Buddenhagen2015-02-1712-37/+56
* | Update copyright headersJani Heikkinen2015-02-11168-1161/+1161
* | Remove __DATE__ usage from qtbaseSune Vuorela2015-02-051-2/+2
* | make shellQuoteWin() be more sparing with circumflexesOswald Buddenhagen2015-02-041-3/+3
* | de-noise testOswald Buddenhagen2015-02-042-0/+4
* | make test support qmake path with spacesOswald Buddenhagen2015-02-043-19/+30
* | don't rely on the right moc being in PATHOswald Buddenhagen2015-02-041-16/+21
* | don't rely on the right qdbuscpp2xml/qdbusxml2cpp being in PATHOswald Buddenhagen2015-02-042-2/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+3
|\|
| * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-061-1/+3
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-135-17/+55
* | Remove unnecessary call to strlenJędrzej Nowacki2015-01-131-1/+0
* | moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-134-0/+106
* | Add annotation to rename methods created by qdbusxml2cppDavid Edmundson2015-01-051-0/+10
* | Fix memory leaks in tst_mocJędrzej Nowacki2014-12-071-8/+8
* | Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-0/+70
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-242-1/+3
|\|
| * Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-051-1/+1
| * moc: do not error if the last token of a define is #Olivier Goffart2014-10-281-0/+2
* | Fix moc preprocessorJędrzej Nowacki2014-11-111-0/+40
|/
* Add extra declarations to make rcc output pass -Wmissing-declarationshjk2014-10-251-0/+2
* Silence moc warnings about 'argument mismatch'Kai Koehne2014-09-251-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-24166-3134/+1814
* add priority sorting to $$resolve_depends()Oswald Buddenhagen2014-07-301-0/+9