summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-0/+5
| |\
| | * moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+5
* | | moc: Add warnings when resolving and opening includes failsFriedemann Kleint2016-07-291-5/+16
* | | Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-1/+6
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-223-53/+42
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-53/+42
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+4
| | |\|
| | | * moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-4/+4
| | * | Optimize string usageAnton Kudryavtsev2016-07-151-43/+35
| | * | Tools: replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-052-6/+3
* | | | Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+29
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-203-26/+50
|/ / /
* | | Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-5/+2
* | | moc: remove _MSC_EXTENSIONS #defineThiago Macieira2016-07-021-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2310-13/+29
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-193-8/+14
| |\|
| | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-2/+6
| | |\
| | | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-121-4/+4
| | | |\
| | | * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-2/+6
| | * | | Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-2/+4
| | | |/ | | |/|
| | * | Fix moc warning detected by ICCThiago Macieira2016-05-091-4/+4
| | |/
| * | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-119-10/+20
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-191-1/+1
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-123-58/+44
|\| |
| * | Moc: use QStringBuilder moreAnton Kudryavtsev2016-04-203-58/+44
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-035-28/+33
|\| |
| * | Moc: use const (and const APIs) moreAnton Kudryavtsev2016-04-184-25/+25
| * | Moc generator: avoid creating QMap::keys().Anton Kudryavtsev2016-04-171-3/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+5
| |\|
| | * rcc compiler with -list on Windows (newline symbols)Timur Pocheptsov2016-04-081-0/+5
* | | moc: Use QCommandLineParser::ParseAsLongOptions and QCommandLineOption::Short...Olivier Goffart2016-04-281-0/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-112-2/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-072-2/+0
| |\|
| | * Remove empty first lines of files.Friedemann Kleint2016-04-062-2/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-5/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+2
| |\|
| | * moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+2
| * | Unify license header usage.Jani Heikkinen2016-03-291-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-223-8/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-8/+11
| |\|
| | * Generate QVariant::fromValue(enum_value) for enum valuesJarek Kobus2016-03-091-1/+4
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-072-7/+7
* | | Remove support for the obsolete -no-zlib configure argLars Knoll2016-03-151-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-011-0/+1
|\| |
| * | Add QResource to the bootstrap libraryErik Verbruggen2016-02-251-0/+1
* | | QLatin1String: add at()/op[]/mid()/right()/left()Marc Mutz2016-02-191-4/+2
* | | uic: optimize string handling in WriteInitialization::acceptWidget()Marc Mutz2016-02-191-20/+22
|/ /
* | uic: replace an inefficient QList with QVectorMarc Mutz2016-02-112-4/+6