summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-0/+6
* Improve error reporting when parsing JSON filesLars Knoll2016-06-171-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-3/+3
|\
| * tst_Moc: restore signals/slots/emit to the Q_UPPERCASE valuesThiago Macieira2016-05-301-3/+3
* | add $$sorted() function.Oswald Buddenhagen2016-05-251-0/+12
* | add $$str_member() functionOswald Buddenhagen2016-05-251-0/+43
* | add $$str_size() functionOswald Buddenhagen2016-05-251-0/+12
* | add $$num_add() (numeric addition) functionOswald Buddenhagen2016-05-251-0/+42
* | add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-05-251-0/+48
* | make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-05-242-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+2
| |\
| | * Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-0/+2
* | | tst_moc: Remove invalid preprocessor usageThiago Macieira2016-05-041-7/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-1/+1
|\| |
| * | make extra compiler targets depend on their respective compilerOswald Buddenhagen2016-04-181-1/+1
* | | Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-072-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+27
|\|
| * moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+27
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-0/+144
|\|
| * 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
* | uic: Accept an -idbased argumentPavel Geiger2016-01-283-2/+490
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-21168-2832/+1997
* | Fixed qtbase tests to pass with updated license headerJani Heikkinen2016-01-211-8/+8
* | Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-191-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-082-4/+11
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1817-21/+332
|\|
| * 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
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-21/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-0/+5
|\|
| * Ignore stuff created during testingEdward Welbourne2015-11-251-0/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-233-3/+9
|\|
| * Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-203-3/+9
* | tst_moc: pass -std=c++11 when calling the compilerOlivier Goffart2015-11-161-3/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-2/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-0/+1
|\|
| * Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-0/+1
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-053-3/+0