summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* add enablers for printing project errors in cumulative modeOswald Buddenhagen2015-12-211-2/+2
* make write_file() capable of making files (not) executableOswald Buddenhagen2015-12-211-2/+9
* qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-178-11/+103
* qmake: teach moc-detector to handle C++-11 raw stringsEdward Welbourne2015-12-151-2/+1
* qmake: Fix comment false-alarm bug in findMocs().Edward Welbourne2015-12-151-0/+1
* Rewrote qmake's #include-detection to be more faithful to CPP.Edward Welbourne2015-12-155-11/+126
* Don't ignore first character after a string.Edward Welbourne2015-12-111-0/+3
* Teach qmake's #include parser to recognize C++11 Raw strings.Edward Welbourne2015-12-084-0/+101
* Ignore stuff created during testingEdward Welbourne2015-11-251-0/+5
* Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-203-3/+9
* 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