summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Fix using 0 as null pointerJesus Fernandez2016-12-061-1/+1
| * | qdbusxml2cpp: Add application name and input file to warningsFriedemann Kleint2016-11-291-14/+23
| |/
| * moc: disable deprecated warnings in generated codeThiago Macieira2016-11-271-0/+5
| * Remove last traces of MeeGoLars Knoll2016-11-231-6/+0
| * Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-222-4/+43
* | moc: Use nullptr instead of Q_NULLPTR in the generated codeAlexander Volkov2016-12-091-10/+10
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-1/+4
|\|
| * QStandardPaths: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-081-1/+4
* | moc: Cache header lookups to reduce number of file stat'sThomas Sondergaard2016-11-032-8/+22
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-022-0/+4
|\|
| * Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-182-0/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-132-19/+33
|\|
| * Clean up building of bootstrap lib and toolsLars Knoll2016-10-111-13/+1
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-6/+32
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-6/+32
| | |\
| | | * Fix signal code generationAlbert Astals Cid2016-10-031-6/+32
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-292-6/+36
|\| | |
| * | | moc: support nested q_namespacesBogDan Vatra2016-09-281-6/+32
| * | | qdbusxmlparser: Enabled error outputAndreas Wilhelm2016-09-271-0/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-264-4/+7
|\| | |
| * | | Enable building of qlalr with QT_NO_CAST_FROM/TO_ASCIILars Knoll2016-09-254-4/+7
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-3/+3
|\| | |
| * | | moc: Fix asserts on moc on empty token preceding ## operatorOlivier Goffart2016-09-161-3/+3
* | | | Long live QOperatingSystemVersion!Jake Petroules2016-09-181-1/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-153-5/+16
|\| | |
| * | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-3/+1
| * | | Check the context of Q_ENUM[_NS] and Q_FLAG[_NS]BogDan Vatra2016-09-151-0/+12
| * | | Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-061-1/+2
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+1
| | |\|
| | | * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-031-1/+1