summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
* moc: Restore compatibility with Qt 5.7's -b optionOlivier Goffart2017-10-241-0/+1
* Remove some unused, local variablesJędrzej Nowacki2017-10-141-1/+1
* moc: remove useless cast in qt_static_metacall generated codeEric Lemanissier2017-09-271-3/+2
* moc: don't use const_cast in qt_metacast generated codeOlivier Goffart2017-09-251-6/+5
* Bump copyright year of qdbuscpp2xml and qdbusxml2cpp to 2017Alex Blasche2017-07-142-2/+2
* Fix empty "Command line was" string in generated source filesAlex Blasche2017-07-141-0/+5
* Moc: Don't error out when parsing namespace __identifier(...)Olivier Goffart2017-06-191-0/+3
* uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-131-3/+4
* moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-7/+6
* Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-051-3/+0
* moc: remove _MSC_EXTENSIONS #defineJoerg Bornemann2017-05-301-0/+3
* fix random build error with -no-feature-commandlineparserOswald Buddenhagen2017-05-121-2/+5
* bootstrap: Remove redundant occurrence of qcore_foundation.mmGabriel de Dietrich2017-04-121-1/+0
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-2/+2
* Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
* Use QStringBuilder moreAnton Kudryavtsev2017-03-301-10/+7
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-215-288/+231
|\
| * qlalr: Use forward slashes in #include directivesKevin Funk2017-03-102-4/+8
| * qlalr: Fix and re-run qlalr on its own sourcesKevin Funk2017-03-085-287/+226
* | uic & rcc: use the public API to set the hash seedThiago Macieira2017-03-162-6/+8
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-133-13/+38
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-13/+38
| |\|
| | * Make it possible to specify the RCC data version formatSimon Hausmann2017-02-283-13/+38
* | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-6/+2
* | | moc: put the QPrivateSignal argument in the arg arrayOlivier Goffart2017-03-131-6/+3
|/ /
* | moc: Add support for C++17 nested namespaces (N4230)Olivier Goffart2017-03-081-1/+21
* | moc: Fix parsing of digit separatorOlivier Goffart2017-03-081-8/+8
* | Remove unused src/tools/moc/mwerks_mac.* filesOlivier Goffart2017-03-062-281/+0
* | Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-061-0/+2
* | Build fix for xmlstreamreader/writer featuresPaul Olav Tvete2017-03-011-1/+1
* | Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-191-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-0/+1
|\|
| * Add Q_ASSERT before dereference pointerJesus Fernandez2017-02-141-0/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-1/+0
|\|
| * rename qvector.cpp => qvector.qdocOswald Buddenhagen2017-02-091-1/+0
* | moc: error out when the Q_PLUGIN_METADATA file can't be openedOlivier Goffart2017-02-101-1/+6
* | New qfloat16 classGlen Mabey2017-01-312-0/+170
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-262-2/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-2/+3
| |\|
| | * Silence implicit-fallthough warningsAllan Sandfeld Jensen2016-12-192-2/+3
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
|/ /
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-124-17/+20
* | moc: Don't test _id if there are no methods or propertiesRobin Burchell2017-01-111-2/+9
* | moc: Don't check for signalList sizeRobin Burchell2017-01-111-1/+1
* | Added QSaveFile to the bootstrap librarySimon Hausmann2017-01-021-0/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-3/+0
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-3/+0
| |\
| | * moc: force the Microsoft compiler not to define _MSC_EXTENSIONSThiago Macieira2016-12-081-3/+0
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-135-25/+72
|\| |