summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* fix $$section()'s bad argument count error messageOswald Buddenhagen2016-11-141-2/+2
* uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-03102-985/+985
* Always generate size hint for spacer itemsJarek Kobus2016-08-082-3/+3
* moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+7
* moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-1/+8
* fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-07-131-0/+8
* fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-07-131-0/+7
* fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-07-131-0/+17
* make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-07-131-0/+14
* make error() propagate from custom replace functionsOswald Buddenhagen2016-07-131-0/+66
* fix error() not propagating through if()Oswald Buddenhagen2016-07-131-0/+6
* Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-0/+2
* moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+27
* QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-0/+50
* Generate QVariant::fromValue(enum_value) for enum valuesJarek Kobus2016-03-092-0/+94
* 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